]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/sta_info.c
P2P: Maintain a list of P2P Clients for persistent group on GO
[thirdparty/hostap.git] / src / ap / sta_info.c
index d9c348e0d202648890d8b6d5f061e5e69fd305a3..27ab25856b9157c4b6f22e5f968c9783142fe356 100644 (file)
@@ -824,7 +824,7 @@ void ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta,
 
        if (hapd->sta_authorized_cb)
                hapd->sta_authorized_cb(hapd->sta_authorized_cb_ctx,
-                                       sta->addr, authorized);
+                                       sta->addr, authorized, dev_addr);
 }