Wait for both peers to be connected before checking MESH_LINK_PROBE
behavior. Without this, it was possible for a MESH_LINK_PROBE command to
be issues before the specific peer had been added and that would result
in the nl80211 command failing.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
check_mesh_group_added(dev[i])
for i in range(3):
check_mesh_peer_connected(dev[i])
+ check_mesh_peer_connected(dev[i])
res = dev[0].request("MESH_LINK_PROBE " + addr1)
if "FAIL" in res: