Searched refs:peer_lid (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 197 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 …]
|
D | mesh_rsn.c | 500 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/ |
D | test_wpas_mesh.py | 2340 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/ |
D | sta_info.h | 117 u16 peer_lid; member
|