Hi All, I compiled both hostapd and wpa_supplicant with OWE, SAE, DPP enabled to support WPA3. This is my hostapd.conf file. interface=wlx503eaa628c61 driver=nl80211 ctrl_interface=/var/run/hostapd ssid=WPA3WIFI channel=1 wpa=2 wpa_key_mgmt=SAE sae_password=secretpassword rsn_pairwise=CCMP This is my wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant ctrl_interface_group=0 network={ ssid="WPA3WIFI" key_mgmt= SAE sae_password="secretpassword" } However my wpa_supplicant throws an error when connecting to the running hostapd. wlx503eaa76347d: Trying to associate with 50:3e:aa:62:8c:61 (SSID='WPA3WIFI' freq=2412 MHz) wlx503eaa76347d: WPA: Failed to select authenticated key management type wlx503eaa76347d: WPA: Failed to set WPA key management and encryption suites When I looked through the wpa_supplicant.c, it points that if compiled with SAE enabled and key_mgmt is configured to SAE, the protocol used will be RSN: using KEY_MGMT SAE. However in my case the final failure else condition is executed. Am, I missing any configuration or not enabled any required flags during compilation of WPA_supplicant? Regards, Rohith K D ________________________________ Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient of this message , or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited. Email transmission cannot be guaranteed to be secure or error-free, as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender, therefore, does not accept liability for any errors, omissions or contaminations in the contents of this message which might have occurred as a result of email transmission. If verification is required, please request for a hard-copy version. ________________________________ _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap