OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mbies
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_group.c
23
struct wpabuf *
mbies
)
25
const u8 *p = wpabuf_head(
mbies
);
26
size_t s = wpabuf_len(
mbies
);
199
static const u8 * fst_mbie_get_peer_addr_for_band(const struct wpabuf *
mbies
,
202
const u8 *p = wpabuf_head(
mbies
);
203
size_t s = wpabuf_len(
mbies
);
284
const struct wpabuf *
mbies
;
local
289
mbies
= fst_iface_get_peer_mb_ie(iface, peer_addr);
290
if (!
mbies
)
294
tmp_peer_addr = fst_mbie_get_peer_addr_for_band(
mbies
, band_id)
[
all
...]
fst_ctrl_iface.c
564
const struct wpabuf *
mbies
;
local
583
mbies
= fst_iface_get_peer_mb_ie(iface, peer_addr);
584
if (!
mbies
)
587
return wpa_snprintf_hex(buf, buflen, wpabuf_head(
mbies
),
588
wpabuf_len(
mbies
));
Completed in 50 milliseconds