Lines Matching refs:ie_len
221 u8 *pos, ie_len = 4; in mesh_plink_frame_tx() local
245 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
294 ie_len += 2; in mesh_plink_frame_tx()
299 ie_len += 2; in mesh_plink_frame_tx()
302 ie_len += 2; /* reason code */ in mesh_plink_frame_tx()
309 if (WARN_ON(skb_tailroom(skb) < 2 + ie_len)) in mesh_plink_frame_tx()
312 pos = skb_put(skb, 2 + ie_len); in mesh_plink_frame_tx()
314 *pos++ = ie_len; in mesh_plink_frame_tx()
1014 u8 ie_len = elems->peering_len; in mesh_plink_get_event() local
1083 else if (ie_len == 8 && sta->mesh->llid != llid) in mesh_plink_get_event()
1108 u8 ie_len = elems->peering_len; in mesh_process_plink_frame() local
1125 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1126 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1127 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1128 && ie_len != 8)) { in mesh_process_plink_frame()
1131 ftype, ie_len); in mesh_process_plink_frame()
1145 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len == 8)) in mesh_process_plink_frame()