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

  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 29 void *priv, enum upnp_wps_wlanevent_type ev_type,
43 enum upnp_wps_wlanevent_type ev_type,
wps_upnp.c 768 * @ev_type: Event type
778 enum upnp_wps_wlanevent_type ev_type,
794 os_snprintf(type, sizeof(type), "%1u", ev_type);
801 *(raw + pos) = (u8) ev_type;
820 sm->wlanevent_type = ev_type;
    [all...]
wps_upnp_web.c 510 int ev_type; local
535 ev_type = atol(val);
573 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
586 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
EventClass.py 36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC):
42 self.ev_type = ev_type
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS):
69 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
84 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL):
92 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
event_analyzing_sample.py 93 if event.ev_type == EVTYPE_GENERIC:
96 elif event.ev_type == EVTYPE_PEBS_LL:
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 100 enum ct_ev_type ev_type,
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]

Completed in 205 milliseconds