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

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

 



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


_______________________________________________
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