Home
last modified time | relevance | path

Searched refs:peer_lid (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Dmesh_mpm.c197 sta->peer_lid = 0; in mesh_mpm_init_link()
355 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()
440 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
1359 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()
1362 sta->peer_lid, plid); in mesh_mpm_action_rx()
1365 sta->peer_lid = plid; in mesh_mpm_action_rx()
1377 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx()
1380 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1383 if (!sta->peer_lid) in mesh_mpm_action_rx()
1384 sta->peer_lid = plid; in mesh_mpm_action_rx()
[all …]
Dmesh_rsn.c500 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
503 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk()
506 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk()
/hostap-latest/tests/hwsim/
Dtest_wpas_mesh.py2340 peer_lid = binascii.hexlify(payload[-6:-4]).decode()
2355 mpm = "7504" + my_lid + peer_lid
2388 peer_lid = binascii.hexlify(payload[51:53]).decode()
2396 mpm = "75080000" + peer_lid + my_lid + "3700"
2425 peer_lid = "0000"
2433 mpm = "75080000" + peer_lid + my_lid + "3700"
/hostap-latest/src/ap/
Dsta_info.h117 u16 peer_lid; member