Lines Matching refs:plid
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
298 if (plid) { in mesh_plink_frame_tx()
320 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
398 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate()
723 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
978 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
986 sta->mesh->plid, 0); in mesh_plink_fsm()
1011 u16 llid, u16 plid) in mesh_plink_get_event() argument
1054 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
1064 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
1081 else if (sta->mesh->plid != plid) in mesh_plink_get_event()
1109 u16 plid, llid = 0; in mesh_process_plink_frame() local
1143 plid = get_unaligned_le16(PLINK_GET_LLID(elems->peering)); in mesh_process_plink_frame()
1161 event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid); in mesh_process_plink_frame()
1171 sta->mesh->plid = plid; in mesh_process_plink_frame()
1174 mgmt->sa, 0, plid, in mesh_process_plink_frame()
1184 if (!sta->mesh->plid) in mesh_process_plink_frame()
1185 sta->mesh->plid = plid; in mesh_process_plink_frame()