Searched refs:repeat_count_tlv (Results 1 – 1 of 1) sorted by relevance
2269 struct mwifiex_ie_types_repeat_count *repeat_count_tlv; in mwifiex_cmd_802_11_bg_scan_config() local2308 repeat_count_tlv = in mwifiex_cmd_802_11_bg_scan_config()2310 repeat_count_tlv->header.type = in mwifiex_cmd_802_11_bg_scan_config()2312 repeat_count_tlv->header.len = in mwifiex_cmd_802_11_bg_scan_config()2313 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config()2314 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config()2317 tlv_pos += sizeof(repeat_count_tlv->header) + in mwifiex_cmd_802_11_bg_scan_config()2318 le16_to_cpu(repeat_count_tlv->header.len); in mwifiex_cmd_802_11_bg_scan_config()