Lines Matching refs:ie_len
216 u8 *pos, ie_len = 4; in mesh_plink_frame_tx() local
234 sdata->u.mesh.ie_len); in mesh_plink_frame_tx()
277 ie_len += 2; in mesh_plink_frame_tx()
282 ie_len += 2; in mesh_plink_frame_tx()
285 ie_len += 2; /* reason code */ in mesh_plink_frame_tx()
292 if (WARN_ON(skb_tailroom(skb) < 2 + ie_len)) in mesh_plink_frame_tx()
295 pos = skb_put(skb, 2 + ie_len); in mesh_plink_frame_tx()
297 *pos++ = ie_len; in mesh_plink_frame_tx()
957 u8 ie_len = elems->peering_len; in mesh_plink_get_event() local
1028 else if (ie_len == 8 && sta->mesh->llid != llid) in mesh_plink_get_event()
1052 u8 ie_len = elems->peering_len; in mesh_process_plink_frame() local
1069 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1070 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1071 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1072 && ie_len != 8)) { in mesh_process_plink_frame()
1075 ftype, ie_len); in mesh_process_plink_frame()
1089 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len == 8)) in mesh_process_plink_frame()