Home | History | Annotate | Download | only in fst

Lines Matching refs:mbies

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;
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);
297 "couldn't extract other peer addr from mbies");
301 fst_printf(MSG_DEBUG, "found other peer addr from mbies: " MACSTR,