OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_c_timestamp
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_server/
eap.h
43
u32
t_c_timestamp
;
member in struct:eap_user
/src/external/bsd/wpa/dist/src/ap/
authsrv.c
94
user->
t_c_timestamp
= eap_user->
t_c_timestamp
;
eap_user_db.c
94
} else if (os_strcmp(col[i], "
t_c_timestamp
") == 0 && argv[i]) {
95
user->
t_c_timestamp
= strtol(argv[i], NULL, 10);
ap_config.h
196
u32
t_c_timestamp
;
member in struct:hostapd_eap_user
664
u32
t_c_timestamp
;
member in struct:hostapd_bss_config
ieee802_1x.c
895
timestamp = host_to_be32(hapd->conf->
t_c_timestamp
);
/src/external/bsd/wpa/dist/src/radius/
radius_server.c
95
u32
t_c_timestamp
; /* Last read T&C timestamp from user DB */
member in struct:radius_session
1349
if (sess->
t_c_timestamp
!= WPA_GET_BE32(timestamp)) {
2533
sess->
t_c_timestamp
= user->
t_c_timestamp
;
/src/external/bsd/wpa/dist/hostapd/
config_file.c
4399
bss->
t_c_timestamp
= strtol(pos, NULL, 0);
Completed in 77 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026