Q: <user___> hey, how do I lookup the wep key I stored on this thing?
<user___> instead of having it show up as stars in the internet connections prefs
A: in xterm, do:
Code:
gconftool-2 -R /|grep -C15 <name/SSID_of_your_AP>
(this is actually the name as it would show up in your "select connection" dialog, so if you renamed the connection to something different than the SSID, use this 'nickname' instead)
This will give you a list of all configured wlan connections:
Code:
gconftool-2 -R /|grep -A3 wlan_ssid
The full load comes like that:
Code:
gconftool-2 -R /system/osso/connectivity/IAP
/jOERG
__________________ Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member
EX Hildon Foundation approved Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/
IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N
<user___> instead of having it show up as stars in the internet connections prefs
A: in xterm, do:
This will give you a list of all configured wlan connections:
/jOERG
Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member
EX Hildon Foundation approved Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/
IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N
Last edited by joerg_rw; 2011-01-08 at 21:10.