HomeSort by relevance Sort by last modified time
    Searched refs:my_lid (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 174 if (sta->my_lid == llid)
193 sta->my_lid = llid;
325 wpabuf_put_le16(buf, sta->my_lid);
365 MACSTR " (my_lid=0x%x peer_lid=0x%x)",
366 type, MAC2STR(sta->addr), sta->my_lid, sta->peer_lid);
630 if (!sta->my_lid)
679 if (!sta->my_lid)
1169 if (!sta->my_lid)
1223 } else if (sta->my_lid != llid ||
1226 "MPM: lid mismatch: my_lid: 0x%x != 0x%x or peer_lid: 0x%x != 0x%x"
    [all...]
mesh_rsn.c 463 if (sta->my_lid < sta->peer_lid) {
464 WPA_PUT_LE16(ptr, sta->my_lid);
471 WPA_PUT_LE16(ptr, sta->my_lid);
  /external/wpa_supplicant_8/src/ap/
sta_info.h 83 u16 my_lid; member in struct:sta_info

Completed in 103 milliseconds