HomeSort by relevance Sort by last modified time
    Searched defs:MAC_MULTICAST (Results 1 - 3 of 3) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 73 #define MAC_MULTICAST(pMac) ((pMac)->addr[0] & 0x01)
  /hardware/ti/wlan/wl1271/utils/
tidef.h 226 * \def MAC_MULTICAST
230 #define MAC_MULTICAST(mac) ((mac)[0] & 0x01)
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 231 * \def MAC_MULTICAST
235 #define MAC_MULTICAST(mac) ((mac)[0] & 0x01)

Completed in 25 milliseconds