Searched refs:tmp_peer_addr (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_group.c | 275 * on band_id (tmp_peer_addr). Next all interfaces are iterated to find an 277 * database is iterated to see if tmp_peer_addr is connected over it. 286 const u8 *tmp_peer_addr; in fst_group_get_peer_other_connection_1() local 294 tmp_peer_addr = fst_mbie_get_peer_addr_for_band(mbies, band_id); in fst_group_get_peer_other_connection_1() 295 if (!tmp_peer_addr) { in fst_group_get_peer_other_connection_1() 302 MAC2STR(tmp_peer_addr)); in fst_group_get_peer_other_connection_1() 308 if (fst_iface_is_connected(other_iface, tmp_peer_addr, FALSE)) { in fst_group_get_peer_other_connection_1() 309 os_memcpy(other_peer_addr, tmp_peer_addr, ETH_ALEN); in fst_group_get_peer_other_connection_1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_group.c | 275 * on band_id (tmp_peer_addr). Next all interfaces are iterated to find an 277 * database is iterated to see if tmp_peer_addr is connected over it. 286 const u8 *tmp_peer_addr; in fst_group_get_peer_other_connection_1() local 294 tmp_peer_addr = fst_mbie_get_peer_addr_for_band(mbies, band_id); in fst_group_get_peer_other_connection_1() 295 if (!tmp_peer_addr) { in fst_group_get_peer_other_connection_1() 302 MAC2STR_SEC(tmp_peer_addr)); in fst_group_get_peer_other_connection_1() 308 if (fst_iface_is_connected(other_iface, tmp_peer_addr, false)) { in fst_group_get_peer_other_connection_1() 309 os_memcpy(other_peer_addr, tmp_peer_addr, ETH_ALEN); in fst_group_get_peer_other_connection_1()
|
Completed in 2 milliseconds