Searched refs:ZeroBSSID (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/vt6655/ |
D | bssdb.c | 124 unsigned char ZeroBSSID[WLAN_BSSID_LEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; in BSSpSearchBSSList() local 130 (memcmp(pbyDesireBSSID, ZeroBSSID, 6) != 0)) in BSSpSearchBSSList()
|
D | iwctl.c | 639 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()
|