Searched refs:tlv_repeat (Results 1 – 1 of 1) sorted by relevance
4528 MrvlIEtypes_RepeatCount_t *tlv_repeat = MNULL; in wlan_cmd_bgscan_config() local4619 tlv_repeat = (MrvlIEtypes_RepeatCount_t *)tlv; in wlan_cmd_bgscan_config()4620 tlv_repeat->header.type = wlan_cpu_to_le16(TLV_TYPE_REPEAT_COUNT); in wlan_cmd_bgscan_config()4621 …tlv_repeat->header.len = wlan_cpu_to_le16(sizeof(MrvlIEtypes_RepeatCount_t) - sizeof(MrvlIEtypes… in wlan_cmd_bgscan_config()4622 tlv_repeat->repeat_count = wlan_cpu_to_le16(bg_scan_in->repeat_count); in wlan_cmd_bgscan_config()