HomeSort by relevance Sort by last modified time
    Searched refs:wlanevent (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 168 * WLANEvent and PutWLANResponse are used.
496 * This function queues the last WLANEvent to be sent for all currently
497 * subscribed UPnP control points. sm->wlanevent must have been set with the
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",
675 * for WLANEvent, whatever it was
    [all...]
wps_upnp_i.h 154 char *wlanevent; /* the last WLANEvent data */ member in struct:upnp_wps_device_sm

Completed in 396 milliseconds