OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsf_info
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h
15
struct
tsf_info
{
struct
66
struct
tsf_info
*
tsf_info
;
member in struct:neighbor_report
wnm_sta.c
307
os_free(wpa_s->wnm_neighbor_report_elements[i].
tsf_info
);
331
rep->
tsf_info
= os_zalloc(sizeof(struct
tsf_info
));
332
if (rep->
tsf_info
== NULL)
334
rep->
tsf_info
->present = 1;
335
os_memcpy(rep->
tsf_info
->tsf_offset, pos, 2);
336
os_memcpy(rep->
tsf_info
->beacon_interval, pos + 2, 2);
Completed in 1369 milliseconds