Searched defs:mac (Results 1 – 9 of 9) sorted by relevance
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | siteHash.c | 133 TMacAddr *mac) in findSiteEntry() 198 TMacAddr *mac, in findAndInsertSiteEntry()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
D | siteHash.c | 179 macAddress_t *mac) in findSiteEntry() 245 macAddress_t *mac, in findAndInsertSiteEntry()
|
/system/wlan/ti/wilink_6_1/utils/ |
D | tidef.h | 223 #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/ |
D | whalDefrag.c | 48 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/ |
D | whalHwMboxCmd.c | 50 #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/ |
D | cu_cmd.c | 516 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/ |
D | CmdBldCmdIE.c | 51 #define MAC_TO_VENDOR_PREAMBLE(mac) ((mac[0] << 16) | (mac[1] << 8) | mac[2]) argument
|
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/ |
D | driver_ti.c | 308 u8 mac[ETH_ALEN]; in wpa_driver_tista_get_mac_addr() local
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
D | cu_cmd.c | 407 static S32 CuCmd_Str2MACAddr(PS8 str, PU8 mac) in CuCmd_Str2MACAddr()
|