[oe-issues] [Bug 3567] add sample wpa_supplicant config to /etc/network/interfaces file

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Dec 26 14:33:27 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=3567


Matthias 'CoreDump' Hentges <oe at hentges.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oe at hentges.net
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Matthias 'CoreDump' Hentges <oe at hentges.net>  2007-12-26 06:33:27 ---
Greetings Helge,

as per your request, I have updated the WPA examples in /e/n/interfaces.
They now look as follows:


# A WPA1 or WPA2 encrypted connection locked to a specific access point.
# This is the best option for non-roaming, single-network usage.
# Note that your card may require a firmware update to use WPA. 
# Some distributions install a temporary volatile firmware update on ifup.
#
#iface wlan0 inet dhcp                                                   
#       wpa-essid some-essid                                          
#       wpa-psk My-PlainText-Password                                           
#
# A WPA1 or WPA2 encrypted connection using an external configuration file
# for wpa-supplicant. This is the way to go if you need to configure multiple
# networks with different keys and / or WPA settings and roaming support.
#
# iface wlan0 inet dhcp
#    wpa-conf /etc/wpa_supplicant.conf
#    wpa-driver hostap


Happy roaming ;)


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list