Please provide a tested example of a hostapd.conf file, configured for WPA3

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ew
Level 2
Level 2
First like received Welcome!

Hi

I'm using your latests brcmfmac firmware (released 15.Jan.2020),

with a Murata 1MW module with 43455 chipset.

The platform I'm using is a iMX6 with Linux kernel 5.4 & hostapd version 2.9.

WPA2 is working fine already, but for WPA3 I'm missing an example

hostap.conf, which was succesfuly tested by Cypress !

Please provide a good example of this configuration file,

tested with an iPhone with current iOS 13, ideally 🙂

Thanks

ew

1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

PFA a sample hostapd.conf file with wpa3 support.

Make sure to enable CONFIG_SAE=y aand CONFIG_IEEE80211N=y in your .config file while building the hostapd source.

Regards

View solution in original post

0 Likes
2 Replies
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

PFA a sample hostapd.conf file with wpa3 support.

Make sure to enable CONFIG_SAE=y aand CONFIG_IEEE80211N=y in your .config file while building the hostapd source.

Regards

0 Likes
yasa_4608926
Level 4
Level 4
Distributor - Marubun (Japan)
250 sign-ins 5 solutions authored 25 replies posted

Hi,

I am also using it. (cypress-fmac-v4.14.77-2020_0115.zip)

The following parameters are set in hostapd.conf for WPA3, and it's working fine.

ieee80211w=2

wpa_key_mgmt=SAE

rsn_pairwise=CCMP

sae_password=<password>

Best regards,

Yasa