Home
last modified time | relevance | path

Searched refs:my_lid (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c175 if (sta->my_lid == llid) in llid_in_use()
194 sta->my_lid = llid; in mesh_mpm_init_link()
321 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
522 if (!sta->my_lid) in mesh_mpm_auth_peer()
982 if (!sta->my_lid) in mesh_mpm_action_rx()
1019 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1042 else if (peer_mgmt_ie.plid && sta->my_lid != llid) in mesh_mpm_action_rx()
HDmesh_rsn.c368 size_t lid_len = sizeof(sta->my_lid); in mesh_rsn_derive_mtk()
386 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
387 min_lid = host_to_le16(sta->my_lid); in mesh_rsn_derive_mtk()
391 max_lid = host_to_le16(sta->my_lid); in mesh_rsn_derive_mtk()
/NextBSD/contrib/wpa/src/ap/
HDsta_info.h65 u16 my_lid; member