Lines Matching refs:plid
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
308 put_unaligned_le16(plid, pos + 2); in mesh_plink_frame_tx()
331 if (plid) { in mesh_plink_frame_tx()
353 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
625 sta->llid, sta->plid, reason); in mesh_plink_timer()
878 sta->llid, sta->plid, sta->reason); in mesh_plink_fsm()
885 sta->plid, 0); in mesh_plink_fsm()
910 u16 llid, u16 plid) in mesh_plink_get_event() argument
955 (sta->plid && sta->plid != plid)) in mesh_plink_get_event()
965 (sta->plid && sta->plid != plid)) in mesh_plink_get_event()
982 else if (sta->plid != plid) in mesh_plink_get_event()
1009 u16 plid, llid = 0; in mesh_process_plink_frame() local
1043 plid = get_unaligned_le16(PLINK_GET_LLID(elems->peering)); in mesh_process_plink_frame()
1061 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid); in mesh_process_plink_frame()
1071 sta->plid = plid; in mesh_process_plink_frame()
1074 mgmt->sa, 0, plid, in mesh_process_plink_frame()
1083 if (!sta->plid && event == CNF_ACPT) in mesh_process_plink_frame()
1084 sta->plid = plid; in mesh_process_plink_frame()