/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 | 776 * @ev_type: Event type 786 enum upnp_wps_wlanevent_type ev_type, 802 os_snprintf(type, sizeof(type), "%1u", ev_type); 809 *(raw + pos) = (u8) ev_type; 828 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/src/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/src/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...] |