Searched refs:ndl (Results 1 – 1 of 1) sorted by relevance
73 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ member252 struct ndl_info *ndl = NULL; in nan_reset_ndl() local255 memset(s_nan_ctx.ndl, 0, sizeof(struct ndl_info) * ESP_WIFI_NAN_DATAPATH_MAX_PEERS); in nan_reset_ndl()259 ndl = &s_nan_ctx.ndl[i]; in nan_reset_ndl()260 if (ndl->ndp_id == ndp_id) { in nan_reset_ndl()261 memset(ndl, 0, sizeof(struct ndl_info)); in nan_reset_ndl()304 if (s_nan_ctx.ndl[i].ndp_id == 0) { in ndl_limit_reached()313 struct ndl_info *ndl = NULL; in nan_record_new_ndl() local316 if (s_nan_ctx.ndl[i].ndp_id == 0) { in nan_record_new_ndl()317 ndl = &s_nan_ctx.ndl[i]; in nan_record_new_ndl()[all …]