<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>As I wrote in this OpenWrt forum topic: <a href="https://forum.openwrt.org/t/what-is-the-purpose-of-200-reduce-size-patch-in-iw-4-14/22267/4">https://forum.openwrt.org/t/what-is-the-purpose-of-200-reduce-size-patch-in-iw-4-14/22267/4</a>, I found out that the 'ocb' commands ('iw dev <interface> ocb join <freq> 10MHz' and 'iw dev <interface> ocb leave), in iw, have been disabled starting from the new OpenWrt version (18.06).<br></div><div>The patch '200-reduce_size.patch' is in fact modifying the Makefile for iw-4.14, removing the ocb module from build with the newly introduced lines (probably to save space for low memory devices):</div><div><br></div><div>OBJS_DISABLED = ocb offch cqm wowlan coalesce roc p2p ap<br>OBJS:=$(filter-out $(patsubst %,%.o,$(OBJS_DISABLED)),$(OBJS))</div><div><br></div><div>I just wanted to suggest the inclusion of an 'iw-full' package for people who need OCB (Outside Context of a BSS) and the other disabled functionalities.</div><div><br></div><div>Thanks.<br></div></div></div></div></div>