Searched refs:mbies (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst_group.c | 23 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()
|
D | fst_ctrl_iface.c | 564 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst_group.c | 23 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()
|
D | fst_ctrl_iface.c | 564 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()
|