Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 25 of 128) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c637 u16 auth_alg, auth_transaction, status; in hostap_ap_tx_cb_auth() local
657 auth_alg = le16_to_cpu(*pos++); in hostap_ap_tx_cb_auth()
678 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in hostap_ap_tx_cb_auth()
679 (auth_alg == WLAN_AUTH_SHARED_KEY && auth_transaction == 4))) { in hostap_ap_tx_cb_auth()
693 auth_alg, auth_transaction, status, txt); in hostap_ap_tx_cb_auth()
1292 u16 auth_alg, auth_transaction, status_code; in handle_authen() local
1325 auth_alg = __le16_to_cpu(*pos); in handle_authen()
1340 auth_alg == WLAN_AUTH_OPEN) || in handle_authen()
1342 crypt && auth_alg == WLAN_AUTH_SHARED_KEY)) { in handle_authen()
1382 if ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1) || in handle_authen()
[all …]
H A Dhostap_80211.h18 __le16 auth_alg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211_ext.h214 u16 auth_alg; member
347 u16 auth_alg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dieee80211_ext.h214 u16 auth_alg; member
347 u16 auth_alg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dieee80211_ext.h214 u16 auth_alg; member
347 u16 auth_alg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dieee80211_ext.h209 u16 auth_alg; member
342 u16 auth_alg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_security.h197 u8 auth_alg; member
415 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_security.h196 u8 auth_alg; member
414 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_security.h199 u8 auth_alg; member
417 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_security.h199 u8 auth_alg; member
417 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_security.h197 u8 auth_alg; member
415 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_security.h199 u8 auth_alg; member
417 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_security.h196 u8 auth_alg; member
414 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_security.h199 u8 auth_alg; member
417 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/net/wireless/
H A Dwext-compat.c905 s32 auth_alg) in cfg80211_set_auth_alg() argument
909 if (!auth_alg) in cfg80211_set_auth_alg()
912 if (auth_alg & ~(IW_AUTH_ALG_OPEN_SYSTEM | in cfg80211_set_auth_alg()
917 if (auth_alg & IW_AUTH_ALG_OPEN_SYSTEM) { in cfg80211_set_auth_alg()
922 if (auth_alg & IW_AUTH_ALG_SHARED_KEY) { in cfg80211_set_auth_alg()
927 if (auth_alg & IW_AUTH_ALG_LEAP) { in cfg80211_set_auth_alg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_security.h203 u8 auth_alg; member
423 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_security.h206 u8 auth_alg; member
426 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c2961 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2980 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth()
2984 if (auth_alg != ifmgd->auth_data->algorithm || in ieee80211_rx_mgmt_auth()
2985 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2987 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2991 mgmt->sa, auth_alg, ifmgd->auth_data->algorithm, in ieee80211_rx_mgmt_auth()
3000 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
5348 u16 auth_alg; in ieee80211_mgd_auth() local
5356 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
5361 auth_alg = WLAN_AUTH_SHARED_KEY; in ieee80211_mgd_auth()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_recv.c227 uint auth_alg; in r8712_portctrl() local
239 auth_alg = adapter->securitypriv.AuthAlgrthm; in r8712_portctrl()
240 if (auth_alg == 2) { in r8712_portctrl()
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
H A Dspu.c1030 enum hash_alg auth_alg, in spum_request_pad() argument
1048 if ((auth_alg == HASH_ALG_AES) && in spum_request_pad()
1058 if (auth_alg == HASH_ALG_MD5) in spum_request_pad()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf602 auth_alg=SHARED
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_security.h181 u8 auth_alg; member
500 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_security.h180 u8 auth_alg; member
499 ((a)->securitypriv.auth_alg == (s))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_security.h182 u8 auth_alg; member
501 ((a)->securitypriv.auth_alg == (s))

123456