Searched refs:peer_lid (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c196 sta->peer_lid = 0;
345 wpabuf_put_le16(buf, sta->peer_lid);
414 MACSTR " (my_lid=0x%x peer_lid=0x%x)",
415 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid);
1320 } else if (sta->peer_lid && sta->peer_lid != plid) {
1322 "MPM: peer_lid mismatch: 0x%x != 0x%x",
1323 sta->peer_lid, plid);
1326 sta->peer_lid = plid;
1338 (sta->peer_lid
[all...]
H A Dmesh_rsn.c482 if (sta->my_lid < sta->peer_lid) {
485 WPA_PUT_LE16(ptr, sta->peer_lid);
488 WPA_PUT_LE16(ptr, sta->peer_lid);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dsta_info.h82 u16 peer_lid; member in struct:sta_info

Completed in 46 milliseconds