Lines Matching refs:plid
79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0;
213 u8 *da, u16 llid, u16 plid, u16 reason)
298 if (plid) {
320 put_unaligned_le16(plid, pos);
398 sta->mesh->plid, sta->mesh->reason);
723 sta->mesh->llid, sta->mesh->plid, reason);
978 sta->mesh->llid, sta->mesh->plid,
986 sta->mesh->plid, 0);
1001 * @plid: peer's local link ID
1011 u16 llid, u16 plid)
1054 (sta->mesh->plid && sta->mesh->plid != plid))
1064 (sta->mesh->plid && sta->mesh->plid != plid))
1071 /* Do not check for llid or plid. This does not
1081 else if (sta->mesh->plid != plid)
1109 u16 plid, llid = 0;
1140 /* Note the lines below are correct, the llid in the frame is the plid
1143 plid = get_unaligned_le16(PLINK_GET_LLID(elems->peering));
1161 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);
1171 sta->mesh->plid = plid;
1174 mgmt->sa, 0, plid,
1183 /* 802.11-2012 13.3.7.2 - update plid on CNF if not set */
1184 if (!sta->mesh->plid)
1185 sta->mesh->plid = plid;