Searched refs:auth_alg (Results 1 – 12 of 12) sorted by relevance
83 int auth_alg; member
674 pr_debug("auth_alg = %d\n", param->u.wpa_associate.auth_alg); in wpa_set_associate()704 if (param->u.wpa_associate.auth_alg & AUTH_ALG_SHARED_KEY) in wpa_set_associate()
684 u16 auth_alg, auth_transaction, status; in hostap_ap_tx_cb_auth() local704 auth_alg = le16_to_cpu(*pos++); in hostap_ap_tx_cb_auth()725 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in hostap_ap_tx_cb_auth()726 (auth_alg == WLAN_AUTH_SHARED_KEY && auth_transaction == 4))) { in hostap_ap_tx_cb_auth()740 auth_alg, auth_transaction, status, txt); in hostap_ap_tx_cb_auth()1354 u16 auth_alg, auth_transaction, status_code; in handle_authen() local1387 auth_alg = __le16_to_cpu(*pos); in handle_authen()1402 auth_alg == WLAN_AUTH_OPEN) || in handle_authen()1404 crypt && auth_alg == WLAN_AUTH_SHARED_KEY)) { in handle_authen()1444 if ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1) || in handle_authen()[all …]
17 __le16 auth_alg; member
252 uint auth_alg; in r8712_portctrl() local264 auth_alg = adapter->securitypriv.AuthAlgrthm; in r8712_portctrl()265 if (auth_alg == 2) { in r8712_portctrl()
184 u16 auth_alg; member
476 u16 *auth_alg; member
478 u8 auth_alg; member
950 profile->auth_alg = 0xff; in iwl_mvm_config_sched_scan_profiles()
491 uint auth_alg; in portctrl() local504 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()516 if (auth_alg == 2) { in portctrl()
545 uint auth_alg; in portctrl() local556 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()567 if (auth_alg == dot11AuthAlgrthm_8021X) { in portctrl()
941 algorithm = le16_to_cpu(mgmt->u.auth.auth_alg); in OnAuth23a()1123 algthm = le16_to_cpu(mgmt->u.auth.auth_alg); in OnAuth23aClient23a()2878 mgmt->u.auth.auth_alg = cpu_to_le16(val16); in issue_auth()2934 iv_mgmt->u.auth.auth_alg = cpu_to_le16(auth_algo); in issue_auth()