Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c311 int active_network, in _rtl92e_qos_handle_probe_response() argument
324 if (active_network && in _rtl92e_qos_handle_probe_response()
328 if ((network->qos_data.active == 1) && (active_network == 1) && in _rtl92e_qos_handle_probe_response()
341 if ((network->qos_data.active == 1) && (active_network == 1)) in _rtl92e_qos_handle_probe_response()
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c6791 int active_network, in ipw_qos_handle_probe_response() argument
6800 if (active_network && in ipw_qos_handle_probe_response()
6804 if ((network->qos_data.active == 1) && (active_network == 1) && in ipw_qos_handle_probe_response()
6822 if ((network->qos_data.active == 1) && (active_network == 1)) { in ipw_qos_handle_probe_response()
6831 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) { in ipw_qos_handle_probe_response()
7175 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_probe_response() local
7178 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_probe_response()
7188 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_beacon() local
7191 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_beacon()