Home
last modified time | relevance | path

Searched refs:epp_sta (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h122 bool epp_sta; /* Indicates if the station is an EPP peer */ member
485 return sta && sta->epp_sta; in ap_sta_is_epp()
H A Dsta_info.c2096 bool mld_link_sta = false, epp_sta = false; in ap_sta_re_add() local
2100 epp_sta = sta->epp_sta; in ap_sta_re_add()
2135 mld_link_addr, mld_link_sta, eml_cap, epp_sta)) { in ap_sta_re_add()
H A Dap_drv_ops.c483 u16 eml_cap, bool epp_sta) in hostapd_sta_add() argument
514 params.epp_sta = epp_sta; in hostapd_sta_add()
H A Dieee802_11.c4547 sta->epp_sta = true; in handle_auth()
5376 if (enc_assoc && sta->epp_sta) { in check_sa_query()
5426 bool epp_sta = false; in __check_assoc_ies() local
5429 epp_sta = sta->epp_sta; in __check_assoc_ies()
5888 } else if (!epp_sta && wpa_auth_uses_sae(sta->wpa_sm) && in __check_assoc_ies()
6294 sta->epp_sta = origin_sta->epp_sta; in ieee80211_ml_process_link()
6490 bool mld_link_sta = false, epp_sta = false; in add_associated_sta() local
6494 epp_sta = sta->epp_sta; in add_associated_sta()
6588 epp_sta)) { in add_associated_sta()
8563 if (ok && status == WLAN_STATUS_SUCCESS && sta->epp_sta && in handle_assoc_cb()
H A Dap_drv_ops.h53 u16 eml_cap, bool epp_sta);
H A Dieee802_1x.c1140 !sta->epp_sta && in ieee802_1x_receive()
2343 if (sta->epp_sta && hapd->send_eap_req) { in ieee802_1x_eapol_send()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2841 bool epp_sta; member
H A Ddriver_nl80211.c6589 if (params->epp_sta) { in wpa_driver_nl80211_sta_add()