]> git.ipfire.org Git - thirdparty/hostap.git/commit
OSEN: Remove all OSEN functionality
authorJouni Malinen <quic_jouni@quicinc.com>
Sat, 22 Feb 2025 19:15:41 +0000 (21:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 20:10:46 +0000 (22:10 +0200)
commite835288592fd672469f46dc35a03e64115b996e5
treee84528c2011e3bb63d0d6daea35de1d4861024b9
parentf61b5faa4803cc04f8b1a8d427a6467d64913587
OSEN: Remove all OSEN functionality

Passpoint spec v3.4 removed all OSU functionality, including OSEN. In
practice, this means that there is not going to any deployment or use of
the OSEN functionality in the future and as such, there is no need to
maintain this implementation.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
46 files changed:
hostapd/config_file.c
hostapd/eap_register.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ap_drv_ops.c
src/ap/beacon.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hs20.c
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/wpa_auth.c
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_ie.c
src/common/defs.h
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/ieee802_11_defs.h
src/common/wpa_common.c
src/common/wpa_common.h
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_capa.c
src/eap_peer/eap_tls.c
src/eap_peer/eap_tls_common.c
src/eap_peer/eap_tls_common.h
src/eap_server/eap_server_tls.c
src/eap_server/eap_server_tls_common.c
src/eap_server/eap_tls_common.h
src/rsn_supp/wpa.c
src/rsn_supp/wpa_ie.c
wlantest/bss.c
wlantest/rx_eapol.c
wlantest/sta.c
wlantest/wlantest.h
wpa_supplicant/README-HS20
wpa_supplicant/config.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/eap_register.c
wpa_supplicant/events.c
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c