P2P: Maintain a list of P2P Clients for persistent group on GO
[mech_eap.git] / wpa_supplicant / notify.h
index 7d4a11e..236a31e 100644 (file)
@@ -86,7 +86,8 @@ void wpas_notify_suspend(struct wpa_global *global);
 void wpas_notify_resume(struct wpa_global *global);
 
 void wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s,
-                               const u8 *mac_addr, int authorized);
+                               const u8 *mac_addr, int authorized,
+                               const u8 *p2p_dev_addr);
 void wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s,
                                  const u8 *dev_addr, int new_device);
 void wpas_notify_p2p_device_lost(struct wpa_supplicant *wpa_s,