Lines Matching refs:llid
79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0;
213 u8 *da, u16 llid, u16 plid, u16 reason)
317 put_unaligned_le16(llid, pos);
397 sta->sta.addr, sta->mesh->llid,
723 sta->mesh->llid, sta->mesh->plid, reason);
733 u16 llid)
744 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) {
756 u16 llid;
759 get_random_bytes(&llid, sizeof(llid));
760 } while (llid_in_use(sdata, llid));
762 return llid;
774 sta->mesh->llid = mesh_get_new_llid(sdata);
791 sta->sta.addr, sta->mesh->llid, 0, 0);
867 sta->mesh->llid = mesh_get_new_llid(sdata);
978 sta->mesh->llid, sta->mesh->plid,
985 sta->sta.addr, sta->mesh->llid,
1000 * @llid: peer's peer link ID
1011 u16 llid, u16 plid)
1063 sta->mesh->llid != llid ||
1071 /* Do not check for llid or plid. This does not
1083 else if (ie_len == 8 && sta->mesh->llid != llid)
1109 u16 plid, llid = 0;
1140 /* Note the lines below are correct, the llid in the frame is the plid
1146 llid = get_unaligned_le16(PLINK_GET_PLID(elems->peering));
1161 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);