Searched refs:repeat_count_tlv (Results 1 – 1 of 1) sorted by relevance
2282 struct mwifiex_ie_types_repeat_count *repeat_count_tlv; in mwifiex_cmd_802_11_bg_scan_config() local2321 repeat_count_tlv = in mwifiex_cmd_802_11_bg_scan_config()2323 repeat_count_tlv->header.type = in mwifiex_cmd_802_11_bg_scan_config()2325 repeat_count_tlv->header.len = in mwifiex_cmd_802_11_bg_scan_config()2326 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config()2327 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config()2330 tlv_pos += sizeof(repeat_count_tlv->header) + in mwifiex_cmd_802_11_bg_scan_config()2331 le16_to_cpu(repeat_count_tlv->header.len); in mwifiex_cmd_802_11_bg_scan_config()