Home
last modified time | relevance | path

Searched refs:this_peer_addr (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_group.c330 * MAC address on iface's band_id is extracted (this_peer_addr).
331 * this_peer_addr is then compared to peer_addr. A match indicates we have
340 const u8 *cur_peer_addr, *this_peer_addr; in fst_group_get_peer_other_connection_2() local
358 this_peer_addr = fst_mbie_get_peer_addr_for_band( in fst_group_get_peer_other_connection_2()
360 if (!this_peer_addr) in fst_group_get_peer_other_connection_2()
362 if (os_memcmp(this_peer_addr, peer_addr, ETH_ALEN) == in fst_group_get_peer_other_connection_2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_group.c330 * MAC address on iface's band_id is extracted (this_peer_addr).
331 * this_peer_addr is then compared to peer_addr. A match indicates we have
340 const u8 *cur_peer_addr, *this_peer_addr; in fst_group_get_peer_other_connection_2() local
358 this_peer_addr = fst_mbie_get_peer_addr_for_band( in fst_group_get_peer_other_connection_2()
360 if (!this_peer_addr) in fst_group_get_peer_other_connection_2()
362 if (os_memcmp(this_peer_addr, peer_addr, ETH_ALEN) == in fst_group_get_peer_other_connection_2()

Completed in 2 milliseconds