--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
On Tue, Jul 13, 2010 at 9:15 PM, Sam Leffler <slef...@google.com> wrote:
> [Others have answered most of these but some additional info]
>
> If you explicitly kill off wpa_supplicant or flimflam they will be
> restarted by upstart so you need to do
>
> initctl stop flimflam
>
> for example to shutdown a service.
>
> As to your original request we already use nl80211 so there's no need
> to do what you request. You might be more specific about what you're
> trying to do.
>
> -Sam