Searched refs:auth_alg (Results 1 – 3 of 3) sorted by relevance
625 u16 fc, auth_alg, auth_transaction, status; in hostap_ap_tx_cb_auth() local647 auth_alg = le16_to_cpu(*pos++); in hostap_ap_tx_cb_auth()668 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in hostap_ap_tx_cb_auth()669 (auth_alg == WLAN_AUTH_SHARED_KEY && auth_transaction == 4))) { in hostap_ap_tx_cb_auth()683 auth_alg, auth_transaction, status, txt); in hostap_ap_tx_cb_auth()1292 u16 auth_alg, auth_transaction, status_code; in handle_authen() local1326 auth_alg = __le16_to_cpu(*pos); in handle_authen()1341 auth_alg == WLAN_AUTH_OPEN) || in handle_authen()1343 crypt && auth_alg == WLAN_AUTH_SHARED_KEY)) { in handle_authen()1383 if ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1) || in handle_authen()[all …]
16 __le16 auth_alg; member
521 u16 *auth_alg; member