Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c6799 int active_network, in ipw_qos_handle_probe_response() argument
6808 if (active_network && in ipw_qos_handle_probe_response()
6812 if ((network->qos_data.active == 1) && (active_network == 1) && in ipw_qos_handle_probe_response()
6830 if ((network->qos_data.active == 1) && (active_network == 1)) { in ipw_qos_handle_probe_response()
6839 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) { in ipw_qos_handle_probe_response()
7183 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_probe_response() local
7186 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_probe_response()
7196 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_beacon() local
7199 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_beacon()