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()
341 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
411 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
678 if (!sta->my_lid) in mesh_mpm_auth_peer()
726 if (!sta->my_lid) in mesh_mpm_add_peer()
1232 if (!sta->my_lid) in mesh_mpm_action_rx()
1336 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1340 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx()
1366 } 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.h123 u16 my_lid; member