Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
H A Dspu.h260 enum hash_alg auth_alg,
H A Dcipher.h391 u32 hash_pad_len, enum hash_alg auth_alg,
H A Dspu2.c1246 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument
1268 if (auth_alg == HASH_ALG_MD5) in spu2_request_pad()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c394 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_host_mlme_disconnect()
466 if (priv->auth_alg != WLAN_AUTH_SAE) { in mwifiex_process_mgmt_packet()
488 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_mgmt_packet()
H A Dsta_event.c139 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_reset_connect_state()
1017 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_sta_event()
H A Dinit.c85 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_init_priv()
H A Djoin.c1537 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_deauthenticate()
H A Dmain.h530 u16 auth_alg; member
H A Dfw.h757 __le16 auth_alg; member
/linux/net/mac80211/
H A Dmlme.c4549 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
4569 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth()
4573 if (auth_alg != ifmgd->auth_data->algorithm || in ieee80211_rx_mgmt_auth()
4574 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4576 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4580 mgmt->sa, auth_alg, ifmgd->auth_data->algorithm, in ieee80211_rx_mgmt_auth()
4589 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
8684 u16 auth_alg; in ieee80211_mgd_auth() local
8694 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
8699 auth_alg = WLAN_AUTH_SHARED_KEY; in ieee80211_mgd_auth()
[all …]
H A Dutil.c1077 u16 transaction, u16 auth_alg, u16 status, in ieee80211_send_auth() argument
1118 mgmt->u.auth.auth_alg = cpu_to_le16(auth_alg); in ieee80211_send_auth()
1126 if (auth_alg == WLAN_AUTH_SHARED_KEY && transaction == 3) { in ieee80211_send_auth()
H A Dieee80211_i.h2542 u16 transaction, u16 auth_alg, u16 status,
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c446 uint auth_alg; in portctrl() local
457 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
468 if (auth_alg == 2) { in portctrl()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h124 u8 auth_alg; member
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c217 __le16 auth_alg; member
1664 if (le16_to_cpu(auth->auth_alg) != WLAN_AUTH_FT) { in wmi_evt_auth_status()
1666 le16_to_cpu(auth->auth_alg)); in wmi_evt_auth_status()