Home
last modified time | relevance | path

Searched refs:active_network (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c602 int active_network, in rtl8192_qos_handle_probe_response() argument
615 if (active_network && in rtl8192_qos_handle_probe_response()
619 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response()
634 if ((network->qos_data.active == 1) && (active_network == 1)) { in rtl8192_qos_handle_probe_response()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1853 int active_network, in rtl8192_qos_handle_probe_response() argument
1866 if (active_network && in rtl8192_qos_handle_probe_response()
1870 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response()
1884 if ((network->qos_data.active == 1) && (active_network == 1)) { in rtl8192_qos_handle_probe_response()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c6863 int active_network, in ipw_qos_handle_probe_response() argument
6872 if (active_network && in ipw_qos_handle_probe_response()
6876 if ((network->qos_data.active == 1) && (active_network == 1) && in ipw_qos_handle_probe_response()
6894 if ((network->qos_data.active == 1) && (active_network == 1)) { in ipw_qos_handle_probe_response()
6903 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) { in ipw_qos_handle_probe_response()
7250 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_probe_response() local
7253 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_probe_response()
7263 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_beacon() local
7266 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_beacon()