Searched refs:chan_tlv (Results 1 – 1 of 1) sorted by relevance
350 struct mwifiex_ie_types_chan_list_param_set *chan_tlv; in mwifiex_cmd_802_11_associate() local440 chan_tlv = (struct mwifiex_ie_types_chan_list_param_set *) pos; in mwifiex_cmd_802_11_associate()441 chan_tlv->header.type = cpu_to_le16(TLV_TYPE_CHANLIST); in mwifiex_cmd_802_11_associate()442 chan_tlv->header.len = in mwifiex_cmd_802_11_associate()445 memset(chan_tlv->chan_scan_param, 0x00, in mwifiex_cmd_802_11_associate()447 chan_tlv->chan_scan_param[0].chan_number = in mwifiex_cmd_802_11_associate()450 chan_tlv->chan_scan_param[0].chan_number); in mwifiex_cmd_802_11_associate()452 chan_tlv->chan_scan_param[0].radio_type = in mwifiex_cmd_802_11_associate()456 chan_tlv->chan_scan_param[0].radio_type); in mwifiex_cmd_802_11_associate()457 pos += sizeof(chan_tlv->header) + in mwifiex_cmd_802_11_associate()[all …]