Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c23 struct rrm_data *rrm = data; in wpas_rrm_neighbor_rep_timeout_handler() local
25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler()
34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset()
47 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm, in wpas_rrm_reset()
49 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset()
50 wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NULL); in wpas_rrm_reset()
51 wpa_s->rrm.next_neighbor_rep_token = 1; in wpas_rrm_reset()
[all …]
H A Dsme.c334 wpa_s->rrm.rrm_used = 0; in sme_auth_handle_rrm()
380 wpa_s->rrm.rrm_used = 1; in sme_auth_handle_rrm()
2584 params.rrm_used = wpa_s->rrm.rrm_used; in sme_associate()
H A Dwpa_supplicant_i.h1380 struct rrm_data rrm; member
H A Devents.c3443 wpa_s->rrm.rrm_used = 1; in wpa_supplicant_event_associnfo()
H A Dctrl_iface.c10342 params.rrm_used = wpa_s->rrm.rrm_used; in wpas_ctrl_resend_assoc()
/freebsd/contrib/wpa/src/ap/
H A Drrm.c103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report()
104 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_radio_msmt_report()
296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req()
297 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_nei_report_req()
358 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_link_mesr_report()
397 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa)); in hostapd_handle_radio_measurement()
399 switch (mgmt->u.action.u.rrm.action) { in hostapd_handle_radio_measurement()
411 mgmt->u.action.u.rrm.action); in hostapd_handle_radio_measurement()
724 mgmt->u.action.u.rrm.dialog_token, ok); in hostapd_rrm_beacon_req_tx_status()
H A DMakefile44 rrm.o \
H A Dieee802_11.c6821 &mgmt->u.action.u.rrm.variable[2]; in handle_action_cb()
6823 mgmt->u.action.u.rrm.action == WLAN_RRM_RADIO_MEASUREMENT_REQUEST && in handle_action_cb()
/freebsd/usr.sbin/wpa/src/ap/
H A DMakefile33 rrm.c \
/freebsd/usr.sbin/wpa/wpa_supplicant/
H A DMakefile29 rrm.c \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_incrementals.ksh76 log_must directory_diff /$POOL/rm /$POOL2/rrm
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrXOP.td292 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs VR128:$dst),
340 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs RC:$dst),
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1162 } STRUCT_PACKED rrm; member