Home
last modified time | relevance | path

Searched refs:wf_chspec_primary20_chan (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_channels.c320 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_ntoa()
802 same_primary = (wf_chspec_primary20_chan(chspec1) == wf_chspec_primary20_chan(chspec2)); in wf_chspec_coexist()
853 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan() function
907 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_primary20_chspec()
1125 if (primary_channel == wf_chspec_primary20_chan(chanspec_cur)) { in wf_chspec_80()
1456 uint8 pri_ch = (pext)[0] = wf_chspec_primary20_chan(t); in wf_get_all_ext()
H A Dbcmwifi_channels.h600 extern uint8 wf_chspec_primary20_chan(chanspec_t chspec);
603 #define wf_chspec_ctlchan(c) wf_chspec_primary20_chan(c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_channels.c349 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_ntoa()
851 same_primary = (wf_chspec_primary20_chan(chspec1) == wf_chspec_primary20_chan(chspec2)); in wf_chspec_coexist()
902 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan() function
956 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_primary20_chspec()
1174 if (primary_channel == wf_chspec_primary20_chan(chanspec_cur)) { in wf_chspec_80()
1505 uint8 pri_ch = (pext)[0] = wf_chspec_primary20_chan(t); in wf_get_all_ext()
H A Dbcmwifi_channels.h610 extern uint8 wf_chspec_primary20_chan(chanspec_t chspec);
613 #define wf_chspec_ctlchan(c) wf_chspec_primary20_chan(c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_channels.c349 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_ntoa()
851 same_primary = (wf_chspec_primary20_chan(chspec1) == wf_chspec_primary20_chan(chspec2)); in wf_chspec_coexist()
902 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan() function
956 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_primary20_chspec()
1174 if (primary_channel == wf_chspec_primary20_chan(chanspec_cur)) { in wf_chspec_80()
1505 uint8 pri_ch = (pext)[0] = wf_chspec_primary20_chan(t); in wf_get_all_ext()
H A Dbcmwifi_channels.h610 extern uint8 wf_chspec_primary20_chan(chanspec_t chspec);
613 #define wf_chspec_ctlchan(c) wf_chspec_primary20_chan(c)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_channels.c519 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_ntoa()
1169 uint8 ch = wf_chspec_primary20_chan(chspec); in wf_chanspec_iter_next_5g()
1288 uint8 ch = wf_chspec_primary20_chan(chspec); in wf_chanspec_iter_next_6g()
1573 same_primary = (wf_chspec_primary20_chan(chspec1) == wf_chspec_primary20_chan(chspec2)); in wf_chspec_coexist()
2182 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan() function
2264 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_primary20_chspec()
2552 if (primary_channel == wf_chspec_primary20_chan(chanspec_cur)) { in wf_chspec_80()
2863 uint8 pri_ch = (pext)[0] = wf_chspec_primary20_chan(t); in wf_get_all_ext()
H A Dwl_android_ext.c3517 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(escan->best_5g_ch), in wl_ext_drv_apcs()
3522 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(escan->best_6g_ch), in wl_ext_drv_apcs()
3527 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(escan->best_2g_ch), in wl_ext_drv_apcs()
3574 chosen = wf_create_chspec_from_primary(wf_chspec_primary20_chan(chan_5g), in wl_ext_autochannel()
3578 chosen = wf_create_chspec_from_primary(wf_chspec_primary20_chan(chan_2g), in wl_ext_autochannel()
H A Dwl_cfgvif.c1574 center_freq = wl_channel_to_frequency(wf_chspec_primary20_chan(chspec), in wl_cfg80211_set_channel()
1636 wf_chspec_primary20_chan(*sta_chanspec) != in wl_cfg80211_set_channel()
1659 cur_chspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(chspec), in wl_cfg80211_set_channel()
5128 freq = wl_channel_to_frequency(wf_chspec_primary20_chan(chanspec), CHSPEC_BAND(chanspec)); in wl_chspec_chandef()
H A Dwl_cfgvendor.c6830 wl_channel_to_frequency(wf_chspec_primary20_chan(cur_chanspec), in fill_chanspec_to_channel_info()
H A Dwl_android.c1438 channel = wf_chspec_primary20_chan(chanspec); in wl_android_get_chanspec()
H A Dwl_cfg80211.c4305 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(cfg->channel), in wl_cfg80211_join_ibss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_channels.c519 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_ntoa()
1169 uint8 ch = wf_chspec_primary20_chan(chspec); in wf_chanspec_iter_next_5g()
1288 uint8 ch = wf_chspec_primary20_chan(chspec); in wf_chanspec_iter_next_6g()
1573 same_primary = (wf_chspec_primary20_chan(chspec1) == wf_chspec_primary20_chan(chspec2)); in wf_chspec_coexist()
2182 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan() function
2264 pri_chan = wf_chspec_primary20_chan(chspec); in wf_chspec_primary20_chspec()
2552 if (primary_channel == wf_chspec_primary20_chan(chanspec_cur)) { in wf_chspec_80()
2863 uint8 pri_ch = (pext)[0] = wf_chspec_primary20_chan(t); in wf_get_all_ext()
H A Dwl_cfgvif.c1568 center_freq = wl_channel_to_frequency(wf_chspec_primary20_chan(chspec), in wl_cfg80211_set_channel()
1629 wf_chspec_primary20_chan(*sta_chanspec) != in wl_cfg80211_set_channel()
1652 cur_chspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(chspec), in wl_cfg80211_set_channel()
5146 channel = wf_chspec_primary20_chan(chanspec); in wl_chspec_chandef()
H A Dwl_cfgvendor.c6826 wl_channel_to_frequency(wf_chspec_primary20_chan(cur_chanspec), in fill_chanspec_to_channel_info()
H A Dwl_android.c1422 channel = wf_chspec_primary20_chan(chanspec); in wl_android_get_chanspec()
H A Dwl_cfg80211.c4291 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(cfg->channel), in wl_cfg80211_join_ibss()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_channels.h651 uint8 wf_chspec_primary20_chan(chanspec_t chspec);
654 #define wf_chspec_ctlchan(c) wf_chspec_primary20_chan(c)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_channels.h651 uint8 wf_chspec_primary20_chan(chanspec_t chspec);
654 #define wf_chspec_ctlchan(c) wf_chspec_primary20_chan(c)