Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Drrm.c29 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()
36 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL, 0); in wpas_rrm_neighbor_rep_timeout_handler()
38 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
53 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset()
84 if (!wpa_s->rrm.notify_neighbor_rep) { in wpas_rrm_process_neighbor_rep()
91 wpa_s->rrm.notify_neighbor_rep(wpa_s->rrm.neighbor_rep_cb_ctx, in wpas_rrm_process_neighbor_rep()
93 wpa_s->rrm.notify_neighbor_rep = NULL; in wpas_rrm_process_neighbor_rep()
152 if (wpa_s->rrm.notify_neighbor_rep) { in wpas_rrm_send_neighbor_rep_request()
262 wpa_s->rrm.notify_neighbor_rep = cb; in wpas_rrm_send_neighbor_rep_request()
Dwpa_supplicant_i.h25 void (*notify_neighbor_rep)(void *ctx, const u8 *neighbor_rep, size_t len); member