Home
last modified time | relevance | path

Searched refs:mbies (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/fst/
H A Dfst_group.c23 struct wpabuf *mbies) in fst_dump_mb_ies() argument
25 const u8 *p = wpabuf_head(mbies); in fst_dump_mb_ies()
26 size_t s = wpabuf_len(mbies); in fst_dump_mb_ies()
204 static const u8 * fst_mbie_get_peer_addr_for_band(const struct wpabuf *mbies, in fst_mbie_get_peer_addr_for_band() argument
207 const u8 *p = wpabuf_head(mbies); in fst_mbie_get_peer_addr_for_band()
208 size_t s = wpabuf_len(mbies); in fst_mbie_get_peer_addr_for_band()
289 const struct wpabuf *mbies; in fst_group_get_peer_other_connection_1() local
294 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr); in fst_group_get_peer_other_connection_1()
295 if (!mbies) in fst_group_get_peer_other_connection_1()
299 tmp_peer_addr = fst_mbie_get_peer_addr_for_band(mbies, band_id); in fst_group_get_peer_other_connection_1()
H A Dfst_ctrl_iface.c564 const struct wpabuf *mbies; in get_peer_mbies() local
583 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr); in get_peer_mbies()
584 if (!mbies) in get_peer_mbies()
587 return wpa_snprintf_hex(buf, buflen, wpabuf_head(mbies), in get_peer_mbies()
588 wpabuf_len(mbies)); in get_peer_mbies()