Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c27 struct rrm_data *rrm = data; in wpas_rrm_neighbor_rep_timeout_handler() local
29 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()
39 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
49 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset()
51 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm, in wpas_rrm_reset()
53 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset()
54 wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NULL); in wpas_rrm_reset()
55 wpa_s->rrm.next_neighbor_rep_token = 1; in wpas_rrm_reset()
[all …]
Dwpa_supplicant_i.h148 struct rrm_data rrm; member
Dieee802_11_common.c281 wpa_s->rrm.rrm_used = true; in ieee802_11_parse_elems()
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt171 set(roaming_src ${roaming_src} "src/common/rrm.c" "src/common/wnm_sta.c")