HomeSort by: relevance | last modified time | path
    Searched refs:peer_lid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_mpm.c 197 sta->peer_lid = 0;
355 wpabuf_put_le16(buf, sta->peer_lid);
439 MACSTR " (my_lid=0x%x peer_lid=0x%x)",
440 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid);
1359 } else if (sta->peer_lid && sta->peer_lid != plid) {
1361 "MPM: peer_lid mismatch: 0x%x != 0x%x",
1362 sta->peer_lid, plid);
1365 sta->peer_lid = plid;
1377 (sta->peer_lid && sta->peer_lid != plid))
    [all...]
mesh_rsn.c 500 if (sta->my_lid < sta->peer_lid) {
503 WPA_PUT_LE16(ptr, sta->peer_lid);
506 WPA_PUT_LE16(ptr, sta->peer_lid);
  /src/external/bsd/wpa/dist/src/ap/
sta_info.h 117 u16 peer_lid; member in struct:sta_info

Completed in 20 milliseconds