Hi, I downloaded latest wpa_supplicant from https://w1.fi/cgit/hostap/ Following is my config file. ctrl_interface=DIR=/run/wpa_supplicant update_config=1 pmf=1 network={ ssid="raghu-test-h2e" # psk="12345678" proto=RSN key_mgmt=SAE group=CCMP ieee80211w=2 # sae_pwe=2 sae_password=12345678 } I am seeing: 1614825503.405438: wlp5s0: 0: f8:a2:d6:bc:d0:51 ssid='raghu-test-h2e' wpa_ie_len=0 rsn_ie_len=20 caps=0x411 level=-45 freq=2412 1614825503.405449: wlp5s0: selected based on RSN IE 1614825503.405457: wlp5s0: SAE H2E disabled 1614825503.405464: wlp5s0: skip - rate sets do not match Unable to connect another laptop acting as SAE-H2E AP having the latest hostapd. I am seeing rsnxe IE in beacon. hostapd.conf has. ctrl_interface=/var/run/hostapd ctrl_interface_group=0 interface=wlp5s0 ssid=raghu-test-h2e country_code=US hw_mode=g channel=1 beacon_int=100 dtim_period=2 max_num_sta=255 rts_threshold=-1 fragm_threshold=-1 macaddr_acl=0 auth_algs=3 ignore_broadcast_ssid=0 wmm_enabled=1 eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 wpa=2 wpa_key_mgmt=SAE wpa_pairwise=TKIP CCMP rsn_pairwise=CCMP group_cipher=CCMP wpa_group_rekey=86400 ieee80211w=2 sae_password=12345678 sae_groups=19 sae_pwe=1 transition_disable=0x01 May I know what is the issue in my config? -Raghu _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap