Home
last modified time | relevance | path

Searched refs:WLAN_SA_QUERY_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/src/ap/
Dieee802_11_shared.c208 resp->u.action.u.sa_query_req.action = WLAN_SA_QUERY_RESPONSE; in ieee802_11_send_sa_query_resp()
303 if (action_type != WLAN_SA_QUERY_RESPONSE) { in ieee802_11_sa_query_action()
/hostap-3.6.0/wpa_supplicant/
Dsme.c2833 resp[1] = WLAN_SA_QUERY_RESPONSE; in sme_process_sa_query_request()
2953 else if (data[0] == WLAN_SA_QUERY_RESPONSE) in sme_sa_query_rx()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h686 #define WLAN_SA_QUERY_RESPONSE 1 macro
/hostap-3.6.0/wlantest/
Drx_mgmt.c1907 case WLAN_SA_QUERY_RESPONSE: in rx_mgmt_action_sa_query()