Does WPA3-personal function in FMAC use the wpa_supplicant ?

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

cross mob
KoSa_1909416
Level 5
Level 5
Distributor - Marubun (Japan)
250 sign-ins 25 replies posted First solution authored

Hi All,

I am checking the README file content in FMAC Driver Package (v4.14.52-2018_0928)
I have a question about "Supported Features" with README file content .

[Question]
WPA3-personal feature is supported with 43455/43012.


Does this feature use the wpa_supplicant ?
Or idsup (in-device-supplicant) ?

Best Regards,
Sakagami

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

sakagami_1909416

In the .config of supplicant(wpa_supplicant/hostapd) enable the flag CONFIG_SAE=y while building.

attached is a sample wpa_supplicant.conf and hostapd.conf for sae support.

View solution in original post

4 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Adding vnak​ from the applications team.

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

Hi sakagami_1909416

The Simultaneous Authentication of Equals (SAE)feature for WPA3 personal is enabled for 43455 and 43012 firmwares.

The support for this feature has to be there in wpa_supplicant as well as the idsup.

The sae flag is enabled in the build of the firmware.

check :strings brcmfmac43455-sdio.bin |grep sae.

lock attach
Attachments are accessible only for community members.

sakagami_1909416

In the .config of supplicant(wpa_supplicant/hostapd) enable the flag CONFIG_SAE=y while building.

attached is a sample wpa_supplicant.conf and hostapd.conf for sae support.

KoSa_1909416
Level 5
Level 5
Distributor - Marubun (Japan)
250 sign-ins 25 replies posted First solution authored

Dear vnak-san

Thank you for your support.

We will check them.

Best Regards,

Sakagami

0 Likes