hello, <br><br>I&#39;m working with hostapd and the 802.11r standard. I had success on making the FT-PSK work and the Fast Transition worked well between two Station with hostapd enabled.<br><br>But now I&#39;m working on the FT-EAP and got no success. I wonder if someone is working with the 802.11r too. and can help me with the FT.<br>

<br>my hostapd.conf is the following:<br><br>interface=wlan0<br>bridge=br0<br>driver=nl80211<br>ctrl_interface_group=0<br>ssid=teste<br>hw_mode=g<br>channel=3<br>auth_algs=1<br>ieee8021x=1<br>eapol_version=2<br>eap_message=hello<br>

eapol_key_index_workaround=0<br>eap_server=1<br>eap_user_file=/home/heinzen/hostapd-0.7.2/hostapd/hostapd.eap_user<br>ca_cert=/home/heinzen/CA.pem<br>server_cert=/home/heinzen/server.pem<br>private_key=/home/heinzen/key-server.pem<br>

private_key_passwd=almar0f4<br>own_ip_addr=192.168.0.3<br>nas_identifier=praia<br>auth_server_addr=192.168.0.3<br>auth_server_port=1812<br>auth_server_shared_secret=radius<br>radius_server_clients=/home/heinzen/hostapd-0.7.2/hostapd/hostapd.radius_clients<br>

radius_server_auth_port=1812<br>wpa=3<br>wpa_key_mgmt=FT-EAP WPA-EAP<br>wpa_passphrase=almar0f4<br>wpa_pairwise=CCMP<br>rsn_pairwise=CCMP<br>mobility_domain=a1b2<br>r0_key_lifetime=100000<br>r1_key_holder=000102030405<br>

reassociation_deadline=1000<br>r0kh=02:01:02:03:04:05 praia 000102030405060708090a0b0c0d0e0f<br>r1kh=00:18:e7:28:46:81 00:01:02:03:04:05 000102030405060708090a0b0c0d0e0f<br><br><br><br><br><br><br clear="all">Att,<br><br>

Sérgio Luiz Heinzen<br><br>