OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ie_a
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.c
861
const u8 *
ie_a
, *ie_b;
local
866
ie_a
= wpa_bss_get_ie(a, eid);
869
if (!
ie_a
|| !ie_b ||
ie_a
[1] != ie_b[1])
872
return os_memcmp(
ie_a
, ie_b,
ie_a
[1]) == 0;
Completed in 44 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026