p2p_persistent_group bit in p2p.conf is missing
Avichal Agarwal
avichal.a at samsung.com
Tue Nov 29 03:02:26 PST 2016
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
More information about the Hostap
mailing list