Lines Matching refs:wifi_under_5g
2046 bool wifi_under_5g = false; in halbtc8821a1ant_run_coexist_mechanism() local
2069 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in halbtc8821a1ant_run_coexist_mechanism()
2070 if (wifi_under_5g) { in halbtc8821a1ant_run_coexist_mechanism()
2169 bool wifi_under_5g = false; in halbtc8821a1ant_init_hw_config() local
2191 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in halbtc8821a1ant_init_hw_config()
2194 if (wifi_under_5g) in halbtc8821a1ant_init_hw_config()
2242 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_halbtc8821a1ant_display_coex_info() local
2324 &wifi_under_5g); in ex_halbtc8821a1ant_display_coex_info()
2333 (wifi_under_5g ? "5G" : "2.4G"), in ex_halbtc8821a1ant_display_coex_info()
2729 bool wifi_under_5g = false; in ex_halbtc8821a1ant_bt_info_notify() local
2734 BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_halbtc8821a1ant_bt_info_notify()
2784 if ((coex_sta->bt_info_ext & BIT3) && !wifi_under_5g) { in ex_halbtc8821a1ant_bt_info_notify()