Hello, I configured two devices on a network using the instructions provided here: http://w1.fi/cgit/hostap/plain/wpa_supplicant/README-DPP The scenario I am trying out is : Access point is the configurator and enrolees are the wireless devices being added to the network. I note the following behavior: The wpa_supplicant config files for both devices are updated in accordance with what is presented in the document above, however the two devices are unable to ping each other. Here is a sample updated wpa_supplicant configuration file: ctrl_interface=/var/run/wpa_supplicant1 ctrl_interface_group=0 update_config=1 pmf=2 dpp_config_processing=2 network={ ssid="test" key_mgmt=DPP ieee80211w=2 dpp_connector= .... dpp_netaccesskey= ... dpp_csign=... } So it looks like dpp "worked" but the devices can't talk to each other. Is this expected behavior? I see the following in my log for wpa_supplicant: DPP: TX status: freq=2412 dst=02:00:00:00:02:00 result=SUCCESS (DPP Peer Discovery Request) sta1-wlan0: DPP-TX-STATUS dst=02:00:00:00:02:00 freq=2412 result=SUCCESS random: Got 4/4 bytes from /dev/random sta1-wlan0: BSS: Remove id 0 BSSID 02:00:00:00:02:00 SSID 'test' due to wpa_bss_flush_by_age I have the debug log ratchted up for hostapd but I don't see much useful information there relating to dpp. Thanks for any help. Regards, Ranga -- M. Ranganathan _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap