Lines Matching defs:plid
79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0;
214 u8 *da, u16 llid, u16 plid, u16 reason)
304 if (plid) {
326 put_unaligned_le16(plid, pos);
406 sta->mesh->plid, sta->mesh->reason);
737 sta->mesh->llid, sta->mesh->plid, reason);
992 sta->mesh->llid, sta->mesh->plid,
1000 sta->mesh->plid, 0);
1015 * @plid: peer's local link ID
1025 u16 llid, u16 plid)
1068 (sta->mesh->plid && sta->mesh->plid != plid))
1078 (sta->mesh->plid && sta->mesh->plid != plid))
1085 /* Do not check for llid or plid. This does not
1095 else if (sta->mesh->plid != plid)
1123 u16 plid, llid = 0;
1154 /* Note the lines below are correct, the llid in the frame is the plid
1157 plid = get_unaligned_le16(PLINK_GET_LLID(elems->peering));
1175 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);
1185 sta->mesh->plid = plid;
1188 mgmt->sa, 0, plid,
1197 /* 802.11-2012 13.3.7.2 - update plid on CNF if not set */
1198 if (!sta->mesh->plid)
1199 sta->mesh->plid = plid;