Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dwpa_common.h803 int wpa_pasn_parse_parameter_ie(const u8 *data, u8 len, bool from_ap,
Dwpa_common.c4191 int wpa_pasn_parse_parameter_ie(const u8 *data, u8 len, bool from_ap, in wpa_pasn_parse_parameter_ie() argument
4228 if (from_ap) { in wpa_pasn_parse_parameter_ie()
/hostap-latest/wlantest/
Drx_mgmt.c858 bool from_ap; in rx_mgmt_auth() local
864 from_ap = ether_addr_equal(mgmt->sa, mgmt->bssid); in rx_mgmt_auth()
865 if (from_ap) in rx_mgmt_auth()
889 (alg == WLAN_AUTH_SAE && trans == 2 && from_ap))) { in rx_mgmt_auth()