]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
FILS: DHCP relay for HLP requests
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 31 Jan 2017 12:38:44 +0000 (14:38 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 1 Feb 2017 16:17:39 +0000 (18:17 +0200)
commit91d91abf6f9bf420643a9245b63f5ac8c6bbb18a
tree8b487f7cd806f46c8ee06a0ffe216b20d5656add
parent54b04d6f39995c7ec5ca1ba598d48867d5365e64
FILS: DHCP relay for HLP requests

The new dhcp_server configuration parameter can now be used to configure
hostapd to act as a DHCP relay for DHCPDISCOVER messages received as
FILS HLP requests. The dhcp_rapid_commit_proxy=1 parameter can be used
to configure hostapd to convert 4 message DHCP exchange into a 2 message
exchange in case the DHCP server does not support DHCP rapid commit
option.

The fils_hlp_wait_time parameter can be used to set the time hostapd
waits for an HLP response. This matches the dot11HLPWaitTime in IEEE Std
802.11ai-2016.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
14 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/fils_hlp.c
src/ap/fils_hlp.h
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h