HomeSort by relevance Sort by last modified time
    Searched refs:pMac (Results 1 - 6 of 6) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 66 #define MAC_BROADCAST(pMac) \
67 ((pMac)->addr[0] == 0xFF && \
68 (pMac)->addr[1] == 0xFF && \
69 (pMac)->addr[2] == 0xFF && \
70 (pMac)->addr[3] == 0xFF && \
71 (pMac)->addr[4] == 0xFF && \
72 (pMac)->addr[5] == 0xFF)
73 #define MAC_MULTICAST(pMac) ((pMac)->addr[0] & 0x01)
74 #define MAC_NULL(pMac) \
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
srcApi.h 55 macAddress_t *pMac);
59 macAddress_t *pMac);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.c 140 OUTPUT: pMac- MAC address of the device as read from the chip
148 macAddress_t *pMac)
179 OUTPUT: pMac- MAC address of the device as read from the chip
225 OUTPUT: pMac- MAC address of the device as read from the chip
234 UINT8 *pMac;
248 pMac = (UINT8 *)chipVer.macAddress.addr;
263 pMac[0], pMac[1], pMac[2], pMac[3], pMac[4], pMac[5]))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c     [all...]

Completed in 115 milliseconds