Lines Matching full:iface
271 * (iface, MAC tuple) by using peer's MB IE on iface.
273 * @iface: iface on which FST Setup Request was received
274 * @peer_addr: Peer address on iface
277 * "other" iface)
279 * This function parses peer's MB IE on iface. It looks for peer's MAC address
285 fst_group_get_peer_other_connection_1(struct fst_iface *iface,
293 /* Get peer's MB IEs on iface */
294 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr);
309 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) {
310 if (other_iface == iface ||
325 * (iface, MAC tuple) by using MB IEs of other peers.
327 * @iface: iface on which FST Setup Request was received
328 * @peer_addr: Peer address on iface
331 * "other" iface)
335 * MAC address on iface's band_id is extracted (this_peer_addr).
340 fst_group_get_peer_other_connection_2(struct fst_iface *iface,
344 u8 this_band_id = fst_iface_get_band_id(iface);
350 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) {
351 if (other_iface == iface ||
380 * fst_group_get_peer_other_connection - Find peer's "other" connection (iface,
383 * @iface: iface on which FST Setup Request was received
384 * @peer_addr: Peer address on iface
387 * "other" iface)
390 * has peer_addr on iface. It searches for another connection of the same peer
395 fst_group_get_peer_other_connection(struct fst_iface *iface,
402 fst_iface_get_name(iface), MAC2STR(peer_addr), band_id);
406 * 1. Use peer's MB IE on iface to extract peer's MAC address on
409 * (iface, peer_addr) tuple
412 other_iface = fst_group_get_peer_other_connection_1(iface, peer_addr,
422 other_iface = fst_group_get_peer_other_connection_2(iface, peer_addr,