Lines Matching refs:pre_band
15461 u32 pre_band = 0; in wl_cfg80211_determine_vsdb_mode() local
15487 pre_band = band; in wl_cfg80211_determine_vsdb_mode()
15489 (band == pre_band)) { in wl_cfg80211_determine_vsdb_mode()
15519 u32 pre_band = INVCHANSPEC; in wl_cfg80211_determine_p2p_rsdb_scc_mode() local
15545 if (pre_band == INVCHANSPEC && chanspec) { in wl_cfg80211_determine_p2p_rsdb_scc_mode()
15546 pre_band = band; in wl_cfg80211_determine_p2p_rsdb_scc_mode()
15549 if ((pre_band == band) && (pre_chanspec != chanspec)) { in wl_cfg80211_determine_p2p_rsdb_scc_mode()
21932 u32 pre_band = 0; in wl_cfg80211_get_concurrency_mode() local
21952 pre_band = band; in wl_cfg80211_get_concurrency_mode()
21955 if ((pre_band == band) && (pre_channel == channel)) { in wl_cfg80211_get_concurrency_mode()
21958 } else if ((pre_band == band) && (pre_channel != channel)) { in wl_cfg80211_get_concurrency_mode()
21961 } else if (pre_band != band) { in wl_cfg80211_get_concurrency_mode()