Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c405 int active_network, in _rtl92e_qos_handle_probe_response() argument
418 if (active_network && in _rtl92e_qos_handle_probe_response()
422 if ((network->qos_data.active == 1) && (active_network == 1) && in _rtl92e_qos_handle_probe_response()
437 if ((network->qos_data.active == 1) && (active_network == 1)) { in _rtl92e_qos_handle_probe_response()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c1812 int active_network, in rtl8192_qos_handle_probe_response() argument
1825 if (active_network && in rtl8192_qos_handle_probe_response()
1829 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response()
1843 if ((network->qos_data.active == 1) && (active_network == 1)) { in rtl8192_qos_handle_probe_response()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c6838 int active_network, in ipw_qos_handle_probe_response() argument
6847 if (active_network && in ipw_qos_handle_probe_response()
6851 if ((network->qos_data.active == 1) && (active_network == 1) && in ipw_qos_handle_probe_response()
6869 if ((network->qos_data.active == 1) && (active_network == 1)) { in ipw_qos_handle_probe_response()
6878 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) { in ipw_qos_handle_probe_response()
7225 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_probe_response() local
7228 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_probe_response()
7238 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_beacon() local
7241 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_beacon()