p2p_persistent_group bit in p2p.conf is missing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux