Hristo Venev
Hristo Venev
> Do you have reason to think this _should_ be supported? Yes. It's a basic security measure that makes it more difficult for script kiddies to disconnect me from my...
If I set `wpa_key_mgmt=SAE WPA-PSK`, I also get a similarly broken network, even if `ieee80211w=0`. Before you ask, SAE should be supported because it makes offline brute force attacks against...
> Did u try this hint? > [billz/raspap-webgui#484](https://github.com/billz/raspap-webgui/issues/484) What exactly? Configuring the network as WPA3 Enterprise? Edit: I tried `wpa_key_mgmt=WPA-EAP-SHA256 ieee80211w=2` as suggested, and I got the following error (52...
> There is a trial firmware to download here: https://drive.google.com/file/d/1sOsgqaTK1OiGyyhYNNeEo02XqCQPCPcx/view?usp=sharing Yes, I tried this firmware quite a while ago. It is also broken. I am still unable to create a...
Log with `wpa_key_mgmt=WPA-PSK ieee80211w=1`: ``` [ 48.621861] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 48.627404] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 48.791199] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6...
Log with `wpa_key_mgmt=WPA-PSK-SHA256 ieee80211w=2`: ``` [ 344.179729] local: port 1(wlan) entered blocking state [ 344.180656] local: port 1(wlan) entered disabled state [ 344.181840] device wlan entered promiscuous mode [ 344.208485]...
Other than making channels 12 and 13 unusable, the worldwide-safe clm_blob does not change anything.
I would guess `drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.h`.
However, it looks like `bus.h` does not include `core.h`. You can just add it to every file under `drivers/net/wireless/broadcom/brcm80211/brcmfmac` that mentions `LINUX_VERSION_CODE`.
For vc-log the last commit makes it use read() on /dev/vc-mem, which is implemented by the driver change @pelwell was talking about. Before it used `mmap()`, which only works on...