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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 195 sta->peer_lid = 0;
258 wpabuf_put_le16(buf, sta->peer_lid);
317 wpabuf_put_le16(buf, sta->peer_lid);
564 params.aid = sta->peer_lid;
1000 } else if (sta->peer_lid && sta->peer_lid != plid) {
1003 sta->peer_lid = plid;
1014 (sta->peer_lid && sta->peer_lid != plid)) {
1017 if (!sta->peer_lid)
    [all...]
mesh_rsn.c 384 if (sta->my_lid < sta->peer_lid) {
386 max_lid = host_to_le16(sta->peer_lid);
388 min_lid = host_to_le16(sta->peer_lid);
  /external/wpa_supplicant_8/src/ap/
sta_info.h 64 u16 peer_lid; member in struct:sta_info

Completed in 832 milliseconds