Re: Kernel oops / WiFi connection failure with wpa_supplicant 2.7

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

 



On Thu, Jan 03, 2019 at 10:38:32AM -0500, Eric Blau wrote:
> Since upgrading to wpa_supplicant 2.7, myself and many others have hit
> issues with wpa_supplicant failing to connect due to invalid arguments
> being passed to the underlying kernel driver. Reverting to version 2.6
> makes these issues go away.

> kernel: WARNING: CPU: 0 PID: 16169 at
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:5130
> brcmf_cfg80211_set_pmk+0x50/0x70 [brcmfmac]

Which is this WARN_ON in the driver:

    /* expect using firmware supplicant for 1X */
    ifp = netdev_priv(dev);
    if (WARN_ON(ifp->vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_1X))
	return -EINVAL;

> Notice that the oops references wpa_supplicant as the offending
> process, although maybe the firmware or driver is at fault for
> advertising 4-way handshake offload support.

That's not an oops and wpa_supplicant is not the "offending process", it
is just the user space process in which context the driver hits this
issue.

> Any ideas what the issue could be here? If there's anything else I can
> do to help track down the problem, please let me know.

That should be reported to the maintainers of the kernel driver that has
this issue:

BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
M:      Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx>
M:      Franky Lin <franky.lin@xxxxxxxxxxxx>
M:      Hante Meuleman <hante.meuleman@xxxxxxxxxxxx>
M:      Chi-Hsien Lin <chi-hsien.lin@xxxxxxxxxxx>
M:      Wright Feng <wright.feng@xxxxxxxxxxx>
L:      linux-wireless@xxxxxxxxxxxxxxx
L:      brcm80211-dev-list.pdl@xxxxxxxxxxxx
L:      brcm80211-dev-list@xxxxxxxxxxx
S:      Supported
F:      drivers/net/wireless/broadcom/brcm80211/

-- 
Jouni Malinen                                            PGP id EFC895FA

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux