Searched refs:rrm (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c23 struct rrm_data *rrm = data; local
25 if (!rrm->notify_neighbor_rep) {
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL);
34 rrm->notify_neighbor_rep = NULL;
35 rrm->neighbor_rep_cb_ctx = NULL;
45 wpa_s->rrm.rrm_used = 0;
47 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm,
49 if (wpa_s->rrm.notify_neighbor_rep)
50 wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NUL
[all...]
H A Dsme.c190 wpa_s->rrm.rrm_used = 0;
236 wpa_s->rrm.rrm_used = 1;
1750 params.rrm_used = wpa_s->rrm.rrm_used;
H A DAndroid.mk98 OBJS += rrm.c
877 OBJS += src/ap/rrm.c
H A Dwpa_supplicant_i.h1127 struct rrm_data rrm; member in struct:wpa_supplicant
H A Dctrl_iface.c9276 params.rrm_used = wpa_s->rrm.rrm_used;
/freebsd-11-stable/usr.sbin/wpa/wpa_cli/
H A DMakefile21 os_unix.c rrm.c scan.c wmm_ac.c \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c20 #include "rrm.h"
103 token = mgmt->u.action.u.rrm.dialog_token;
104 pos = mgmt->u.action.u.rrm.variable;
296 token = mgmt->u.action.u.rrm.dialog_token;
297 pos = mgmt->u.action.u.rrm.variable;
350 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa));
352 switch (mgmt->u.action.u.rrm.action) {
361 mgmt->u.action.u.rrm.action);
673 mgmt->u.action.u.rrm.dialog_token, ok);
H A Dieee802_11.c51 #include "rrm.h"
5037 &mgmt->u.action.u.rrm.variable[2];
5039 mgmt->u.action.u.rrm.action == WLAN_RRM_RADIO_MEASUREMENT_REQUEST &&
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile64 rrm.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile24 rrm.c scan.c upnp_xml.c \
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1031 } STRUCT_PACKED rrm; member in union:ieee80211_mgmt::__anon3633::__anon3642::__anon3643

Completed in 200 milliseconds