Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
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()
199 static const u8 * fst_mbie_get_peer_addr_for_band(const struct wpabuf *mbies, in fst_mbie_get_peer_addr_for_band() argument
202 const u8 *p = wpabuf_head(mbies); in fst_mbie_get_peer_addr_for_band()
203 size_t s = wpabuf_len(mbies); in fst_mbie_get_peer_addr_for_band()
284 const struct wpabuf *mbies; in fst_group_get_peer_other_connection_1() local
289 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr); in fst_group_get_peer_other_connection_1()
290 if (!mbies) in fst_group_get_peer_other_connection_1()
294 tmp_peer_addr = fst_mbie_get_peer_addr_for_band(mbies, band_id); in fst_group_get_peer_other_connection_1()
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()