diff options
author | Dedy Lansky <qca_dlansky@qca.qualcomm.com> | 2017-01-20 13:49:44 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-01-27 19:49:22 +0200 |
commit | 849a564b7e28db7afed18d4b921303b7bd883112 (patch) | |
tree | 894c99e09f2cf8cd441ef7ef0928bd28697a1dbf /include/media | |
parent | c75c398be6edd3c7e40b905ec4c9db40b0685bd0 (diff) |
wil6210: add disable_ap_sme module parameter
By default, AP SME is handled by driver/FW.
In case disable_ap_sme is true, driver doesn't turn-on
WIPHY_FLAG_HAVE_AP_SME and the responsibility for
AP SME is passed to user space.
With AP SME disabled, driver reports assoc request frame
to user space which is then responsible for sending assoc
response frame and for sending NL80211_CMD_NEW_STATION.
Driver also reports disassoc frame to user space
which should then send NL80211_CMD_DEL_STATION.
NL80211_CMD_SET_STATION with NL80211_STA_FLAG_AUTHORIZED
is used by user space to allow/disallow data transmit.
Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com>
Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions