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.c177 if (sta->my_lid == llid) in llid_in_use()
196 sta->my_lid = llid; in mesh_mpm_init_link()
326 wpabuf_put_le16(buf, sta->my_lid); in mesh_mpm_send_plink_action()
367 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action()
630 if (!sta->my_lid) in mesh_mpm_auth_peer()
668 if (!sta->my_lid) in mesh_mpm_add_peer()
1114 if (!sta->my_lid) in mesh_mpm_action_rx()
1152 } else if (sta->my_lid != llid || in mesh_mpm_action_rx()
1175 else if (peer_mgmt_ie.plid && sta->my_lid != llid) in mesh_mpm_action_rx()
Dmesh_rsn.c386 size_t lid_len = sizeof(sta->my_lid); in mesh_rsn_derive_mtk()
404 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk()
405 min_lid = host_to_le16(sta->my_lid); in mesh_rsn_derive_mtk()
409 max_lid = host_to_le16(sta->my_lid); in mesh_rsn_derive_mtk()
/external/wpa_supplicant_8/src/ap/
Dsta_info.h81 u16 my_lid; member