Searched refs:num_probes_tlv (Results 1 – 1 of 1) sorted by relevance
810 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_config_scan() local1011 num_probes_tlv = (struct mwifiex_ie_types_num_probes *) tlv_pos; in mwifiex_config_scan()1012 num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES); in mwifiex_config_scan()1013 num_probes_tlv->header.len = in mwifiex_config_scan()1014 cpu_to_le16(sizeof(num_probes_tlv->num_probes)); in mwifiex_config_scan()1015 num_probes_tlv->num_probes = cpu_to_le16((u16) num_probes); in mwifiex_config_scan()1017 tlv_pos += sizeof(num_probes_tlv->header) + in mwifiex_config_scan()1018 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()2276 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_cmd_802_11_bg_scan_config() local2305 num_probes_tlv = (struct mwifiex_ie_types_num_probes *)tlv_pos; in mwifiex_cmd_802_11_bg_scan_config()[all …]