Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_mpm.c196 sta->peer_lid = 0; in mesh_mpm_init_link()
345 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action()
1320 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx()
1323 sta->peer_lid, plid); in mesh_mpm_action_rx()
1326 sta->peer_lid = plid; in mesh_mpm_action_rx()
1338 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx()
1341 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1344 if (!sta->peer_lid) in mesh_mpm_action_rx()
1345 sta->peer_lid = plid; in mesh_mpm_action_rx()
1362 else if (sta->peer_lid != plid) { in mesh_mpm_action_rx()
[all …]
H A Dmesh_rsn.c482 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
485 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk()
488 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dsta_info.h82 u16 peer_lid; member