]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/hostap.git/commit
hostap: add channel switch ability to AP & GO (INTERNAL)
authorVictor Goldenshtein <victorg@ti.com>
Mon, 21 Nov 2011 13:19:52 +0000 (15:19 +0200)
committerArik Nemtsov <arik@wizery.com>
Thu, 13 Sep 2012 11:53:28 +0000 (14:53 +0300)
commitff0a677405533513777ed413abff97483f5fda6d
tree345897e5425f8e1aa37f39ce603163a3deec7998
parent7b65de18e8276ed3b5d2cbb64dc06c347f3b0e78
hostap: add channel switch ability to AP & GO (INTERNAL)

Add channel switch command and handle channel switch
request/complete events.

New hostapd_eid_csa() which builds the channel switch
announcement IE. Add this CSA to the beacon frame prior
performing a channel switch and remove it once it's
completed.

New EVENT_REQ_CH_SW which indicates that the driver
has requested to perform a channel switch.

Signed-hostap: Victor Goldenshtein <victorg@ti.com>
hostapd/config_file.c
src/ap/beacon.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/hw_features.c
src/ap/hw_features.h
src/ap/ieee802_11.c
src/drivers/driver.h
src/drivers/driver_common.c
wpa_supplicant/events.c