Searched refs:WLAN_ACTION_RADIO_MEASUREMENT (Results 1 – 5 of 5) sorted by relevance
217 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()
3164 case WLAN_ACTION_RADIO_MEASUREMENT: in handle_action()3609 if (mgmt->u.action.category == WLAN_ACTION_RADIO_MEASUREMENT && in handle_action_cb()
184 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()
3528 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()
473 #define WLAN_ACTION_RADIO_MEASUREMENT 5 macro