Searched refs:peer_lid (Results 1 – 3 of 3) sorted by relevance
195 sta->peer_lid = 0; in mesh_mpm_init_link()258 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()317 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()564 params.aid = sta->peer_lid; in mesh_mpm_add_peer()1000 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()1003 sta->peer_lid = plid; in mesh_mpm_action_rx()1014 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx()1017 if (!sta->peer_lid) in mesh_mpm_action_rx()1018 sta->peer_lid = plid; in mesh_mpm_action_rx()1034 else if (sta->peer_lid != plid) in mesh_mpm_action_rx()
384 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()386 max_lid = host_to_le16(sta->peer_lid); in mesh_rsn_derive_mtk()388 min_lid = host_to_le16(sta->peer_lid); in mesh_rsn_derive_mtk()
64 u16 peer_lid; member