Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Djoin.c397 struct mwifiex_ie_types_chan_list_param_set *chan_tlv; in mwifiex_cmd_802_11_associate() local
485 chan_tlv = (struct mwifiex_ie_types_chan_list_param_set *) pos; in mwifiex_cmd_802_11_associate()
486 chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST); in mwifiex_cmd_802_11_associate()
487 chan_tlv->header.len = in mwifiex_cmd_802_11_associate()
490 memset(chan_tlv->chan_scan_param, 0x00, in mwifiex_cmd_802_11_associate()
492 chan_tlv->chan_scan_param[0].chan_number = in mwifiex_cmd_802_11_associate()
495 chan_tlv->chan_scan_param[0].chan_number); in mwifiex_cmd_802_11_associate()
497 chan_tlv->chan_scan_param[0].radio_type = in mwifiex_cmd_802_11_associate()
501 chan_tlv->chan_scan_param[0].radio_type); in mwifiex_cmd_802_11_associate()
502 pos += sizeof(chan_tlv->header) + in mwifiex_cmd_802_11_associate()
[all …]