Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
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 …]
Dhostap_80211.h18 __le16 auth_alg; member
/drivers/staging/rtl8712/
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()
/drivers/crypto/bcm/
Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
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()
Dspu.h259 enum hash_alg auth_alg,
Dcipher.h393 u32 hash_pad_len, enum hash_alg auth_alg,
Dspu2.c1243 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument
1265 if (auth_alg == HASH_ALG_MD5) in spu2_request_pad()
/drivers/staging/wlan-ng/
Dp80211mgmt.h477 u16 *auth_alg; member
/drivers/staging/ks7010/
Dks_wlan.h345 int auth_alg; member
Dks_wlan_net.c1453 priv->wpa.auth_alg = value; in ks_wlan_set_auth_mode()
1457 priv->wpa.auth_alg = value; in ks_wlan_set_auth_mode()
1519 param->value = priv->wpa.auth_alg; in ks_wlan_get_auth_mode()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c415 uint auth_alg; in portctrl() local
427 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
439 if (auth_alg == 2) { in portctrl()
/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h156 u8 auth_alg; member
/drivers/staging/rtl8723bs/core/
Drtw_recv.c546 uint auth_alg; in portctrl() local
557 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
570 if (auth_alg == 2) { in portctrl()
/drivers/net/wireless/ath/wil6210/
Dwmi.c217 __le16 auth_alg; member
1665 if (le16_to_cpu(auth->auth_alg) != WLAN_AUTH_FT) { in wmi_evt_auth_status()
1667 le16_to_cpu(auth->auth_alg)); in wmi_evt_auth_status()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c632 profile->auth_alg = 0xff; in iwl_mvm_config_sched_scan_profiles()