mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 23:51:49 +01:00
1. Support NAN ifx for API's esp_wifi_internal_set_fix_rate and esp_wifi_set_protocol
2. Remove user configurable flag fsd_reqd from NAN publish config 3. Fix issue wherein NDL of previously cancelled service is obtained in peer record of new service with no NDL
This commit is contained in:
@@ -702,8 +702,7 @@ typedef struct {
|
||||
char svc_info[ESP_WIFI_MAX_SVC_INFO_LEN]; /**< Service info shared in Publish frame */
|
||||
uint8_t single_replied_event:1; /**< Give single Replied event or every time */
|
||||
uint8_t datapath_reqd:1; /**< NAN Datapath required for the service */
|
||||
uint8_t fsd_reqd:1; /**< Further Service Discovery required */
|
||||
uint8_t reserved:5; /**< Reserved */
|
||||
uint8_t reserved:6; /**< Reserved */
|
||||
} wifi_nan_publish_cfg_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user