Searched refs:num_probes_tlv (Results 1 – 1 of 1) sorted by relevance
801 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_config_scan() local967 num_probes_tlv = (struct mwifiex_ie_types_num_probes *) tlv_pos; in mwifiex_config_scan()968 num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES); in mwifiex_config_scan()969 num_probes_tlv->header.len = in mwifiex_config_scan()970 cpu_to_le16(sizeof(num_probes_tlv->num_probes)); in mwifiex_config_scan()971 num_probes_tlv->num_probes = cpu_to_le16((u16) num_probes); in mwifiex_config_scan()973 tlv_pos += sizeof(num_probes_tlv->header) + in mwifiex_config_scan()974 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()