<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I am using the following configuration:<br>
<br>
Hostapd-AP1:<br>
#############<br>
ctrl_interface=/var/run/hostapd<br>
<br>
interface=wlan0<br>
bridge=br0<br>
driver=nl80211<br>
ssid=roaming-test<br>
hw_mode=g<br>
channel=6<br>
<br>
ieee8021x=1<br>
auth_server_addr=192.168.210.2<br>
auth_server_port=1812<br>
auth_server_shared_secret=kmakmakma<br>
<br>
wpa=2<br>
wpa_key_mgmt=FT-EAP<br>
wpa_pairwise=CCMP<br>
rsn_pairwise=CCMP<br>
wpa_group_rekey=3600<br>
<br>
#802.11n<br>
ieee80211n=1<br>
nas_identifier=nas1<br>
mobility_domain=a1b2<br>
r0_key_lifetime=10000<br>
#r1_key_holder=000102030405<br>
r1_key_holder=a854b290c879<br>
reassociation_deadline=1000<br>
pmk_r1_push=1<br>
<br>
r0kh=a8:54:b2:90:c8:83 nas2 0f0e0d0c0b0a09080706050403020100<br>
#r1kh=a8:54:b2:90:c8:83 00:01:02:03:04:06 000102030405060708090a0b0c0d0e0f<br>
r1kh=a8:54:b2:90:c8:83 a8:54:b2:90:c8:83 000102030405060708090a0b0c0d0e0f<br>
#r0kh=00:0d:b9:2d:16:b0 nas2.mimos.my 0f0e0d0c0b0a09080706050403020100<br>
#r0kh=00:0d:b9:2c:c5:dc nas1.mimos.my 000102030405060708090a0b0c0d0e0f<br>
#r1kh=00:0d:b9:2c:c5:dc 00:0d:b9:2c:c5:dc 000102030405060708090a0b0c0d0e0f<br>
#r1kh=00:0d:b9:2d:16:b0 00:0d:b9:2d:16:b0 0f0e0d0c0b0a09080706050403020100<br>
#############<br>
Hostapd-AP2:<br>
#############<br>
ctrl_interface=/var/run/hostapd<br>
<br>
interface=wlan0<br>
bridge=br0<br>
driver=nl80211<br>
ssid=roaming-test<br>
hw_mode=g<br>
channel=11<br>
<br>
ieee8021x=1<br>
auth_server_addr=192.168.210.2<br>
auth_server_port=1812<br>
auth_server_shared_secret=kmakmakma<br>
<br>
wpa=2<br>
#wpa_key_mgmt=FT-PSK<br>
wpa_key_mgmt=FT-EAP<br>
wpa_pairwise=CCMP<br>
rsn_pairwise=CCMP<br>
#wpa_passphrase=12345678<br>
wpa_group_rekey=3600<br>
#802.11n<br>
ieee80211n=1<br>
<br>
nas_identifier=nas2<br>
mobility_domain=a1b2<br>
r0_key_lifetime=10000<br>
#r1_key_holder=000102030406<br>
r1_key_holder=a854b290c883<br>
reassociation_deadline=1000<br>
pmk_r1_push=1<br>
r0kh=a8:54:b2:90:c8:79 nas1 000102030405060708090a0b0c0d0e0f<br>
r1kh=a8:54:b2:90:c8:79 a8:54:b2:90:c8:79 0f0e0d0c0b0a09080706050403020100<br>
#r1kh=a8:54:b2:90:c8:79 00:01:02:03:04:05 0f0e0d0c0b0a09080706050403020100<br>
<br>
#r0kh=00:0d:b9:2c:c5:dc nas1.mimos.my 000102030405060708090a0b0c0d0e0f<br>
#r0kh=00:0d:b9:2d:16:b0 nas2.mimos.my 0f0e0d0c0b0a09080706050403020100<br>
#r1kh=00:0d:b9:2d:16:b0 00:0d:b9:2d:16:b0 0f0e0d0c0b0a09080706050403020100<br>
#r1kh=00:0d:b9:2c:c5:dc 00:0d:b9:2c:c5:dc 000102030405060708090a0b0c0d0e0f<br>
#############<br>
WPA_Supplicant:<br>
#############<br>
ctrl_interface=/var/run/wpa_supplicant<br>
ctrl_interface_group=root<br>
ap_scan=1<br>
update_config=1<br>
eapol_version=1<br>
network={<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;roaming-test&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; psk=&quot;12345678&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=FT-EAP<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=FT-PSK<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=EAP<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eap=PEAP<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=WPA2<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=WPA<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pairwise=CCMP<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; group=CCMP<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proactive_key_caching=1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; identity=&quot;shariq&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password=&quot;kmakma&quot;<br>
}<br>
#############<br>
</div>
</body>
</html>

<p>

------------------------------------------------------------------<br>
-<br>
-<br>
DISCLAIMER: <br>
<br>
This e-mail (including any attachments) is for the addressee(s) <br>
only and may contain confidential information. If you are not the <br>
intended recipient, please note that any dealing, review, <br>
distribution, printing, copying or use of this e-mail is strictly <br>
prohibited. If you have received this email in error, please notify <br>
the sender  immediately and delete the original message. <br>
MIMOS Berhad is a research and development institution under <br>
the purview of the Malaysian Ministry of Science, Technology and <br>
Innovation. Opinions, conclusions and other information in this e-<br>
mail that do not relate to the official business of MIMOS Berhad <br>
and/or its subsidiaries shall be understood as neither given nor <br>
endorsed by MIMOS Berhad and/or its subsidiaries and neither <br>
MIMOS Berhad nor its subsidiaries accepts responsibility for the <br>
same. All liability arising from or in connection with computer <br>
viruses and/or corrupted e-mails is excluded to the fullest extent <br>
permitted by law.<br>
<br>
<br>
</p>