Searched refs:peer_lid (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 196 sta->peer_lid = 0; in mesh_mpm_init_link() 343 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action() 411 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action() 1319 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx() 1322 sta->peer_lid, plid); in mesh_mpm_action_rx() 1325 sta->peer_lid = plid; in mesh_mpm_action_rx() 1337 (sta->peer_lid && sta->peer_lid != plid)) { in mesh_mpm_action_rx() 1340 sta->my_lid, llid, sta->peer_lid, plid); in mesh_mpm_action_rx() 1343 if (!sta->peer_lid) in mesh_mpm_action_rx() 1344 sta->peer_lid = plid; in mesh_mpm_action_rx() [all …]
|
D | mesh_rsn.c | 482 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()
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 122 u16 peer_lid; member
|