Verify that driver supports configured HT capabilities
[wpasupplicant] / hostapd / driver_wired.c
index 60b036e..0a1d733 100644 (file)
@@ -29,7 +29,6 @@
 #endif /* USE_KERNEL_HEADERS */
 
 #include "hostapd.h"
-#include "ieee802_1x.h"
 #include "eloop.h"
 #include "sta_info.h"
 #include "driver.h"
@@ -119,7 +118,7 @@ static void handle_data(struct hostapd_data *hapd, unsigned char *buf,
                        pos = (u8 *) (hdr + 1);
                        left = len - sizeof(*hdr);
 
-                       ieee802_1x_receive(hapd, sa, pos, left);
+                       hostapd_eapol_receive(hapd, sa, pos, left);
                break;
 
        default: