Home
last modified time | relevance | path

Searched refs:fw_chspec (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c696 chanspec_t fw_chspec = 0; in wl_ext_set_chanspec() local
741 fw_chspec = wl_ext_chspec_host_to_driver(ioctl_ver, chspec); in wl_ext_set_chanspec()
742 if (fw_chspec != INVCHANSPEC) { in wl_ext_set_chanspec()
743 if ((err = wl_ext_iovar_setint(dev, "chanspec", fw_chspec)) == BCME_BADCHAN) { in wl_ext_set_chanspec()
769 *ret_chspec = fw_chspec; in wl_ext_set_chanspec()
781 chanspec_t fw_chspec; in wl_ext_channel() local
790 ret = wl_ext_set_chanspec(dev, ioctl_ver, channel, &fw_chspec); in wl_ext_channel()
1677 chanspec_t fw_chspec = 0; in wl_ext_chan_to_chanspec() local
1721 fw_chspec = wl_ext_chspec_host_to_driver(apsta_params->ioctl_ver, chspec); in wl_ext_chan_to_chanspec()
1722 if (fw_chspec == INVCHANSPEC) { in wl_ext_chan_to_chanspec()
[all …]
H A Dwl_cfg80211.c8608 chanspec_t fw_chspec = 0; in wl_cfg80211_set_channel() local
8703 fw_chspec = wl_chspec_host_to_driver(chspec); in wl_cfg80211_set_channel()
8704 if (fw_chspec != INVCHANSPEC) { in wl_cfg80211_set_channel()
8706 fw_chspec)) == BCME_BADCHAN) { in wl_cfg80211_set_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iapsta.c753 chanspec_t chspec = 0, fw_chspec = 0; in wl_ext_chan_to_chanspec() local
793 fw_chspec = wl_ext_chspec_host_to_driver(apsta_params->ioctl_ver, chspec); in wl_ext_chan_to_chanspec()
794 if (fw_chspec == INVCHANSPEC) { in wl_ext_chan_to_chanspec()
796 fw_chspec = 0; in wl_ext_chan_to_chanspec()
811 return fw_chspec; in wl_ext_chan_to_chanspec()
1568 chanspec_t fw_chspec; in wl_ext_if_up() local
1589 wl_ext_set_chanspec(cur_if->dev, chan_info, &fw_chspec); in wl_ext_if_up()
2337 chanspec_t fw_chspec; in wl_ext_iapsta_update_channel() local
2339 wl_ext_set_chanspec(cur_if->dev, chan_info, &fw_chspec); in wl_ext_iapsta_update_channel()
5333 chanspec_t fw_chspec; in wl_ext_enable_iface() local
[all …]
H A Dwl_android_ext.c616 chanspec_t fw_chspec = 0; in wl_ext_set_chanspec() local
660 fw_chspec = wl_ext_chspec_host_to_driver(ioctl_ver, chspec); in wl_ext_set_chanspec()
661 if (fw_chspec != INVCHANSPEC) { in wl_ext_set_chanspec()
662 if ((err = wl_ext_iovar_setint(dev, "chanspec", fw_chspec)) == BCME_BADCHAN) { in wl_ext_set_chanspec()
689 *ret_chspec = fw_chspec; in wl_ext_set_chanspec()
703 chanspec_t fw_chspec; in wl_ext_channel() local
725 ret = wl_ext_set_chanspec(dev, &chan_info, &fw_chspec); in wl_ext_channel()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c799 chanspec_t chspec = 0, fw_chspec = 0; in wl_ext_chan_to_chanspec() local
839 fw_chspec = wl_ext_chspec_host_to_driver(dhd, chspec); in wl_ext_chan_to_chanspec()
840 if (fw_chspec == INVCHANSPEC) { in wl_ext_chan_to_chanspec()
842 fw_chspec = 0; in wl_ext_chan_to_chanspec()
857 return fw_chspec; in wl_ext_chan_to_chanspec()
1690 chanspec_t fw_chspec; in wl_ext_if_up() local
1715 wl_ext_set_chanspec(cur_if->dev, chan_info, &fw_chspec); in wl_ext_if_up()
2514 chanspec_t fw_chspec; in wl_ext_iapsta_update_channel() local
2516 wl_ext_set_chanspec(cur_if->dev, chan_info, &fw_chspec); in wl_ext_iapsta_update_channel()
5935 chanspec_t fw_chspec; in wl_ext_enable_iface() local
[all …]
H A Dwl_android_ext.c601 chanspec_t fw_chspec = 0; in wl_ext_set_chanspec() local
643 fw_chspec = wl_ext_chspec_host_to_driver(dhd, chspec); in wl_ext_set_chanspec()
644 if (fw_chspec != INVCHANSPEC) { in wl_ext_set_chanspec()
645 if ((err = wl_ext_iovar_setint(dev, "chanspec", fw_chspec)) == BCME_BADCHAN) { in wl_ext_set_chanspec()
675 *ret_chspec = fw_chspec; in wl_ext_set_chanspec()
689 chanspec_t fw_chspec; in wl_ext_channel() local
715 ret = wl_ext_set_chanspec(dev, &chan_info, &fw_chspec); in wl_ext_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c10651 chanspec_t fw_chspec = 0; local
10695 fw_chspec = wl_chspec_host_to_driver(chspec);
10696 if (fw_chspec != INVCHANSPEC) {
10698 fw_chspec)) == BCME_BADCHAN) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c10649 chanspec_t fw_chspec = 0; local
10693 fw_chspec = wl_chspec_host_to_driver(chspec);
10694 if (fw_chspec != INVCHANSPEC) {
10696 fw_chspec)) == BCME_BADCHAN) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c10553 chanspec_t fw_chspec = 0; local
10597 fw_chspec = wl_chspec_host_to_driver(chspec);
10598 if (fw_chspec != INVCHANSPEC) {
10600 fw_chspec)) == BCME_BADCHAN) {