Lines Matching refs:rx_auth
1588 struct auth_info *rx_auth) in hostapd_notif_auth() argument
1595 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1597 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth()
1606 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1618 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth()
1619 rx_auth->ies_len, in hostapd_notif_auth()
1626 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
1628 handle_auth_fils(hapd, sta, rx_auth->ies, rx_auth->ies_len, in hostapd_notif_auth()
1629 rx_auth->auth_type, rx_auth->auth_transaction, in hostapd_notif_auth()
1630 rx_auth->status_code, in hostapd_notif_auth()
1637 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1, in hostapd_notif_auth()