Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ocb.c642 .type = NLA_BINARY, .len = SIZE_UTC_TIME_ERROR
1038 if (nla_len(time_error_attr) != SIZE_UTC_TIME_ERROR) { in __wlan_hdd_cfg80211_ocb_set_utc_time()
1050 SIZE_UTC_TIME_ERROR); in __wlan_hdd_cfg80211_ocb_set_utc_time()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_tlv.c58 for (i = 0; i < SIZE_UTC_TIME_ERROR; i++) in send_ocb_set_utc_time_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h31480 #define SIZE_UTC_TIME_ERROR (5) /* The size of the utc time error in bytes. */ macro
31492 A_UINT32 time_error[WMI_PACKED_ARR_SIZE(SIZE_UTC_TIME_ERROR,SIZE_BYTE)];