[PATCH 0/2] Add WPA3 support for Broadcom device

Jouni Malinen j at w1.fi
Sun Nov 5 10:44:21 PST 2023


On Wed, Jul 19, 2023 at 02:22:25PM +0900, Daisuke Mizobuchi wrote:
> I use a Broadcom device. However, I cannot connect to the WPA3 AP.
> 
> Applying the following patch to hostap_2_10 allowed me to connect to a
> WPA3 AP.
>   https://community.infineon.com/t5/Wi-Fi-Bluetooth-for-Linux/Cypress-Linux-WiFi-Driver-Release-FMAC-2023-05-23/td-p/445808
> 
> Only two patches are required to use WPA3. I sent you that patch.
> 
> I have confirmed that it works as follows:
>   # cat wpa_supplicant.conf 
>   ctrl_interface=/var/run/wpa_supplicant
>   network={
>           ssid="test-ssid"
>           key_mgmt=SAE
>           sae_password="test-password"
>           ieee80211w=2
>   # wpa_supplicant -B -i wlan0 -c wpa_supplicant.conf
> 
> Chung-Hsien Hsu (2):
>   nl80211: Check SAE authentication offload support
>   SAE: Pass SAE password on connect for SAE authentication offload
>     support

Thanks, applied with some cleanup and additional changes to address
Dan's comment about SAE password identifiers (which did not seem to
receive any response at least on the mailing list).

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list