OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mle_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
drv_callbacks.c
149
size_t
mle_len
, rem_len;
local
173
mle_len
= wpabuf_len(mlebuf);
174
if (
mle_len
< MULTI_LINK_CONTROL_LEN + 1 ||
175
mle_len
- MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN]) {
184
rem_len =
mle_len
-
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_event.c
585
static void nl80211_get_basic_mle_links_info(const u8 *mle, size_t
mle_len
,
591
if (
mle_len
< MULTI_LINK_CONTROL_LEN + 1 ||
592
mle_len
- MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN])
597
rem_len =
mle_len
-
Completed in 34 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026