Lines Matching refs:fw_chspec
799 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
6036 ret = wl_ext_set_chanspec(cur_if->dev, &cur_if->chan_info, &fw_chspec); in wl_ext_enable_iface()
6123 join_params.params.chanspec_list[0] = fw_chspec; in wl_ext_enable_iface()