HomeSort by relevance Sort by last modified time
    Searched full: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_web.c 508 int ev_type; local
533 ev_type = atol(val);
571 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
584 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
    [all...]
wps_upnp.c 782 * @ev_type: Event type
792 enum upnp_wps_wlanevent_type ev_type,
808 os_snprintf(type, sizeof(type), "%1u", ev_type);
815 *(raw + pos) = (u8) ev_type;
834 sm->wlanevent_type = ev_type;
    [all...]
  /external/qemu/android/
hw-events.h 20 EV_TYPE(SYN,0x00) \
21 EV_TYPE(KEY,0x01) \
22 EV_TYPE(REL,0x02) \
23 EV_TYPE(ABS,0x03) \
24 EV_TYPE(MSC,0x04) \
25 EV_TYPE(SW, 0x05) \
26 EV_TYPE(LED,0x11) \
27 EV_TYPE(SND,0x12) \
28 EV_TYPE(REP,0x14) \
29 EV_TYPE(FF, 0x15)
    [all...]
hw-events.c 22 #define EV_TYPE(n,v) { "EV_" STRINGIFY(n), (v) },
54 #undef EV_TYPE
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]
  /external/webkit/Tools/EWebLauncher/
main.c 776 main_signal_exit(void *data, int ev_type, void *ev)

Completed in 82 milliseconds