Searched refs:ndl_info (Results 1 – 1 of 1) sorted by relevance
62 struct ndl_info { struct73 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ argument252 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 …]