mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
14dcda4d59
Implemented milenage algorithm in hlrauc.py. Unlike EAP-SIM, the authentication center must compute several values to give back to the server (hostapd). This was already done by IWD as the peer in EAP-AKA, but was also needed on the server side (HLR AuC).
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
hw_mode=g
|
|
channel=1
|
|
|
|
driver=nl80211
|
|
ieee8021x=1
|
|
eap_server=1
|
|
ssid=ssidEAP-AKA
|
|
eap_user_file=/tmp/sim.eap_user
|
|
eap_sim_db=unix:/tmp/hlrauc.sock
|
|
wpa=2
|
|
wpa_key_mgmt=WPA-EAP
|
|
wpa_pairwise=TKIP CCMP
|
|
rsn_pairwise=CCMP TKIP
|
|
wpa_passphrase=secret123
|
|
channel=1
|
|
eap_sim_aka_result_ind=1
|