X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hostapd%2Fieee802_11_auth.c;h=981067c68b0a5fe3b635535e737dd4a9b765b6fe;hb=f8b1f695617c8f00e733064f2f7570ed78719da9;hp=092e27ab9b9ab34308fa89c676a2ab705a5cb322;hpb=1b648c7e1ab9712576394242c35939768c4d4d24;p=libeap.git diff --git a/hostapd/ieee802_11_auth.c b/hostapd/ieee802_11_auth.c index 092e27a..981067c 100644 --- a/hostapd/ieee802_11_auth.c +++ b/hostapd/ieee802_11_auth.c @@ -470,8 +470,7 @@ hostapd_acl_recv_radius(struct radius_msg *msg, struct radius_msg *req, /* Re-send original authentication frame for 802.11 processing */ wpa_printf(MSG_DEBUG, "Re-sending authentication frame after " "successful RADIUS ACL query"); - ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, - WLAN_FC_STYPE_AUTH, NULL); + ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, NULL); #endif /* NEED_AP_MLME */ #endif /* CONFIG_DRIVER_RADIUS_ACL */