Lines Matching refs:llid
79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0;
214 u8 *da, u16 llid, u16 plid, u16 reason)
323 put_unaligned_le16(llid, pos);
405 sta->sta.addr, sta->mesh->llid,
737 sta->mesh->llid, sta->mesh->plid, reason);
747 u16 llid)
758 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) {
770 u16 llid;
773 get_random_bytes(&llid, sizeof(llid));
774 } while (llid_in_use(sdata, llid));
776 return llid;
788 sta->mesh->llid = mesh_get_new_llid(sdata);
805 sta->sta.addr, sta->mesh->llid, 0, 0);
881 sta->mesh->llid = mesh_get_new_llid(sdata);
992 sta->mesh->llid, sta->mesh->plid,
999 sta->sta.addr, sta->mesh->llid,
1014 * @llid: peer's peer link ID
1025 u16 llid, u16 plid)
1077 sta->mesh->llid != llid ||
1085 /* Do not check for llid or plid. This does not
1097 else if (ie_len == 8 && sta->mesh->llid != llid)
1123 u16 plid, llid = 0;
1154 /* Note the lines below are correct, the llid in the frame is the plid
1160 llid = get_unaligned_le16(PLINK_GET_PLID(elems->peering));
1175 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);