Using .11r 802.11u interworking together?
Ben Greear
greearb
Wed May 7 10:57:11 PDT 2014
I have a user trying to make our stations connect to an AP configured for .11r and
passpoint.
Looks like supplicant runs in a tight loop doing anqp queries and failing
because of this check:
if (!(ie.key_mgmt & ssid->key_mgmt)) {
wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - key mgmt "
"mismatch");
break;
}
Any idea if this can work? My attempt at a config file is below.
ctrl_interface=/var/run/wpa_supplicant
fast_reauth=1
can_scan_one=1
min_scan_gap=5
freq_list=5180
# 802.11u / Interworking configuration.
interworking=1
hessid=00:dd:dd:dd:dd:dd
auto_interworking=1
access_network_type=0
# HotSpot 2.0 configuration
hs20=1
bss_max_count=2000
network={
interworking_defaults=1
disable_ht=0
disable_ht40=1
disable_sgi=0
ht_mcs=""
disable_max_amsdu=-1
ampdu_factor=-1
ampdu_density=-1
freq_list=5180
}
cred={
username="wifi-user"
password="test%11"
realm="X.com"
domain="X.com"
eap=TTLS
phase2="auth=MSCHAPV2"
}
Thanks,
Ben
--
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc http://www.candelatech.com
More information about the Hostap
mailing list