Hi, "http://w1.fi/cgit/hostap/commit/wpa_supplicant/wpa_supplicant_i.h?id=5aeebc48e8449e39a8ad0f2f1c525464ad94e837" static inline int network_is_persistent_group(struct wpa_ssid *ssid) { - return ((ssid->disabled == 2) || ssid->p2p_persistent_group); + return ssid->disabled == 2 && ssid->p2p_persistent_group; } Regarding above patch p2p_persistent_group bit is not saved in p2p.conf file. So when p2p.conf file is read by supplicant it register persistent network entry in '/fi/w1/wpa_supplicant1/Interfaces/1/Networks while it should be registered in '/fi/w1/wpa_supplicant1/Interfaces/1/PersistentGroups. So should I provide a patch for it , Or I am missing something. Thanks, Avichal _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap