Searched refs:active_network (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 406 int active_network, in _rtl92e_qos_handle_probe_response() 419 if (active_network && in _rtl92e_qos_handle_probe_response() 423 if ((network->qos_data.active == 1) && (active_network == 1) && in _rtl92e_qos_handle_probe_response() 438 if ((network->qos_data.active == 1) && (active_network == 1)) { in _rtl92e_qos_handle_probe_response() 405 _rtl92e_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct rtllib_network *network) _rtl92e_qos_handle_probe_response() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 341 int active_network, in _rtl92e_qos_handle_probe_response() 354 if (active_network && in _rtl92e_qos_handle_probe_response() 358 if ((network->qos_data.active == 1) && (active_network == 1) && in _rtl92e_qos_handle_probe_response() 371 if ((network->qos_data.active == 1) && (active_network == 1)) in _rtl92e_qos_handle_probe_response() 340 _rtl92e_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct rtllib_network *network) _rtl92e_qos_handle_probe_response() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 6837 int active_network, in ipw_qos_handle_probe_response() 6846 if (active_network && in ipw_qos_handle_probe_response() 6850 if ((network->qos_data.active == 1) && (active_network == 1) && in ipw_qos_handle_probe_response() 6868 if ((network->qos_data.active == 1) && (active_network == 1)) { in ipw_qos_handle_probe_response() 6877 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) { in ipw_qos_handle_probe_response() 7221 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_probe_response() local 7224 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_probe_response() 7234 int active_network = ((priv->status & STATUS_ASSOCIATED) && in ipw_handle_beacon() local 7237 ipw_qos_handle_probe_response(priv, active_network, network); in ipw_handle_beacon() 6836 ipw_qos_handle_probe_response(struct ipw_priv *priv, int active_network, struct libipw_network *network) ipw_qos_handle_probe_response() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 6791 int active_network, in ipw_qos_handle_probe_response() 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() 6790 ipw_qos_handle_probe_response(struct ipw_priv *priv, int active_network, struct libipw_network *network) ipw_qos_handle_probe_response() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1798 int active_network, in rtl8192_qos_handle_probe_response() 1811 if (active_network && in rtl8192_qos_handle_probe_response() 1815 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response() 1829 if ((network->qos_data.active == 1) && (active_network == 1)) { in rtl8192_qos_handle_probe_response() 1797 rtl8192_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct ieee80211_network *network) rtl8192_qos_handle_probe_response() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1622 int active_network, in rtl8192_qos_handle_probe_response() 1635 if (active_network && in rtl8192_qos_handle_probe_response() 1639 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response() 1653 if ((network->qos_data.active == 1) && (active_network == 1)) { in rtl8192_qos_handle_probe_response() 1621 rtl8192_qos_handle_probe_response(struct r8192_priv *priv, int active_network, struct ieee80211_network *network) rtl8192_qos_handle_probe_response() argument
|
Completed in 44 milliseconds