Searched refs:repeat_count_tlv (Results 1 – 1 of 1) sorted by relevance
2277 struct mwifiex_ie_types_repeat_count *repeat_count_tlv; in mwifiex_cmd_802_11_bg_scan_config() local2316 repeat_count_tlv = in mwifiex_cmd_802_11_bg_scan_config()2318 repeat_count_tlv->header.type = in mwifiex_cmd_802_11_bg_scan_config()2320 repeat_count_tlv->header.len = in mwifiex_cmd_802_11_bg_scan_config()2321 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config()2322 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config()2325 tlv_pos += sizeof(repeat_count_tlv->header) + in mwifiex_cmd_802_11_bg_scan_config()2326 le16_to_cpu(repeat_count_tlv->header.len); in mwifiex_cmd_802_11_bg_scan_config()