P2P: Add peer entry based on Provision Discovery Request
[libeap.git] / src / p2p / p2p.h
index c34c97b..46a4e29 100644 (file)
@@ -1235,4 +1235,7 @@ void p2p_set_cross_connect(struct p2p_data *p2p, int enabled);
 
 int p2p_get_oper_freq(struct p2p_data *p2p, const u8 *iface_addr);
 
+int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, int level,
+                  const u8 *ies, size_t ies_len);
+
 #endif /* P2P_H */