]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Disable WPS 2.0 when WPA-TKIP only configuration is set
authorAvinash Patil <avinashapatil@gmail.com>
Fri, 17 Aug 2012 16:21:40 +0000 (19:21 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 17 Aug 2012 16:21:40 +0000 (19:21 +0300)
commitd8a085508cedd7d9158b19219b59eef236020c67
tree16da87e6eac5decce296db8f8992c6c6722e9f2a
parentadb9b8edc4bd53db4630d67638515a1c13c4b214
hostapd: Disable WPS 2.0 when WPA-TKIP only configuration is set

WSC 2.0 deprecates use of WPA (TKIP) and does not allow WPA/TKIP only
configuration (i.e., WPA2/CCMP needs to be enabled in mixed mode for
WPA/TKIP to be acceptable). Enforce this by disabling WPS if
configuration enables WPA/TKIP without WPA2/CCMP.

Signed-off-by: Avinash Patil <patila@marvell.com>
hostapd/config_file.c