Home
last modified time | relevance | path

Searched refs:wlan_event (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp.c677 char *wlan_event; in subscription_first_event() local
708 wlan_event = s->sm->wlanevent; in subscription_first_event()
709 if (wlan_event == NULL || *wlan_event == '\0') { in subscription_first_event()
712 wlan_event = ""; in subscription_first_event()
714 buf = wpabuf_alloc(500 + os_strlen(wlan_event)); in subscription_first_event()
722 if (*wlan_event) in subscription_first_event()
723 wpabuf_put_property(buf, "WLANEvent", wlan_event); in subscription_first_event()