mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
D-Bus: Add documentation for wpas_dbus_signal_peer_groups_changed()
This is needed to add this function into Doxygen documentation. Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
This commit is contained in:
parent
e48b5e24a7
commit
2ba4de37cb
@ -3668,6 +3668,13 @@ void wpas_dbus_signal_p2p_find_stopped(struct wpa_supplicant *wpa_s)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* wpas_dbus_signal_peer_groups_changed - Send peer group change property signal
|
||||
* @wpa_s: %wpa_supplicant network interface data
|
||||
* @dev_addr: P2P Device Address
|
||||
*
|
||||
* Notify listeners about peer Groups property changes.
|
||||
*/
|
||||
void wpas_dbus_signal_peer_groups_changed(struct wpa_supplicant *wpa_s,
|
||||
const u8 *dev_addr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user