OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_adv
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c
654
if (hapd->
time_adv
== NULL &&
658
if (hapd->
time_adv
== NULL)
661
os_memcpy(eid, wpabuf_head(hapd->
time_adv
),
662
wpabuf_len(hapd->
time_adv
));
663
eid += wpabuf_len(hapd->
time_adv
);
700
if (!hapd->
time_adv
) {
701
hapd->
time_adv
= wpabuf_alloc(elen);
702
if (hapd->
time_adv
== NULL)
704
pos = wpabuf_put(hapd->
time_adv
, elen);
706
pos = wpabuf_mhead_u8(hapd->
time_adv
);
[
all
...]
hostapd.h
236
struct wpabuf *
time_adv
;
member in struct:hostapd_data
hostapd.c
551
wpabuf_free(hapd->
time_adv
);
552
hapd->
time_adv
= NULL;
Completed in 18 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026