]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add handling of OBSS scan requests and 20/40 BSS coex reports
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Thu, 3 May 2012 09:13:43 +0000 (12:13 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 3 May 2012 12:55:38 +0000 (15:55 +0300)
commitc3701c66a5f57c95b7353688429149e904a9d1df
tree6cb4261fcd75e7e80b3108cbaacf89af3c89fae6
parent73cdd917a33ebaaed8dca43e16eb5432eb20ccba
Add handling of OBSS scan requests and 20/40 BSS coex reports

Add support for HT STA to report 40 MHz intolerance to the associated AP.
A HT station generates a report (20/40 BSS coexistence) of channel list
if it finds a non-HT capable AP or a HT AP which prohibits 40 MHz
transmission (i.e., 40 MHz intolerant bit is set in HT capabilities IE)
from the scan results.

Parse the OBSS scan parameter from Beacon or Probe Response frames and
schedule periodic scan to generate 20/40 coexistence channel report if
requested to do so. This patch decodes Scan Interval alone from the OBSS
Scan Parameters element and triggers scan on timeout.

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/sme.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h