Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c78 struct ndl_info ndl[ESP_WIFI_NAN_DATAPATH_MAX_PEERS]; /**< Record of NDL of all peers */ member
260 struct ndl_info *ndl = NULL; in nan_reset_ndl() local
263 memset(s_nan_ctx.ndl, 0, sizeof(struct ndl_info) * ESP_WIFI_NAN_DATAPATH_MAX_PEERS); in nan_reset_ndl()
267 ndl = &s_nan_ctx.ndl[i]; in nan_reset_ndl()
268 if (ndl->ndp_id == ndp_id) { in nan_reset_ndl()
269 memset(ndl, 0, sizeof(struct ndl_info)); in nan_reset_ndl()
312 if (s_nan_ctx.ndl[i].ndp_id == 0) { in ndl_limit_reached()
321 struct ndl_info *ndl = NULL; in nan_record_new_ndl() local
324 if (s_nan_ctx.ndl[i].ndp_id == 0) { in nan_record_new_ndl()
325 ndl = &s_nan_ctx.ndl[i]; in nan_record_new_ndl()
[all …]