Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c177 if (sta->my_lid == llid) in llid_in_use()
196 sta->my_lid = llid; in mesh_mpm_init_link()
353 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
440 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
712 if (!sta->my_lid) in mesh_mpm_auth_peer()
760 if (!sta->my_lid) in mesh_mpm_add_peer()
1272 if (!sta->my_lid) in mesh_mpm_action_rx()
1376 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1380 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1406 } else if (peer_mgmt_ie.plid && sta->my_lid != llid) { in mesh_mpm_action_rx()
[all …]
H A Dmesh_rsn.c500 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
501 WPA_PUT_LE16(ptr, sta->my_lid); in mesh_rsn_derive_mtk()
508 WPA_PUT_LE16(ptr, sta->my_lid); in mesh_rsn_derive_mtk()
/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h118 u16 my_lid; member