Home
last modified time | relevance | path

Searched refs:chan_band (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c487 struct host_cmd_tlv_channel_band *chan_band; in mwifiex_uap_bss_param_prepare() local
537 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()
Dscan.c2127 struct chan_band_param_set *chan_band; in mwifiex_ret_802_11_scan() local
2222 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()
Dmain.h531 u8 chan_band:2; member