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

  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 168 * WLANEvent and PutWLANResponse are used.
453 * This function queues the last WLANEvent to be sent for all currently
454 * subscribed UPnP control points. sm->wlanevent must have been set with the
482 * In theory, this should apply to all WLANEvent
502 buf_size += 50 + 2 * os_strlen("WLANEvent");
503 if (sm->wlanevent)
504 buf_size += os_strlen(sm->wlanevent);
511 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent);
514 wpa_printf(MSG_MSGDUMP, "WPS UPnP: WLANEvent message:\n%s"
    [all...]
wps_upnp_i.h 145 char *wlanevent; /* the last WLANEvent data */ member in struct:upnp_wps_device_sm

Completed in 243 milliseconds