]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/hw_features.c
Introduce 60 GHz band
authorVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Tue, 18 Dec 2012 09:50:35 +0000 (11:50 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 18 Dec 2012 09:50:35 +0000 (11:50 +0200)
commit7829894c21042a23e834659fbfd42ad8de74d5be
tree336120de6bb21737bedcf61ed0e4609d7bea4b57
parent058da39cc912d27d58149a43431fca0b8241f7ab
Introduce 60 GHz band

Basic support for the 60 GHz band. Neither P2P nor WPS are yet taken
care off. Allows to start AP with very simple config:

network={
        ssid="test"
        mode=2
        frequency=60480
        key_mgmt=NONE
}

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/hw_features.c
src/ap/ieee802_1x.c
src/common/defs.h
src/drivers/driver_nl80211.c
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/ctrl_iface.c