Home
last modified time | relevance | path

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

/hostap-3.6.0/src/wps/
Dwps_upnp.c647 char *wlan_event; in subscription_first_event() local
679 wlan_event = s->sm->wlanevent; in subscription_first_event()
680 if (wlan_event == NULL || *wlan_event == '\0') { in subscription_first_event()
683 wlan_event = ""; in subscription_first_event()
685 buf = wpabuf_alloc(500 + os_strlen(wlan_event)); in subscription_first_event()
693 if (*wlan_event) in subscription_first_event()
694 wpabuf_put_property(buf, "WLANEvent", wlan_event); in subscription_first_event()