From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 30 Jan 2016 22:37:39 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <754A840E-49A2-476C-BFBE-08A1883FBC19@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] WiFi for Plan9 Topicbox-Message-UUID: 80735ef8-ead9-11e9-9d60-3106f5b1d025 aux/wpa doesnt need to be restarted really. it uses factotum to derive the psk using the current essid read from the wifi drivers ifstats file. so to switch essid's you can just set essid with echo essid XXXX > /net/etherX/clone or the ctl file. (note, you can read the ifstats file to see the list of ap's it found). if you run a key prompter like aux/fgui, it should prompt for the password. otherwise you need to have the key in factotum for that essid like: key proto=wpapsk role=client essid=XXX !password=YYY -- cinap