Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Drrm.c217 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_nei_report_resp()
403 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_lci_req()
490 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_range_req()
642 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in hostapd_send_beacon_req()
Dieee802_11.c3164 case WLAN_ACTION_RADIO_MEASUREMENT: in handle_action()
3609 if (mgmt->u.action.category == WLAN_ACTION_RADIO_MEASUREMENT && in handle_action_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c184 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_neighbor_rep_request()
377 wpabuf_put_u8(report, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_msr_report_mpdu()
1306 wpabuf_put_u8(buf, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_handle_link_measurement_request()
Devents.c3528 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
3536 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
3542 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h473 #define WLAN_ACTION_RADIO_MEASUREMENT 5 macro