Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDmesh_mpm.c176 if (sta->my_lid == llid) in llid_in_use()
195 sta->my_lid = llid; in mesh_mpm_init_link()
343 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
415 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
679 if (!sta->my_lid) in mesh_mpm_auth_peer()
728 if (!sta->my_lid) in mesh_mpm_add_peer()
1233 if (!sta->my_lid) in mesh_mpm_action_rx()
1337 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1341 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1367 } else if (peer_mgmt_ie.plid && sta->my_lid != llid) { in mesh_mpm_action_rx()
[all …]
HDmesh_rsn.c482 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
483 WPA_PUT_LE16(ptr, sta->my_lid); in mesh_rsn_derive_mtk()
490 WPA_PUT_LE16(ptr, sta->my_lid); in mesh_rsn_derive_mtk()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDsta_info.h83 u16 my_lid; member