Searched refs:peer_lid (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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 …]
|
H A 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()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.h | 117 u16 peer_lid; member
|