/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 | 777 * @ev_type: Event type 787 enum upnp_wps_wlanevent_type ev_type, 803 os_snprintf(type, sizeof(type), "%1u", ev_type); 810 *(raw + pos) = (u8) ev_type; 829 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 | 1138 void *priv, enum upnp_wps_wlanevent_type ev_type, 1146 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr=" 1147 MACSTR, ev_type, MAC2STR(mac_addr)); 1150 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { 1152 "PutWLANResponse WLANEventType %d", ev_type); [all...] |
/external/webkit/Tools/EWebLauncher/ |
main.c | 776 main_signal_exit(void *data, int ev_type, void *ev)
|