Lines Matching refs:ie_len
268 u8 *pos, ie_len = 4; in mesh_plink_frame_tx() local
284 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
327 ie_len += 2; in mesh_plink_frame_tx()
332 ie_len += 2; in mesh_plink_frame_tx()
335 ie_len += 2; /* reason code */ in mesh_plink_frame_tx()
342 if (WARN_ON(skb_tailroom(skb) < 2 + ie_len)) in mesh_plink_frame_tx()
345 pos = skb_put(skb, 2 + ie_len); in mesh_plink_frame_tx()
347 *pos++ = ie_len; in mesh_plink_frame_tx()
913 u8 ie_len = elems->peering_len; in mesh_plink_get_event() local
984 else if (ie_len == 8 && sta->llid != llid) in mesh_plink_get_event()
1008 u8 ie_len = elems->peering_len; in mesh_process_plink_frame() local
1025 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1026 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1027 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1028 && ie_len != 8)) { in mesh_process_plink_frame()
1031 ftype, ie_len); in mesh_process_plink_frame()
1045 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len == 8)) in mesh_process_plink_frame()