Searched refs:cur_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 | 328 * This function iterates all connection (other_iface, cur_peer_addr tuples). 329 * For each connection, MB IE (of cur_peer_addr on other_iface) is parsed and 340 const u8 *cur_peer_addr, *this_peer_addr; in fst_group_get_peer_other_connection_2() local 349 cur_peer_addr = fst_iface_get_peer_first(other_iface, &ctx, in fst_group_get_peer_other_connection_2() 351 for (; cur_peer_addr; in fst_group_get_peer_other_connection_2() 352 cur_peer_addr = fst_iface_get_peer_next(other_iface, &ctx, in fst_group_get_peer_other_connection_2() 355 cur_peer_addr); in fst_group_get_peer_other_connection_2() 364 os_memcpy(other_peer_addr, cur_peer_addr, in fst_group_get_peer_other_connection_2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_group.c | 328 * This function iterates all connection (other_iface, cur_peer_addr tuples). 329 * For each connection, MB IE (of cur_peer_addr on other_iface) is parsed and 340 const u8 *cur_peer_addr, *this_peer_addr; in fst_group_get_peer_other_connection_2() local 349 cur_peer_addr = fst_iface_get_peer_first(other_iface, &ctx, in fst_group_get_peer_other_connection_2() 351 for (; cur_peer_addr; in fst_group_get_peer_other_connection_2() 352 cur_peer_addr = fst_iface_get_peer_next(other_iface, &ctx, in fst_group_get_peer_other_connection_2() 355 cur_peer_addr); in fst_group_get_peer_other_connection_2() 364 os_memcpy(other_peer_addr, cur_peer_addr, in fst_group_get_peer_other_connection_2()
|
Completed in 3 milliseconds