How do I configure wpa_supplicant.conf?
Masashi Honma
honma
Sun Aug 9 22:23:23 PDT 2009
On Mon Aug 10 01:11:55 EDT 2009 Kevin Collins wrote:
> I'm not an expert but i believe it should look more like
>
> network={
> ssid="home"
> proto=RSN
> key_mgmt=WPA-PSK
> pairwise=CCMP
> group=CCMP
> psk="999999999999999999999999999999999999999"
> }
>
> dont' know if that will fix your problem but hope it gets you close
>
> On Sun, Aug 9, 2009 at 10:00 PM, Masashi Honma <honma at ictec.co.jp
> <mailto:honma at ictec.co.jp>> wrote:
>
> On Sat Aug 8 15:01:11 EDT 2009, xpto09 wrote:
>
> > What do I have to put in "?" ?
>
> Can you try this ?
>
> ctrl_interface=/var/run/wpa_supplicant
>
> network={
> ssid=home
> proto="WPA2"
> key_mgmt="WPA-PSK"
> pairwise="CCMP"
> group="CCMP"
> psk=999999999999999999999999999999999999999
> }
>
> Regards,
> Masashi Honma.
>
> _______________________________________________
> HostAP mailing list
> HostAP at lists.shmoo.com <mailto:HostAP at lists.shmoo.com>
> http://lists.shmoo.com/mailman/listinfo/hostap
>
>
Oops. I mis-wrote on double quotation.
If you use ASCII psk, you need double quotation on psk.
network={
ssid="home"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk=999999999999999999999999999999999999999
}
Regards,
Masashi Honma.
More information about the Hostap
mailing list