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

Daisuke Mizobuchi mizo at atmark-techno.com
Tue Jul 18 22:22:25 PDT 2023


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

 src/drivers/driver.h              | 10 ++++++++++
 src/drivers/driver_nl80211.c      | 26 ++++++++++++++++++++++++--
 src/drivers/driver_nl80211_capa.c |  4 ++++
 wpa_supplicant/wpa_supplicant.c   | 15 ++++++++++++++-
 4 files changed, 52 insertions(+), 3 deletions(-)

-- 
2.30.2




More information about the Hostap mailing list