Home
last modified time | relevance | path

Searched refs:num_probes_tlv (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/mwifiex/
Dscan.c812 struct mwifiex_ie_types_num_probes *num_probes_tlv; in mwifiex_config_scan() local
995 num_probes_tlv = (struct mwifiex_ie_types_num_probes *) tlv_pos; in mwifiex_config_scan()
996 num_probes_tlv->header.type = cpu_to_le16(TLV_TYPE_NUMPROBES); in mwifiex_config_scan()
997 num_probes_tlv->header.len = in mwifiex_config_scan()
998 cpu_to_le16(sizeof(num_probes_tlv->num_probes)); in mwifiex_config_scan()
999 num_probes_tlv->num_probes = cpu_to_le16((u16) num_probes); in mwifiex_config_scan()
1001 tlv_pos += sizeof(num_probes_tlv->header) + in mwifiex_config_scan()
1002 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()