wpa_supplicant does not start automatically

View: New views
3 Messages — Rating Filter:   Alert me  

wpa_supplicant does not start automatically

by Jukka Ruohonen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

In 'rc.conf' I have:

flushroutes=YES
auto_ifconfig=NO
net_interfaces="wpi0"
dhcpcd_flags="-q -b"

wpa_supplicant=YES
wpa_supplicant_flags="-B -i wpi0 -c /etc/wpa_supplicant.conf"

In 'ifconfig.wpi0' I have:

up
media autoselect
dhcp

Everything is working fine, but wpa_supplicant does not start automatically
when I boot. Am I doing something wrong or is this a bug?

- Jukka.

Re: wpa_supplicant does not start automatically

by FUKAUMI Naoki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi

At Wed, 30 Sep 2009 19:05:48 +0300,
Jukka Ruohonen wrote:
> Everything is working fine, but wpa_supplicant does not start automatically
> when I boot. Am I doing something wrong or is this a bug?

see

  http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36325

--
FUKAUMI Naoki

Re: wpa_supplicant does not start automatically

by Jukka Ruohonen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 01, 2009 at 01:16:22AM +0900, FUKAUMI Naoki wrote:

> hi
>
> At Wed, 30 Sep 2009 19:05:48 +0300,
> Jukka Ruohonen wrote:
> > Everything is working fine, but wpa_supplicant does not start automatically
> > when I boot. Am I doing something wrong or is this a bug?
>
> see
>
>   http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36325


Thanks, that sounds logical.

I should have searched the bug database. Sorry for the noise,

Jukka.