Home
last modified time | relevance | path

Searched refs:ndl_info (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.7.0/components/esp_wifi/wifi_apps/src/
Dnan_app.c62 struct ndl_info { struct
73 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ argument
252 struct ndl_info *ndl = NULL; in nan_reset_ndl()
255 memset(s_nan_ctx.ndl, 0, sizeof(struct ndl_info) * ESP_WIFI_NAN_DATAPATH_MAX_PEERS); in nan_reset_ndl()
261 memset(ndl, 0, sizeof(struct ndl_info)); in nan_reset_ndl()
313 struct ndl_info *ndl = NULL; in nan_record_new_ndl()
332 static struct ndl_info *nan_find_ndl(uint8_t ndp_id, uint8_t peer_nmi[]) in nan_find_ndl()
334 struct ndl_info *ndl = NULL; in nan_find_ndl()
375 struct ndl_info *ndl = NULL; in nan_fill_params_from_event()
902 struct ndl_info *ndl = nan_find_ndl(resp->ndp_id, NULL); in esp_wifi_nan_datapath_resp()
[all …]