OSDN Git Service

Fix p2p service discovery
[android-x86/external-wpa_supplicant_8.git] / src / p2p / p2p_i.h
index 8f9449e..4ccd38d 100644 (file)
@@ -223,6 +223,14 @@ struct p2p_data {
         */
        struct dl_list devices;
 
+#ifdef ANDROID_P2P
+       /**
+        * sd_dev_list - device pointer to be serviced next
+        * for service discovery
+        */
+       struct dl_list *sd_dev_list;
+#endif
+
        /**
         * go_neg_peer - Pointer to GO Negotiation peer
         */