Searched refs:auth_alg (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
H A D | spu.h | 260 enum hash_alg auth_alg,
|
H A D | cipher.h | 391 u32 hash_pad_len, enum hash_alg auth_alg,
|
H A D | spu2.c | 1246 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 D | util.c | 394 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 D | sta_event.c | 139 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 D | init.c | 85 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_init_priv()
|
H A D | join.c | 1537 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_deauthenticate()
|
H A D | main.h | 530 u16 auth_alg; member
|
H A D | fw.h | 757 __le16 auth_alg; member
|
/linux/net/mac80211/ |
H A D | mlme.c | 4549 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 D | util.c | 1077 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 D | ieee80211_i.h | 2542 u16 transaction, u16 auth_alg, u16 status,
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 446 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 D | scan.h | 124 u8 auth_alg; member
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 217 __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()
|