Home
last modified time | relevance | path

Searched refs:wlanevent (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.c457 * subscribed UPnP control points. sm->wlanevent must have been set with the
506 if (sm->wlanevent) in upnp_wps_device_send_event()
507 buf_size += os_strlen(sm->wlanevent); in upnp_wps_device_send_event()
514 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent); in upnp_wps_device_send_event()
635 if (s->sm->wlanevent == NULL) { in subscription_first_event()
650 s->sm->wlanevent = (char *) in subscription_first_event()
657 wlan_event = s->sm->wlanevent; in subscription_first_event()
829 os_free(sm->wlanevent); in upnp_wps_device_send_wlan_event()
830 sm->wlanevent = val; in upnp_wps_device_send_wlan_event()
991 os_free(sm->wlanevent); in upnp_wps_device_stop()
[all...]
H A Dwps_upnp_i.h144 char *wlanevent; /* the last WLANEvent data */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp.c478 * subscribed UPnP control points. sm->wlanevent must have been set with the
527 if (sm->wlanevent) in upnp_wps_device_send_event()
528 buf_size += os_strlen(sm->wlanevent); in upnp_wps_device_send_event()
535 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent); in upnp_wps_device_send_event()
657 if (s->sm->wlanevent == NULL) { in subscription_first_event()
672 s->sm->wlanevent = in subscription_first_event()
679 wlan_event = s->sm->wlanevent; in subscription_first_event()
851 os_free(sm->wlanevent); in upnp_wps_device_send_wlan_event()
852 sm->wlanevent = val; in upnp_wps_device_send_wlan_event()
1027 os_free(sm->wlanevent); in upnp_wps_device_stop()
[all...]
H A Dwps_upnp_i.h145 char *wlanevent; /* the last WLANEvent data */ member

Completed in 6 milliseconds