]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Provide subtype and reason code for AP SME drivers
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 9 Oct 2014 13:52:38 +0000 (16:52 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 10 Oct 2014 17:05:37 +0000 (20:05 +0300)
commit59d7148ad7ce915be22388bea441cffc39ab91a4
treed7fe88cddb329e2300326cf599010b300b637bfe
parentb43ac5d5ab867623f302d07c3c968462be122dc2
nl80211: Provide subtype and reason code for AP SME drivers

This allows drivers that implement AP SME internally to generate a
Deauthentication or Disassociation frame with the specified reason code.
This was already done with drivers that use hostapd/wpa_supplicant for
AP SME.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c