esp-open-rtos/open_esplibs/libnet80211
Our Air Quality 0a07fe11e5 softap: allow output of multicast frames.
Multicast frames were being dropped by ieee80211_output_pbuf. It appears to look
up the destination address using cnx_node_search which only has an entry for the
broadcast address (all ones). This patch modifies cnx_node_search to return the
broadcast cnx_node for the multicast addresses too.

This is needed to support services such as mDNS on the softap interface.
2017-12-12 12:03:19 +11:00
..
ieee80211_ets.c open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
ieee80211_hostap.c LwIP v2 support 2017-08-30 13:51:32 +10:00
ieee80211_input.c LwIP v2 support 2017-08-30 13:51:32 +10:00
ieee80211_sta.c LwIP v2 support 2017-08-30 13:51:32 +10:00
wl_cnx.c softap: allow output of multicast frames. 2017-12-12 12:03:19 +11:00