Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_scan.c4528 MrvlIEtypes_RepeatCount_t *tlv_repeat = MNULL; in wlan_cmd_bgscan_config() local
4619 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()
4621tlv_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()