diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 2a304110..9874109e 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -2327,13 +2327,13 @@ static void handle_auth_cb(struct hostapd_data *hapd, u16 auth_alg, auth_transaction, status_code; struct sta_info *sta; - if (!ok) { +/* if (!ok) { hostapd_logger(hapd, mgmt->da, HOSTAPD_MODULE_IEEE80211, HOSTAPD_LEVEL_NOTICE, "did not acknowledge authentication response"); return; } - +*/ if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) { wpa_printf(MSG_INFO, "handle_auth_cb - too short payload (len=%lu)", (unsigned long) len); @@ -2409,14 +2409,14 @@ static void handle_assoc_cb(struct hostapd_data *hapd, return; } - if (!ok) { +/* if (!ok) { hostapd_logger(hapd, mgmt->da, HOSTAPD_MODULE_IEEE80211, HOSTAPD_LEVEL_DEBUG, "did not acknowledge association response"); sta->flags &= ~WLAN_STA_ASSOC_REQ_OK; return; } - +*/ if (reassoc) status = le_to_host16(mgmt->u.reassoc_resp.status_code); else