Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c176 if (sta->my_lid == llid) in llid_in_use()
195 sta->my_lid = llid; in mesh_mpm_init_link()
333 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
390 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
654 if (!sta->my_lid) in mesh_mpm_auth_peer()
703 if (!sta->my_lid) in mesh_mpm_add_peer()
1201 if (!sta->my_lid) in mesh_mpm_action_rx()
1305 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1309 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1335 } else if (peer_mgmt_ie.plid && sta->my_lid != llid) { in mesh_mpm_action_rx()
[all …]
Dmesh_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()
/external/wpa_supplicant_8/src/ap/
Dsta_info.h82 u16 my_lid; member