Lines Matching refs:wlanevent
168 * WLANEvent and PutWLANResponse are used.
468 * This function queues the last WLANEvent to be sent for all currently
469 * subscribed UPnP control points. sm->wlanevent must have been set with the
497 * In theory, this should apply to all WLANEvent
517 buf_size += 50 + 2 * os_strlen("WLANEvent");
518 if (sm->wlanevent)
519 buf_size += os_strlen(sm->wlanevent);
526 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent);
529 wpa_printf(MSG_MSGDUMP, "WPS UPnP: WLANEvent message:\n%s",
632 * for WLANEvent, whatever it was.
644 if (s->sm->wlanevent == NULL) {
651 * least it will learn that WLANEvent variable will be used in
656 "initial WLANEvent");
659 s->sm->wlanevent = (char *)
666 wlan_event = s->sm->wlanevent;
668 wpa_printf(MSG_DEBUG, "WPS UPnP: WLANEvent not known for "
681 wpabuf_put_property(buf, "WLANEvent", wlan_event);
816 wpa_printf(MSG_DEBUG, "WPS UPnP: Proxying WLANEvent from %s",
830 os_free(sm->wlanevent);
831 sm->wlanevent = val;
992 os_free(sm->wlanevent);
993 sm->wlanevent = NULL;