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, in fst_group_get_peer_other_connection_1() argument
293 /* Get peer's MB IEs on iface */ in fst_group_get_peer_other_connection_1()
294 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr); in fst_group_get_peer_other_connection_1()
309 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_1()
310 if (other_iface == iface || in fst_group_get_peer_other_connection_1()
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, in fst_group_get_peer_other_connection_2() argument
344 u8 this_band_id = fst_iface_get_band_id(iface); in fst_group_get_peer_other_connection_2()
350 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_2()
351 if (other_iface == iface || in fst_group_get_peer_other_connection_2()
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, in fst_group_get_peer_other_connection() argument
402 fst_iface_get_name(iface), MAC2STR(peer_addr), band_id); in fst_group_get_peer_other_connection()
406 * 1. Use peer's MB IE on iface to extract peer's MAC address on in fst_group_get_peer_other_connection()
409 * (iface, peer_addr) tuple in fst_group_get_peer_other_connection()
412 other_iface = fst_group_get_peer_other_connection_1(iface, peer_addr, in fst_group_get_peer_other_connection()
422 other_iface = fst_group_get_peer_other_connection_2(iface, peer_addr, in fst_group_get_peer_other_connection()