]> git.ipfire.org Git - thirdparty/hostap.git/commit
Make STA opmode change event available to upper layers
authorTamizh chelvam <tamizhr@codeaurora.org>
Fri, 9 Mar 2018 12:49:09 +0000 (18:19 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 19 Mar 2018 18:07:22 +0000 (20:07 +0200)
commitec2b5173cedd8582f177395642a13cabfe9ce50e
tree3a3008a584c451e241355a57003124eb9ebb5f45
parente8ada1600f7fb4f6e2fe72ec206c3caa7b014b98
Make STA opmode change event available to upper layers

Add an event callback for EVENT_STATION_OPMODE_CHANGED to allow
user/application to get the notification whenever there is a change in a
station's HT/VHT op mode.

The new events:
STA-OPMODE-MAX-BW-CHANGED <addr> <20(no-HT)|20|40|80|80+80|160>
STA-OPMODE-SMPS-MODE-CHANGED <addr> <automatic|off|dynamic|static>
STA-OPMODE-N_SS-CHANGED <addr> <N_SS>

Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org>
src/ap/drv_callbacks.c
src/ap/hostapd.h
src/common/wpa_ctrl.h
wpa_supplicant/events.c