Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/common/
Dieee802_11_defs.h226 #define WLAN_SA_QUERY_RESPONSE 1 macro
/freebsd-9-stable/contrib/wpa/src/ap/
Dieee802_11.c1209 resp.u.action.u.sa_query_req.action = WLAN_SA_QUERY_RESPONSE; in hostapd_sa_query_request()
1240 if (mgmt->u.action.u.sa_query_resp.action != WLAN_SA_QUERY_RESPONSE) { in hostapd_sa_query_action()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dmlme.c1795 mgmt->u.action.u.sa_query_resp.action = WLAN_SA_QUERY_RESPONSE; in ieee80211_sta_send_sa_query_resp()