Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c475 struct host_cmd_tlv_channel_band *chan_band; in mwifiex_uap_bss_param_prepare() local
525 chan_band = (struct host_cmd_tlv_channel_band *)tlv; in mwifiex_uap_bss_param_prepare()
526 chan_band->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST); in mwifiex_uap_bss_param_prepare()
527 chan_band->header.len = in mwifiex_uap_bss_param_prepare()
530 chan_band->band_config = bss_cfg->band_cfg; in mwifiex_uap_bss_param_prepare()
531 chan_band->channel = bss_cfg->channel; in mwifiex_uap_bss_param_prepare()
Dscan.c2115 struct chan_band_param_set *chan_band; in mwifiex_ret_802_11_scan() local
2210 chan_band = &chan_band_tlv->chan_band_param[idx]; in mwifiex_ret_802_11_scan()
2211 radio_type = &chan_band->radio_type; in mwifiex_ret_802_11_scan()
2225 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
Dmain.h520 u8 chan_band:2; member