|
Bugzilla – Full Text Bug Listing |
| Summary: | allow NetworkManager to setup wpa_supplicant with nl80211 driver | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Forgotten User nJNR0m-wG0 <forgotten_nJNR0m-wG0> |
| Component: | Network | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User nJNR0m-wG0
2010-03-29 17:09:44 UTC
In wpa_supplicant git: commit d27df100b587dd95f3256a8baf9db0c5d4380089 Author: Jouni Malinen <j@w1.fi> Date: Wed Nov 4 20:16:15 2009 +0200 Allow driver and ctrl_interface parameters to be overridden New wpa_supplicant command line options -o<driver> and -O<ctrl> can now be used to override the parameters received in add interface command from dbus or global ctrl_interface. This can be used, e.g., to enable control interface when using NetworkManager (add -O/var/run/wpa_supplicant into the Exec parameter in /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service). Similarly, this can be used to use another driver wrapper with NetworkManager (e.g., -onl80211 to replace WEXT with nl80211). So one can change the file /usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service to contain the following [D-BUS Service] Name=fi.epitest.hostap.WPASupplicant Exec=/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -onl80211 -O/var/run/wpa_supplicant User=root Fixed in later releases. 11.3 is out of support. |