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

  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 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"
    [all...]
wps_upnp_i.h 144 char *wlanevent; /* the last WLANEvent data */ member in struct:upnp_wps_device_sm
wps_er.c 843 wpa_printf(MSG_DEBUG, "WPS ER: WLANEvent - Probe Request - from "
845 wpa_hexdump_buf(MSG_MSGDUMP, "WPS ER: WLANEvent - Enrollee's message "
856 "WLANEvent message");
1075 wpa_printf(MSG_DEBUG, "WPS ER: WLANEvent - EAP - from " MACSTR,
1077 wpa_hexdump_buf(MSG_MSGDUMP, "WPS ER: WLANEvent - Enrollee's message "
1082 "WLANEvent message");
1120 wpa_hexdump(MSG_MSGDUMP, "WPS ER: Received WLANEvent",
1123 wpa_printf(MSG_DEBUG, "WPS ER: Too short WLANEvent");
1131 "WLANEvent");
1168 event = xml_get_base64_item(http_request_get_data(req), "WLANEvent",
    [all...]
wps_upnp_web.c 132 "<name>WLANEvent</name>\n"
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]

Completed in 471 milliseconds