]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: Allow OSEN connection to be enabled in an RSN BSS
authorJouni Malinen <jouni@codeaurora.org>
Tue, 29 May 2018 17:09:53 +0000 (20:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 29 May 2018 20:34:22 +0000 (23:34 +0300)
commit8d660a4bac1a20097b14945841fe97feb445e4be
tree9a362d961ee8a67ec2068c01664497659277109a
parent0fe3ede0a4f6fe984bbaad90f1a9d9e8decc155d
HS 2.0: Allow OSEN connection to be enabled in an RSN BSS

This allows a single BSS/SSID to be used for both data connection and
OSU. Instead of hostapd configuration osen=1, wpa_key_mgmt=OSEN (or more
likely, wpa_key_mgmt=WPA-EAP OSEN) is used to enable this new option.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
src/ap/wpa_auth.c
src/ap/wpa_auth_ie.c