Parcourir la source

Fixed build without CONFIG_IEEE80211N

Jouni Malinen il y a 16 ans
Parent
commit
f49275c92f
3 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 1 0
      hostapd/driver_hostap.c
  2. 1 0
      hostapd/driver_nl80211.c
  3. 1 0
      hostapd/driver_test.c

+ 1 - 0
hostapd/driver_hostap.c

@@ -38,6 +38,7 @@
 #include "priv_netlink.h"
 #include "hostap_common.h"
 #include "hw_features.h"
+#include "ieee802_11_defs.h"
 
 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 };
 

+ 1 - 0
hostapd/driver_nl80211.c

@@ -36,6 +36,7 @@
 #include "mlme.h"
 #include "radiotap.h"
 #include "radiotap_iter.h"
+#include "ieee802_11_defs.h"
 
 #ifdef CONFIG_LIBNL20
 /* libnl 2.0 compatibility code */

+ 1 - 0
hostapd/driver_test.c

@@ -24,6 +24,7 @@
 #include "l2_packet/l2_packet.h"
 #include "hw_features.h"
 #include "wps_hostapd.h"
+#include "ieee802_11_defs.h"
 
 
 struct test_client_socket {