Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_SA_QUERY (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c115 mgmt->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_req()
207 resp->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_resp()
Ddrv_callbacks.c1322 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) { in hostapd_action_rx()
Dieee802_11.c5912 case WLAN_ACTION_SA_QUERY: in handle_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c2649 req[0] = WLAN_ACTION_SA_QUERY; in sme_send_sa_query_req()
2813 resp[0] = WLAN_ACTION_SA_QUERY; in sme_process_sa_query_request()
Devents.c4250 if (category == WLAN_ACTION_SA_QUERY) { in wpas_event_rx_mgmt_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h592 #define WLAN_ACTION_SA_QUERY 8 macro