mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
Modify API esp_wifi_nan_datapath_req() to return ndp_id after datapath is accepted/rejected
This commit is contained in:
@@ -660,10 +660,10 @@ esp_err_t esp_wifi_get_country(wifi_country_t *country);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Set MAC address of WiFi station or the soft-AP interface.
|
||||
* @brief Set MAC address of WiFi station, soft-AP or NAN interface.
|
||||
*
|
||||
* @attention 1. This API can only be called when the interface is disabled
|
||||
* @attention 2. Soft-AP and station have different MAC addresses, do not set them to be the same.
|
||||
* @attention 2. Above mentioned interfaces have different MAC addresses, do not set them to be the same.
|
||||
* @attention 3. The bit 0 of the first byte of MAC address can not be 1. For example, the MAC address
|
||||
* can set to be "1a:XX:XX:XX:XX:XX", but can not be "15:XX:XX:XX:XX:XX".
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user