Home
last modified time | relevance | path

Searched refs:ZeroBSSID (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vt6655/
Dbssdb.c124 unsigned char ZeroBSSID[WLAN_BSSID_LEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; in BSSpSearchBSSList() local
130 (memcmp(pbyDesireBSSID, ZeroBSSID, 6) != 0)) in BSSpSearchBSSList()
Diwctl.c639 unsigned char ZeroBSSID[WLAN_BSSID_LEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; in iwctl_siwap() local
657 (memcmp(pMgmt->abyDesireBSSID, ZeroBSSID, 6) == 0)) { in iwctl_siwap()