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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
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/wps/
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...]

Completed in 49 milliseconds