Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp.c625 char *wlan_event; in subscription_first_event() local
657 wlan_event = s->sm->wlanevent; in subscription_first_event()
658 if (wlan_event == NULL || *wlan_event == '\0') { in subscription_first_event()
661 wlan_event = ""; in subscription_first_event()
663 buf = wpabuf_alloc(500 + os_strlen(wlan_event)); in subscription_first_event()
671 if (*wlan_event) in subscription_first_event()
672 wpabuf_put_property(buf, "WLANEvent", wlan_event); in subscription_first_event()