Searched refs:chan_band (Results 1 – 3 of 3) sorted by relevance
487 struct host_cmd_tlv_channel_band *chan_band; in mwifiex_uap_bss_param_prepare() local537 chan_band = (struct host_cmd_tlv_channel_band *)tlv; in mwifiex_uap_bss_param_prepare()538 chan_band->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST); in mwifiex_uap_bss_param_prepare()539 chan_band->header.len = in mwifiex_uap_bss_param_prepare()542 chan_band->band_config = bss_cfg->band_cfg; in mwifiex_uap_bss_param_prepare()543 chan_band->channel = bss_cfg->channel; in mwifiex_uap_bss_param_prepare()
2127 struct chan_band_param_set *chan_band; in mwifiex_ret_802_11_scan() local2222 chan_band = &chan_band_tlv->chan_band_param[idx]; in mwifiex_ret_802_11_scan()2223 radio_type = &chan_band->radio_type; in mwifiex_ret_802_11_scan()2237 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
531 u8 chan_band:2; member