Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 9 of 9) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DsiteHash.c133 TMacAddr *mac) in findSiteEntry()
198 TMacAddr *mac, in findAndInsertSiteEntry()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
DsiteHash.c179 macAddress_t *mac) in findSiteEntry()
245 macAddress_t *mac, in findAndInsertSiteEntry()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h223 #define MAC_BROADCAST(mac) MAC_EQUAL (mac, "\xff\xff\xff\xff\xff\xff") argument
229 #define MAC_NULL(mac) MAC_EQUAL (mac, "\x0\x0\x0\x0\x0\x0") argument
235 #define MAC_MULTICAST(mac) ((mac)[0] & 0x01) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
DwhalDefrag.c48 static int findAndInsertEndpointIndex (TI_HANDLE hWhalDefrag, UINT8* mac, UINT8* idx) in findAndInsertEndpointIndex()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
DwhalHwMboxCmd.c50 #define MAC_TO_VENDOR_PREAMBLE(mac) ((mac[0] << 16) | (mac[1] << 8) | mac[2]) argument
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.c516 U8* str2MACAddr(char *str, U8 *mac) in str2MACAddr()
540 static char * print_mac_2_str(OS_802_11_MAC_ADDRESS mac) in print_mac_2_str()
551 static void hexStr2MACAddr( char *hexStr, macAddress_t* mac ) in hexStr2MACAddr()
582 static void mac2HexStr( macAddress_t* mac, char* hexStr ) in mac2HexStr()
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
DCmdBldCmdIE.c51 #define MAC_TO_VENDOR_PREAMBLE(mac) ((mac[0] << 16) | (mac[1] << 8) | mac[2]) argument
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
Ddriver_ti.c308 u8 mac[ETH_ALEN]; in wpa_driver_tista_get_mac_addr() local
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dcu_cmd.c407 static S32 CuCmd_Str2MACAddr(PS8 str, PU8 mac) in CuCmd_Str2MACAddr()