Lines Matching full:wlanevent
168 * WLANEvent and PutWLANResponse are used.
470 * This function queues the last WLANEvent to be sent for all currently
471 * subscribed UPnP control points. sm->wlanevent must have been set with the
499 * In theory, this should apply to all WLANEvent
519 buf_size += 50 + 2 * os_strlen("WLANEvent");
520 if (sm->wlanevent)
521 buf_size += os_strlen(sm->wlanevent);
528 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent);
531 wpa_printf(MSG_MSGDUMP, "WPS UPnP: WLANEvent message:\n%s",
634 * for WLANEvent, whatever it was.
646 if (s->sm->wlanevent == NULL) {
653 * least it will learn that WLANEvent variable will be used in
658 "initial WLANEvent");
661 s->sm->wlanevent = (char *)
668 wlan_event = s->sm->wlanevent;
670 wpa_printf(MSG_DEBUG, "WPS UPnP: WLANEvent not known for "
683 wpabuf_put_property(buf, "WLANEvent", wlan_event);
818 wpa_printf(MSG_DEBUG, "WPS UPnP: Proxying WLANEvent from %s",
832 os_free(sm->wlanevent);
833 sm->wlanevent = val;
993 os_free(sm->wlanevent);
994 sm->wlanevent = NULL;