Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c1897 bool scan = false, link = false, roam = false; in halbtc8821a1ant_action_wifi_connected() local
1914 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in halbtc8821a1ant_action_wifi_connected()
1915 if (scan || link || roam) { in halbtc8821a1ant_action_wifi_connected()
2136 bool scan = false, link = false, roam = false; in halbtc8821a1ant_run_coexist_mechanism() local
2143 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in halbtc8821a1ant_run_coexist_mechanism()
2145 if (scan || link || roam) in halbtc8821a1ant_run_coexist_mechanism()
2242 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_halbtc8821a1ant_display_coex_info() local
2318 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_halbtc8821a1ant_display_coex_info()
2321 link, roam, scan); in ex_halbtc8821a1ant_display_coex_info()
Dhalbtc8723b1ant.c2010 bool scan = false, link = false, roam = false; in halbtc8723b1ant_action_wifi_connected() local
2027 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in halbtc8723b1ant_action_wifi_connected()
2029 if (scan || link || roam) { in halbtc8723b1ant_action_wifi_connected()
2268 bool scan = false, link = false, roam = false; in halbtc8723b1ant_run_coexist_mechanism() local
2275 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in halbtc8723b1ant_run_coexist_mechanism()
2277 if (scan || link || roam) { in halbtc8723b1ant_run_coexist_mechanism()
2405 bool roam = false, scan = false; in ex_halbtc8723b1ant_display_coex_info() local
2472 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_halbtc8723b1ant_display_coex_info()
2474 "Wifi link/ roam/ scan", link, roam, scan); in ex_halbtc8723b1ant_display_coex_info()
Dhalbtc8821a2ant.c2296 bool scan = false, link = false, roam = false; in btc8821a2ant_tdma_dur_adj() local
2304 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a2ant_tdma_dur_adj()
2306 if (!scan && !link && !roam) { in btc8821a2ant_tdma_dur_adj()
3347 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_halbtc8821a2ant_display_coex_info() local
3409 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_halbtc8821a2ant_display_coex_info()
3412 link, roam, scan); in ex_halbtc8821a2ant_display_coex_info()
Dhalbtc8723b2ant.c2340 bool scan = false, link = false, roam = false; in btc8723b2ant_tdma_duration_adjust() local
2348 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8723b2ant_tdma_duration_adjust()
2350 if (!scan && !link && !roam) in btc8723b2ant_tdma_duration_adjust()
3170 bool roam = false, scan = false; in ex_btc8723b2ant_display_coex_info() local
3232 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_btc8723b2ant_display_coex_info()
3234 "Wifi link/ roam/ scan", link, roam, scan); in ex_btc8723b2ant_display_coex_info()
Dhalbtc8192e2ant.c2374 bool scan = false, link = false, roam = false; in halbtc8192e2ant_tdma_duration_adjust() local
2384 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in halbtc8192e2ant_tdma_duration_adjust()
2386 if (!scan && !link && !roam) in halbtc8192e2ant_tdma_duration_adjust()
3312 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_halbtc8192e2ant_display_coex_info() local
3370 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_halbtc8192e2ant_display_coex_info()
3372 "Wifi link/ roam/ scan", link, roam, scan); in ex_halbtc8192e2ant_display_coex_info()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h1315 struct work_struct roam; member
Dipw2200.c4815 schedule_work(&priv->roam); in ipw_rx_notification()
7541 container_of(work, struct ipw_priv, roam); in ipw_bg_roam()
10696 INIT_WORK(&priv->roam, ipw_bg_roam); in ipw_setup_deferred_work()
11845 cancel_work_sync(&priv->roam); in ipw_pci_remove()