Searched refs:chan_tlv (Results 1 – 1 of 1) sorted by relevance
385 struct mwifiex_ie_types_chan_list_param_set *chan_tlv; in mwifiex_cmd_802_11_associate() local473 chan_tlv = (struct mwifiex_ie_types_chan_list_param_set *) pos; in mwifiex_cmd_802_11_associate()474 chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST); in mwifiex_cmd_802_11_associate()475 chan_tlv->header.len = in mwifiex_cmd_802_11_associate()478 memset(chan_tlv->chan_scan_param, 0x00, in mwifiex_cmd_802_11_associate()480 chan_tlv->chan_scan_param[0].chan_number = in mwifiex_cmd_802_11_associate()483 chan_tlv->chan_scan_param[0].chan_number); in mwifiex_cmd_802_11_associate()485 chan_tlv->chan_scan_param[0].radio_type = in mwifiex_cmd_802_11_associate()489 chan_tlv->chan_scan_param[0].radio_type); in mwifiex_cmd_802_11_associate()490 pos += sizeof(chan_tlv->header) + in mwifiex_cmd_802_11_associate()[all …]