Searched defs:pbyDesireBSSID (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vt6655/
H A Dbssdb.c113 unsigned char *pbyDesireBSSID,
127 if (pbyDesireBSSID != NULL) {
128 pr_debug("BSSpSearchBSSList BSSID[%pM]\n", pbyDesireBSSID);
129 if ((!is_broadcast_ether_addr(pbyDesireBSSID)) &&
130 (memcmp(pbyDesireBSSID, ZeroBSSID, 6) != 0))
131 pbyBSSID = pbyDesireBSSID;
111 BSSpSearchBSSList( void *hDeviceContext, unsigned char *pbyDesireBSSID, unsigned char *pbyDesireSSID, CARD_PHY_TYPE ePhyType ) argument

Completed in 35 milliseconds