Searched refs:chan_band (Results 1 – 3 of 3) sorted by relevance
486 struct host_cmd_tlv_channel_band *chan_band; in mwifiex_uap_bss_param_prepare() local536 chan_band = (struct host_cmd_tlv_channel_band *)tlv; in mwifiex_uap_bss_param_prepare()537 chan_band->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST); in mwifiex_uap_bss_param_prepare()538 chan_band->header.len = in mwifiex_uap_bss_param_prepare()541 chan_band->band_config = bss_cfg->band_cfg; in mwifiex_uap_bss_param_prepare()542 chan_band->channel = bss_cfg->channel; in mwifiex_uap_bss_param_prepare()
2130 struct chan_band_param_set *chan_band; in mwifiex_ret_802_11_scan() local2225 chan_band = &chan_band_tlv->chan_band_param[idx]; in mwifiex_ret_802_11_scan()2226 radio_type = &chan_band->radio_type; in mwifiex_ret_802_11_scan()2240 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
530 u8 chan_band:2; member