Searched refs:auth_alg (Results 1 – 16 of 16) sorted by relevance
/drivers/net/wireless/intersil/hostap/ |
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 …]
|
D | hostap_80211.h | 18 __le16 auth_alg; member
|
/drivers/staging/rtl8712/ |
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()
|
/drivers/crypto/bcm/ |
D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
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()
|
D | spu.h | 259 enum hash_alg auth_alg,
|
D | cipher.h | 393 u32 hash_pad_len, enum hash_alg auth_alg,
|
D | spu2.c | 1243 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/ |
D | p80211mgmt.h | 477 u16 *auth_alg; member
|
/drivers/staging/ks7010/ |
D | ks_wlan.h | 345 int auth_alg; member
|
D | ks_wlan_net.c | 1453 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/ |
D | rtw_recv.c | 415 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/ |
D | scan.h | 156 u8 auth_alg; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 546 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/ |
D | wmi.c | 217 __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/ |
D | scan.c | 632 profile->auth_alg = 0xff; in iwl_mvm_config_sched_scan_profiles()
|