Lines Matching refs:llid
58 u8 *da, u16 llid, u16 plid, u16 reason);
80 sta->llid = sta->plid = sta->reason = 0; in mesh_plink_fsm_restart()
251 sta->sta.addr, sta->llid, sta->plid, in mesh_plink_deactivate()
260 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
350 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx()
625 sta->llid, sta->plid, reason); in mesh_plink_timer()
638 u16 llid) in llid_in_use() argument
646 if (!memcmp(&sta->llid, &llid, sizeof(llid))) { in llid_in_use()
658 u16 llid; in mesh_get_new_llid() local
661 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid()
663 llid = (llid % IEEE80211_MAX_AID) + 1; in mesh_get_new_llid()
664 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid()
666 return llid; in mesh_get_new_llid()
678 sta->llid = mesh_get_new_llid(sdata); in mesh_plink_open()
695 sta->sta.addr, sta->llid, 0, 0); in mesh_plink_open()
770 sta->llid = mesh_get_new_llid(sdata); in mesh_plink_fsm()
878 sta->llid, sta->plid, sta->reason); in mesh_plink_fsm()
884 sta->sta.addr, sta->llid, in mesh_plink_fsm()
910 u16 llid, u16 plid) in mesh_plink_get_event() argument
964 sta->llid != llid || in mesh_plink_get_event()
984 else if (ie_len == 8 && sta->llid != llid) in mesh_plink_get_event()
1009 u16 plid, llid = 0; in mesh_process_plink_frame() local
1046 llid = get_unaligned_le16(PLINK_GET_PLID(elems->peering)); in mesh_process_plink_frame()
1061 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid); in mesh_process_plink_frame()