Home
last modified time | relevance | path

Searched refs:IS_MAC_ZERO (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h73 #define IS_MAC_ZERO(mac) (!(mac[0] | mac[1] | mac[2] | mac[3] | mac[4] | mac[5])) macro
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c2470 if (IS_MAC_ZERO(peer.peer_mac_address)) { in sl_wifi_update_transceiver_peer_list()
2504 if (IS_MAC_ZERO(mcast.mac[i])) { in sl_wifi_set_transceiver_multicast_filter()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c2304 if (IS_MAC_ZERO(control->addr1)) { in encapsulate_tx_data_packet()