]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/ap.c
P2P: Maintain a list of P2P Clients for persistent group on GO
[thirdparty/hostap.git] / wpa_supplicant / ap.c
index 2d147d1a4013b0350640d38e6af9be61022d183f..1386d0c0289aed698298e43a90450ef5d680266f 100644 (file)
@@ -328,9 +328,9 @@ static void ap_wps_event_cb(void *ctx, enum wps_event event,
 
 
 static void ap_sta_authorized_cb(void *ctx, const u8 *mac_addr,
-                                int authorized)
+                                int authorized, const u8 *p2p_dev_addr)
 {
-       wpas_notify_sta_authorized(ctx, mac_addr, authorized);
+       wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr);
 }