/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 | 780 * @ev_type: Event type 790 enum upnp_wps_wlanevent_type ev_type, 806 os_snprintf(type, sizeof(type), "%1u", ev_type); 813 *(raw + pos) = (u8) ev_type; 832 sm->wlanevent_type = ev_type; [all...] |
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...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp.h | 42 void *priv, enum upnp_wps_wlanevent_type ev_type, 63 enum upnp_wps_wlanevent_type ev_type,
|
wps_upnp.c | 811 * @ev_type: Event type 821 enum upnp_wps_wlanevent_type ev_type, 837 os_snprintf(type, sizeof(type), "%1u", ev_type); 844 *(raw + pos) = (u8) ev_type; [all...] |
wps_upnp_web.c | 995 int ev_type; local 1012 ev_type = atol(val); 1022 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) { 1033 sm->ctx->rx_req_put_wlan_response(sm->priv, ev_type, macaddr, msg, [all...] |
/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)
|