]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TEAP server: Add support for requiring user and machine credentials
authorJouni Malinen <j@w1.fi>
Sat, 24 Aug 2019 13:48:34 +0000 (16:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2019 13:49:51 +0000 (16:49 +0300)
commit93cd29d2b8b8f2dd3c359dba8699bd418dccc200
treedc8f580d715f18e3b9eeb70a316a0d1dca649ab3
parentf38046425745ff24169f2ff555063969f3ae1e9f
EAP-TEAP server: Add support for requiring user and machine credentials

The new eap_teap_id=5 hostapd configuration parameter value can be used
to configure EAP-TEAP server to request and require user and machine
credentials within the tunnel. This can be done either with Basic
Password Authentication or with inner EAP authentication methods.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/hostapd.conf
src/eap_server/eap.h
src/eap_server/eap_server_teap.c