Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_wifi/wifi_apps/src/
Dnan_app.c73 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ member
252 struct ndl_info *ndl = NULL; in nan_reset_ndl() local
255 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() local
316 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 …]