Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c36 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL, 0); in wpas_rrm_neighbor_rep_timeout_handler()
39 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
91 wpa_s->rrm.notify_neighbor_rep(wpa_s->rrm.neighbor_rep_cb_ctx, in wpas_rrm_process_neighbor_rep()
94 wpa_s->rrm.neighbor_rep_cb_ctx = NULL; in wpas_rrm_process_neighbor_rep()
258 wpa_s->rrm.neighbor_rep_cb_ctx = cb_ctx; in wpas_rrm_send_neighbor_rep_request()
Dwpa_supplicant_i.h32 void *neighbor_rep_cb_ctx; member