/
Removing an Address from the Multicast Address Filter of a Network Device (Wireless)
Removing an Address from the Multicast Address Filter of a Network Device (Wireless)
NetDev_AddrMulticastRemove()
is used to remove an (IP-to-Ethernet) multicast hardware address from a device.
You should follow the same steps described in Removing an Address from the Multicast Address Filter of a Network Device should be followed, except that the device’s registers must be accessed through SPI.
If the wireless device return the result through a response,
NetDev_AddrMulticastAdd()
should calls the device’s Wireless Manager function pointer, NetWiFiMgr_Mgmt()
, to complete the operation.