HomeSort by: relevance | last modified time | path
    Searched refs:BSSID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_atureg.h 292 uByte BSSID[ETHER_ADDR_LEN];
312 uByte bssid[ETHER_ADDR_LEN]; member in struct:atu_cmd_join
327 uByte BSSID[ETHER_ADDR_LEN];
if_atu.c 482 memset(Request.BSSID, 0x00, sizeof(Request.BSSID));
509 /* Get the current BSSID */
512 DPRINTF(("%s: could not get BSSID!\n",
517 DPRINTF(("%s: started a new IBSS (BSSID=%s)\n",
537 /* use the broadcast BSSID (in active scan) */
539 Scan.BSSID[Cnt] = 0xff;
795 memcpy(join.bssid, node->ni_bssid, IEEE80211_ADDR_LEN);
808 DPRINTFN(10, ("%s: trying to join BSSID=%s\n",
809 device_xname(sc->atu_dev), ether_sprintf(join.bssid)));
    [all...]

Completed in 84 milliseconds