Opened 21 months ago

Last modified 21 months ago

#18287 new enhancement

Implement WPA3 — at Initial Version

Reported by: kallisti5 Owned by: nobody
Priority: high Milestone: Unscheduled
Component: Kits/Network Kit Version: R1/Development
Keywords: wpa3 wifi6 Cc:
Blocked By: Blocking:
Platform: All

Description

wpa_supplicant 2.10 now supports wpa3 used for Wifi 6(e)

Here's a sample configuration from someone setting up wpa_supplicant for a Wifi 6:

pmf=2
sae_pwe=1
network={
   scan_ssid=1
   ssid=”Fill the Wi-Fi SSID here”
   key_mgmt=SAE
   proto=RSN
   ieee80211w=2
   sae_password=”Fill the Wi-Fi password here”
   pairwise=CCMP
   group=CCMP
}

Our network kit needs code additions to properly support WPA3

Change History (0)

Note: See TracTickets for help on using tickets.