Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_RADIO_MEASUREMENT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Drrm.c217 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_nei_report_resp()
453 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_lci_req()
540 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_range_req()
693 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_beacon_req()
774 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_link_measurement_req()
H A Dieee802_11.c6147 case WLAN_ACTION_RADIO_MEASUREMENT: in handle_action()
6822 if (mgmt->u.action.category == WLAN_ACTION_RADIO_MEASUREMENT && in handle_action_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c191 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_neighbor_rep_request()
385 wpabuf_put_u8(report, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_msr_report_mpdu()
1506 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_handle_link_measurement_request()
H A Devents.c5386 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
5395 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
5401 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h630 #define WLAN_ACTION_RADIO_MEASUREMENT 5 macro