[PATCH 0/5] Add support for CSA advertisement and testing
Ilan Peer
ilan.peer
Wed Jan 1 05:32:08 PST 2014
The series adds support for checking driver support for CSA
and additional test cases for the testing framework (skipping csa
test cases if CSA is not supported).
Andrei Otcheretianski (4):
wpa_supplicant: Move CS supported flag to wpa_driver_capa
wpa_supplicant/hostapd: Add awareness of CSA support
hostapd: Advertise CSA support in STATUS command
hwsim: Skip CSA tests if the driver doesn't support it
Luciano Coelho (1):
hwsim tests: Add test cases for AP channel switch announcement
hostapd/main.c | 1 +
src/ap/ctrl_iface_ap.c | 6 ++-
src/ap/hostapd.c | 8 +++
src/ap/hostapd.h | 1 +
src/drivers/driver.h | 3 ++
src/drivers/driver_nl80211.c | 7 +--
tests/hwsim/test_ap_csa.py | 107 +++++++++++++++++++++++++++++++++++++
wpa_supplicant/ap.c | 1 +
wpa_supplicant/wpa_supplicant.c | 1 +
wpa_supplicant/wpa_supplicant_i.h | 2 +
10 files changed, 132 insertions(+), 5 deletions(-)
create mode 100644 tests/hwsim/test_ap_csa.py
--
1.7.10.4
More information about the Hostap
mailing list