DBus: Add ANQP fields to BSS properties
Add ANQP fields to the BSS properties to allow DBus clients to be notified and obtain the values when it changes. Signed-off-by: Damien Dejean <damiendejean@chromium.org>
This commit is contained in:
parent
2ea04435ec
commit
2ae1e6f18b
9 changed files with 270 additions and 0 deletions
|
@ -559,6 +559,15 @@ void wpas_notify_bss_seen(struct wpa_supplicant *wpa_s, unsigned int id)
|
|||
}
|
||||
|
||||
|
||||
void wpas_notify_bss_anqp_changed(struct wpa_supplicant *wpa_s, unsigned int id)
|
||||
{
|
||||
if (wpa_s->p2p_mgmt)
|
||||
return;
|
||||
|
||||
wpas_dbus_bss_signal_prop_changed(wpa_s, WPAS_DBUS_BSS_PROP_ANQP, id);
|
||||
}
|
||||
|
||||
|
||||
void wpas_notify_blob_added(struct wpa_supplicant *wpa_s, const char *name)
|
||||
{
|
||||
if (wpa_s->p2p_mgmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue