Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ocb.c639 .type = NLA_BINARY, .len = SIZE_UTC_TIME
1027 if (nla_len(utc_attr) != SIZE_UTC_TIME) { in __wlan_hdd_cfg80211_ocb_set_utc_time()
1048 qdf_mem_copy(utc->utc_time, nla_data(utc_attr), SIZE_UTC_TIME); in __wlan_hdd_cfg80211_ocb_set_utc_time()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_ocb_tlv.c55 for (i = 0; i < SIZE_UTC_TIME; i++) in send_ocb_set_utc_time_cmd_tlv()
/wlan-driver/fw-api/fw/
Dwmi_unified.h31479 #define SIZE_UTC_TIME (10) /* The size of the utc time in bytes. */ macro
31490 A_UINT32 utc_time[WMI_PACKED_ARR_SIZE(SIZE_UTC_TIME,SIZE_BYTE)];