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.
470 * This function queues the last WLANEvent to be sent for all currently
471 * subscribed UPnP control points. sm->wlanevent must have been set with the
499 * In theory, this should apply to all WLANEvent
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"
    [all...]
wps_upnp_i.h 145 char *wlanevent; /* the last WLANEvent data */ member in struct:upnp_wps_device_sm

Completed in 165 milliseconds