Lines Matching refs:llid
79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
213 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
317 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx()
397 sta->sta.addr, sta->mesh->llid, in mesh_plink_deactivate()
724 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
734 u16 llid) in llid_in_use() argument
745 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use()
757 u16 llid; in mesh_get_new_llid() local
760 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid()
761 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid()
763 return llid; in mesh_get_new_llid()
775 sta->mesh->llid = mesh_get_new_llid(sdata); in mesh_plink_open()
792 sta->sta.addr, sta->mesh->llid, 0, 0); in mesh_plink_open()
868 sta->mesh->llid = mesh_get_new_llid(sdata); in mesh_plink_fsm()
979 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
986 sta->sta.addr, sta->mesh->llid, in mesh_plink_fsm()
1012 u16 llid, u16 plid) in mesh_plink_get_event() argument
1064 sta->mesh->llid != llid || in mesh_plink_get_event()
1084 else if (ie_len == 8 && sta->mesh->llid != llid) in mesh_plink_get_event()
1110 u16 plid, llid = 0; in mesh_process_plink_frame() local
1147 llid = get_unaligned_le16(PLINK_GET_PLID(elems->peering)); in mesh_process_plink_frame()
1162 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid); in mesh_process_plink_frame()