<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have used the following at times:<br>
<br>
At the IEEE 802 meeting, I used:<br>
<br>
nmcli con add con-name ieee ifname wlan0 type wifi ssid
Verilan-secure<br>
nmcli con modify ieee wifi-sec.key-mgmt wpa-psk<br>
nmcli con modify ieee wifi-sec.psk x1234567<br>
nmcli con up ieee<br>
<br>
At the Fairmont in Vancouver:<br>
<br>
nmcli device status<br>
nmcli dev wifi list<br>
nmcli con add con-name Fairmont ifname wlan0 type wifi ssid Fairmont<br>
<br>
At the IETF:<br>
<br>
nmcli con add con-name ietf-hotel ifname wlan0 type wifi ssid
ietf-hotel<br>
nmcli con up ietf-hotel<br>
<br>
nmcli con add con-name ietf-legacy ifname wlan0 type wifi ssid
ietf-legacy<br>
nmcli con up ietf-legacy<br>
<br>
It just works....<br>
<br>
<div class="moz-cite-prefix">On 09/02/2017 01:04 AM, Boyd Ako wrote:<br>
</div>
<blockquote type="cite"
cite="mid:AF9746CA-9BB7-4142-B5EC-82DC889E1946@gmail.com">
<pre wrap="">Can anybody guide me in getting the Wlan0 connected? I already did the /root/README thing. But, for some reason I can’t get the wpa_supplicant to connect. I’m assuming it’s due to not knowing which driver to specify for -D.
$ cat /etc/wpa_supplicant.conf
# reading passphrase from stdin
network={
ssid="Neverland-2.4GHz"
#psk="P3+3rP@n&@ng!3L@dy"
psk=e2023fdebb1d69d77732cc8a83c05fa722d957a4d77f842a081bbd2e078ab8c8
}
Domo,
Boyd H. Ako
<a class="moz-txt-link-abbreviated" href="mailto:boyd.hanalei.ako@gmail.com">boyd.hanalei.ako@gmail.com</a>
(424) 244-9653
<a class="moz-txt-link-freetext" href="https://www.boydhanaleiako.me">https://www.boydhanaleiako.me</a>
“Coming together is a beginning. Keeping together is progress. Working together is success.” -Henry Ford
PGP/GPG Public Key: <a class="moz-txt-link-freetext" href="https://sks-keyservers.net/pks/lookup?op=get&search=0xC58073B21618F134">https://sks-keyservers.net/pks/lookup?op=get&search=0xC58073B21618F134</a>
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Arm-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Arm-dev@centos.org">Arm-dev@centos.org</a>
<a class="moz-txt-link-freetext" href="https://lists.centos.org/mailman/listinfo/arm-dev">https://lists.centos.org/mailman/listinfo/arm-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>