HomeSort by: relevance | last modified time | path
    Searched refs:mbies (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst_group.c 23 struct wpabuf *mbies)
25 const u8 *p = wpabuf_head(mbies);
26 size_t s = wpabuf_len(mbies);
204 static const u8 * fst_mbie_get_peer_addr_for_band(const struct wpabuf *mbies,
207 const u8 *p = wpabuf_head(mbies);
208 size_t s = wpabuf_len(mbies);
289 const struct wpabuf *mbies; local
294 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr);
295 if (!mbies)
299 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 15 milliseconds