<span class="gI">Hi,<br>   As I read from the README, we can set the wpa_supplicant&#39;s parameter by using hex string as SSID name. Here is my network block:<br>wpa_supplicant.conf<br><br>ctrl_interface=/var/run/wpa_supplicant<br>
eapol_version=1<br>ap_scan=1<br>network={<br>        ssid=&quot;00:1a:4d:2f:87:2c&quot;<br>        key_mgmt=WPA-EAP IEEE8021X<br>        pairwise=CCMP<br>        eap=PEAP<br>        phase1=&quot;peaplabel=0&quot;<br>        phase2=&quot;auth=MSCHAPV2&quot;<br>
        identity=&quot;test&quot;<br>        password=&quot;test&quot;<br>}<br><br>   After I run wpa_supplicant, debug message shows<br>Scan results: 1<br>Selecting BSS from priority group 0<br>Try to find WPA-enabled AP<br>
0: 00:1a:4d:2f:87:2c ssid=&#39;TEST1&#39; 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=&#39;TEST1&#39; wpa_ie_len=0 rsn_ie_len=22 caps=0x411<br>   skip - SSID mismatch<br>
No suitable AP found.<br><br>    README states clearly that ssid: either as an ASCII string with double quotation or as hex string; network name<br><br>    I guess that I may make mistake somewhere. Can anybody suggest me??<br>
<br>Regards,<br>Pongsak<br></span>