mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esp_wifi): Fix crash while stopping NAN
Also fix inconsistent NAN macro values
This commit is contained in:
parent
796065f6fb
commit
06086d3a36
@ -1 +1 @@
|
||||
Subproject commit 0105d2a2df2735a121bb1cd585658e59be03cf61
|
||||
Subproject commit 0547195b3c73188b21efaf7ff3ac3178990791b5
|
@ -26,8 +26,8 @@ extern "C" {
|
||||
#define NDP_STATUS_REJECTED 2
|
||||
|
||||
#define NAN_MAX_PEERS_RECORD 15
|
||||
#define ESP_NAN_PUBLISH 1
|
||||
#define ESP_NAN_SUBSCRIBE 2
|
||||
#define ESP_NAN_PUBLISH 2
|
||||
#define ESP_NAN_SUBSCRIBE 1
|
||||
|
||||
/** Parameters of a peer service record */
|
||||
struct nan_peer_record {
|
||||
|
Loading…
Reference in New Issue
Block a user