NONOSDK precompiled library with patched ieee80211_freedom_output function
(from NONOSDK22x_190703)
- Minimum/Maximum buffer size (24/1400)
- Frame control restriction (was allowed to send only management frames with beacon or probe subtypes and no flags)
- Replace original libnet80211.a in ~/.arduinoXX/packages/esp8266/hardware/esp8266/X.X.X/tools/sdk/lib/NONOSDKXXX_XXXXXX
- Place ieee80211.h in ~/.arduinoXX/packages/esp8266/hardware/esp8266/X.X.X/tools/sdk/include
- Include ieee80211.h in .ino project
- Pass wifi_get_broadcast_if() result as interface parameter
ORIGINAL
PATCHED