Searched refs:num_probes_tlv (Results 1 – 1 of 1) sorted by relevance
722 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_config_scan() local862 num_probes_tlv = (struct mwifiex_ie_types_num_probes *) tlv_pos; in mwifiex_config_scan()863 num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES); in mwifiex_config_scan()864 num_probes_tlv->header.len = in mwifiex_config_scan()865 cpu_to_le16(sizeof(num_probes_tlv->num_probes)); in mwifiex_config_scan()866 num_probes_tlv->num_probes = cpu_to_le16((u16) num_probes); in mwifiex_config_scan()868 tlv_pos += sizeof(num_probes_tlv->header) + in mwifiex_config_scan()869 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()