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:
Shyamal Khachane
2023-05-04 08:49:15 +05:30
parent 0501f87f33
commit 063460a0d3
3 changed files with 15 additions and 5 deletions

View File

@@ -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;
/**