Home
last modified time | relevance | path

Searched refs:MAC_NULL (Results 1 – 5 of 5) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
DwhalWep.c110 if ( MAC_NULL(&pKey->macAddress) ) in whalWep_KeyAdd()
140 if ( MAC_NULL(&pKey->macAddress) ) in whalWep_KeyRemove()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h229 #define MAC_NULL(mac) MAC_EQUAL (mac, "\x0\x0\x0\x0\x0\x0") macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.h74 #define MAC_NULL(pMac) \ macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
Dselect.c705 if MAC_NULL((&(pSite->bssid))) in bssidMatchingLevel()
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
DCmdInterpretWext.c438 if (MAC_NULL (wrqu->ap_addr.sa_data)) in cmdInterpret_convertAndExecute()