Search Linux Wireless

Re: WPA_Supplicant: no unicast with wpa encryption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mark,

> On Fri, 15 Nov 2013 10:42:36 +0100 Nicolas Cavallari
> 
> <Nicolas.Cavallari@xxxxxx> wrote:
> > > […]
> > 
> > WPA-NONE is not true WPA. Support for it was broken in wpasupplicant
> > for a long time, and the kernel does not support it anymore. Use IBSS
> > RSN instead :
> > 
> > proto=RSN
> > key_mgmt=WPA-PSK
> > pairwise=CCMP
> > group=CCMP
> > 
> > > and the /etc/network/interfaces like this:
> > > auto lo
> > > 
> > > iface lo inet loopback
> > > iface eth0 inet dhcp
> > > 
> > > allow-hotplug wlan0
> > > iface wlan0 inet static
> > > 
> > >     address 192.168.13.37
> > >     netmask 255.255.255.255
> > >     
> > >     # Load WPA-Supplicant for WPA in Ad-Hoc Mode
> > >     wpa-driver wext
> > 
> > wext is deprecated, use nl80211 instead.
> 
> thanks for your reply.
> 
> I am now using the driver nl80211 and everything works again. But if I
> apply the changes to the wpa_supplicant configuration I'm getting these
> errors http://pastebin.com/GYW0mng2 in a endless loop.

you might need a recent version of wpa_supplicant as well - AFAIK v2.0 or 
higher. If that is already installed, please let us know your kernel version 
and wpa_supplicant version.

Cheers,
    Simon
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux