| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_ap.c | 637 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 D | hostap_80211.h | 18 __le16 auth_alg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | ieee80211_ext.h | 214 u16 auth_alg; member 347 u16 auth_alg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | ieee80211_ext.h | 214 u16 auth_alg; member 347 u16 auth_alg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | ieee80211_ext.h | 214 u16 auth_alg; member 347 u16 auth_alg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | ieee80211_ext.h | 209 u16 auth_alg; member 342 u16 auth_alg; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_security.h | 197 u8 auth_alg; member 415 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_security.h | 196 u8 auth_alg; member 414 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_security.h | 199 u8 auth_alg; member 417 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_security.h | 199 u8 auth_alg; member 417 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_security.h | 197 u8 auth_alg; member 415 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_security.h | 199 u8 auth_alg; member 417 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_security.h | 196 u8 auth_alg; member 414 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_security.h | 199 u8 auth_alg; member 417 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-compat.c | 905 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 D | rtw_security.h | 203 u8 auth_alg; member 423 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_security.h | 206 u8 auth_alg; member 426 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mlme.c | 2961 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 D | rtl871x_recv.c | 227 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 D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
| H A D | spu.c | 1030 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 D | wpa_supplicant.conf | 602 auth_alg=SHARED
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_security.h | 181 u8 auth_alg; member 500 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_security.h | 180 u8 auth_alg; member 499 ((a)->securitypriv.auth_alg == (s))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_security.h | 182 u8 auth_alg; member 501 ((a)->securitypriv.auth_alg == (s))
|