Searched refs:SIZE_UTC_TIME (Results 1 – 3 of 3) sorted by relevance
639 .type = NLA_BINARY, .len = SIZE_UTC_TIME1027 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()
55 for (i = 0; i < SIZE_UTC_TIME; i++) in send_ocb_set_utc_time_cmd_tlv()
31479 #define SIZE_UTC_TIME (10) /* The size of the utc time in bytes. */ macro31490 A_UINT32 utc_time[WMI_PACKED_ARR_SIZE(SIZE_UTC_TIME,SIZE_BYTE)];