Searched refs:peer_lid (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_mpm.c | 196 sta->peer_lid = 0; in mesh_mpm_init_link() 345 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action() 414 MACSTR " (my_lid=0x%x peer_lid=0x%x)", in mesh_mpm_send_plink_action() 415 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action() 1320 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx() 1322 "MPM: peer_lid mismatch: 0x%x != 0x%x", in mesh_mpm_action_rx() 1323 sta->peer_lid, plid); in mesh_mpm_action_rx() 1326 sta->peer_lid = plid; in mesh_mpm_action_rx() 1338 (sta->peer_lid in mesh_mpm_action_rx() [all...] |
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_mpm.c | 196 sta->peer_lid = 0; in mesh_mpm_init_link() 347 wpabuf_put_le16(buf, sta->peer_lid); in mesh_mpm_send_plink_action() 417 MACSTR " (my_lid=0x%x peer_lid=0x%x)", in mesh_mpm_send_plink_action() 418 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid); in mesh_mpm_send_plink_action() 1350 } else if (sta->peer_lid && sta->peer_lid != plid) { in mesh_mpm_action_rx() 1352 "MPM: peer_lid mismatch: 0x%x != 0x%x", in mesh_mpm_action_rx() 1353 sta->peer_lid, plid); in mesh_mpm_action_rx() 1356 sta->peer_lid = plid; in mesh_mpm_action_rx() 1368 (sta->peer_lid in mesh_mpm_action_rx() [all...] |
H A D | mesh_rsn.c | 494 if (sta->my_lid < sta->peer_lid) { in mesh_rsn_derive_mtk() 497 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk() 500 WPA_PUT_LE16(ptr, sta->peer_lid); in mesh_rsn_derive_mtk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 123 u16 peer_lid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 82 u16 peer_lid; member
|
Completed in 9 milliseconds