Searched refs:ndl_info (Results 1 – 1 of 1) sorted by relevance
67 struct ndl_info { struct78 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ argument260 struct ndl_info *ndl = NULL; in nan_reset_ndl()263 memset(s_nan_ctx.ndl, 0, sizeof(struct ndl_info) * ESP_WIFI_NAN_DATAPATH_MAX_PEERS); in nan_reset_ndl()269 memset(ndl, 0, sizeof(struct ndl_info)); in nan_reset_ndl()321 struct ndl_info *ndl = NULL; in nan_record_new_ndl()340 static struct ndl_info *nan_find_ndl(uint8_t ndp_id, uint8_t peer_nmi[]) in nan_find_ndl()342 struct ndl_info *ndl = NULL; in nan_find_ndl()380 struct ndl_info *ndl = nan_find_ndl(0, peer_nmi); in nan_update_peer_svc()396 struct ndl_info *ndl = NULL; in nan_fill_params_from_event()[all …]