Searched refs:WLAN_AUTH_OPEN (Results 1 – 5 of 5) sorted by relevance
26 case WLAN_AUTH_OPEN: in mlme_auth_alg_str()
997 auth_alg == WLAN_AUTH_OPEN) || in handle_auth()1237 case WLAN_AUTH_OPEN: in handle_auth()1243 sta->auth_alg = WLAN_AUTH_OPEN; in handle_auth()1651 sta->auth_alg == WLAN_AUTH_OPEN) { in check_assoc_ies()2650 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in handle_auth_cb()
493 auth.u.auth.auth_alg = host_to_le16(WLAN_AUTH_OPEN); in ibss_rsn_send_auth()893 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
589 sme_associate(wpa_s, ssid->mode, bss->bssid, WLAN_AUTH_OPEN); in sme_send_authentication()883 case WLAN_AUTH_OPEN: in sme_event_auth()
80 #define WLAN_AUTH_OPEN 0 macro