Searched refs:num_probes_tlv (Results 1 – 1 of 1) sorted by relevance
798 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_config_scan() local999 num_probes_tlv = (struct mwifiex_ie_types_num_probes *) tlv_pos; in mwifiex_config_scan()1000 num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES); in mwifiex_config_scan()1001 num_probes_tlv->header.len = in mwifiex_config_scan()1002 cpu_to_le16(sizeof(num_probes_tlv->num_probes)); in mwifiex_config_scan()1003 num_probes_tlv->num_probes = cpu_to_le16((u16) num_probes); in mwifiex_config_scan()1005 tlv_pos += sizeof(num_probes_tlv->header) + in mwifiex_config_scan()1006 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()2268 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_cmd_802_11_bg_scan_config() local2297 num_probes_tlv = (struct mwifiex_ie_types_num_probes *)tlv_pos; in mwifiex_cmd_802_11_bg_scan_config()[all …]