Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_connect_info.c369 hdd_sta_ctx->conn_info.auth_time, in wlan_hdd_connect_info()
537 conn_info->auth_time, in wlan_hdd_connect_info()
H A Dwlan_hdd_assoc.c465 char *auth_time; in hdd_conn_set_authenticated() local
480 auth_time = sta_ctx->conn_info.auth_time; in hdd_conn_set_authenticated()
481 time_buffer_size = sizeof(sta_ctx->conn_info.auth_time); in hdd_conn_set_authenticated()
484 qdf_get_time_of_the_day_in_hr_min_sec_usec(auth_time, in hdd_conn_set_authenticated()
487 qdf_mem_zero(auth_time, time_buffer_size); in hdd_conn_set_authenticated()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h198 char auth_time[HDD_TIME_STRING_LEN]; member