Home | History | Annotate | Download | only in wps

Lines Matching full:wlanevent

168  * WLANEvent and PutWLANResponse are used.
456 * This function queues the last WLANEvent to be sent for all currently
457 * subscribed UPnP control points. sm->wlanevent must have been set with the
485 * In theory, this should apply to all WLANEvent
505 buf_size += 50 + 2 * os_strlen("WLANEvent");
506 if (sm->wlanevent)
507 buf_size += os_strlen(sm->wlanevent);
514 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent);
517 wpa_printf(MSG_MSGDUMP, "WPS UPnP: WLANEvent message:\n%s",
623 * for WLANEvent, whatever it was.
635 if (s->sm->wlanevent == NULL) {
642 * least it will learn that WLANEvent variable will be used in
647 "initial WLANEvent");
650 s->sm->wlanevent = (char *)
657 wlan_event = s->sm->wlanevent;
659 wpa_printf(MSG_DEBUG, "WPS UPnP: WLANEvent not known for "
672 wpabuf_put_property(buf, "WLANEvent", wlan_event);
815 wpa_printf(MSG_DEBUG, "WPS UPnP: Proxying WLANEvent from %s",
829 os_free(sm->wlanevent);
830 sm->wlanevent = val;
991 os_free(sm->wlanevent);
992 sm->wlanevent = NULL;