Hi<br> Thank you for your suggestion. I've tried that, but the result is the same. No suitable AP found.<br>wpa_supplicant.conf<br>ctrl_interface=/var/run/wpa_supplicant<br>eapol_version=1<br>ap_scan=1<br>network={<br>
ssid=001a4d2f872c<br> key_mgmt=WPA-EAP IEEE8021X<br> pairwise=CCMP<br> eap=PEAP<br> phase1="peaplabel=0"<br> phase2="auth=MSCHAPV2"<br> identity="test"<br>
password="test"<br>}<br><br>HERE is result from -dd option.<br><br># Initializing interface 'ra0' conf '/jffs2/wpa_supplicant.conf' driver 'ralink' ctrl_interface 'N/A' bridge 'N/A'<br>
Configuration file '/jffs2/wpa_supplicant.conf' -> '/jffs2/wpa_supplicant.conf'<br>Reading configuration file '/jffs2/wpa_supplicant.conf'<br>ctrl_interface='/var/run/wpa_supplicant'<br>
eapol_version=1<br>ap_scan=1<br>Line: 4 - start of a new network block<br>ssid - hexdump_ascii(len=6):<br> 00 1a 4d 2f 87 2c __M/_, <br>key_mgmt: 0x9<br>pairwise: 0x10<br>eap methods - hexdump(len=16): 00 00 00 00 19 00 00 00 00 00 00 00 00 00 00 00<br>
phase1 - hexdump_ascii(len=11):<br> 70 65 61 70 6c 61 62 65 6c 3d 30 peaplabel=0 <br>phase2 - hexdump_ascii(len=13):<br> 61 75 74 68 3d 4d 53 43 48 41 50 56 32 auth=MSCHAPV2 <br>identity - hexdump_ascii(len=4):<br>
74 65 73 74 test <br>password - hexdump_ascii(len=4): [REMOVED]<br>Priority group 0<br> id=0 ssid=''<br>Initializing interface (2) 'ra0'<br>EAPOL: SUPP_PAE entering state DISCONNECTED<br>
........<br>Selecting BSS from priority group 0<br>Try to find WPA-enabled AP<br>0: 00:1a:4d:2f:87:2c ssid='TEST' wpa_ie_len=0 rsn_ie_len=22 caps=0x411<br> skip - SSID mismatch<br>Try to find non-WPA AP<br>0: 00:1a:4d:2f:87:2c ssid='TEST' wpa_ie_len=0 rsn_ie_len=22 caps=0x411<br>
skip - SSID mismatch<br>No suitable AP found.<br><br><br> I also try ssid="001a4d2f872c", but wpa is looking for a text ssid as "001a4d2f872c" (which my AP SSID is "TEST").<br><br>Best regards,<br>
Pongsak<br>