From 61177b5cd0efaf9efd60822a8ec834a9d810f96d Mon Sep 17 00:00:00 2001 From: jkim Date: Tue, 8 Sep 2015 21:04:33 +0000 Subject: Enable 802.11n support. PR: 164102 --- usr.sbin/wpa/hostapd/Makefile | 5 +++-- usr.sbin/wpa/wpa_supplicant/Makefile | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile index 743f917..5a2002d 100644 --- a/usr.sbin/wpa/hostapd/Makefile +++ b/usr.sbin/wpa/hostapd/Makefile @@ -15,8 +15,8 @@ SRCS= accounting.c aes-omac1.c ap_config.c ap_drv_ops.c ap_mlme.c authsrv.c \ eap_register.c eap_server.c eap_server_methods.c eap_user_db.c \ eapol_auth_dump.c eapol_auth_sm.c eloop.c gas.c gas_serv.c hostapd.c \ hs20.c http_client.c http_server.c httpread.c \ - hw_features_common.c ieee802_11_auth.c \ - ieee802_11_common.c ieee802_11_shared.c ieee802_1x.c ip_addr.c \ + hw_features_common.c ieee802_11_auth.c ieee802_11_common.c \ + ieee802_11_ht.c ieee802_11_shared.c ieee802_1x.c ip_addr.c \ main.c ms_funcs.c os_unix.c peerkey_auth.c pmksa_cache_auth.c \ preauth_auth.c radius.c radius_client.c radius_das.c sta_info.c \ tkip_countermeasures.c upnp_xml.c utils.c uuid.c vlan_init.c \ @@ -37,6 +37,7 @@ FILES= hostapd.conf hostapd.eap_user hostapd.wpa_psk CFLAGS+=-DCONFIG_DRIVER_BSD \ -DCONFIG_DRIVER_RADIUS_ACL \ -DCONFIG_HS20 \ + -DCONFIG_IEEE80211N \ -DCONFIG_INTERWORKING \ -DCONFIG_PEERKEY \ -DCONFIG_RSN_PREAUTH \ diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index badae0d..0381a60 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -40,6 +40,7 @@ CFLAGS+=-DCONFIG_BACKEND_FILE \ -DCONFIG_DRIVER_WIRED \ -DCONFIG_GAS \ -DCONFIG_HS20 \ + -DCONFIG_IEEE80211N \ -DCONFIG_IEEE80211R \ -DCONFIG_INTERWORKING \ -DCONFIG_PEERKEY \ -- cgit v1.1