Searched refs:peer_lid (Results 1 – 3 of 3) sorted by relevance
197 sta->peer_lid = 0; in mesh_mpm_init_link()328 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()367 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()1139 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()1142 sta->peer_lid = plid; in mesh_mpm_action_rx()1153 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx()1156 if (!sta->peer_lid) in mesh_mpm_action_rx()1157 sta->peer_lid = plid; in mesh_mpm_action_rx()1173 else if (sta->peer_lid != plid) in mesh_mpm_action_rx()
404 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()406 max_lid = host_to_le16(sta->peer_lid); in mesh_rsn_derive_mtk()408 min_lid = host_to_le16(sta->peer_lid); in mesh_rsn_derive_mtk()
80 u16 peer_lid; member