HomeSort by relevance Sort by last modified time
    Searched refs:BSSID (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/wifi/java/android/net/wifi/
StateChangeResult.java 26 StateChangeResult(int networkId, String SSID, String BSSID, SupplicantState state) {
29 this.BSSID = BSSID;
35 String BSSID;
ScanResult.java 32 public String BSSID;
56 public ScanResult(String SSID, String BSSID, String caps, int level, int frequency) {
58 this.BSSID = BSSID;
72 append(", BSSID: ").
73 append(BSSID == null ? none : BSSID).
92 dest.writeString(BSSID);
WpsInfo.java 46 public String BSSID;
53 BSSID = null;
61 sbuf.append(" BSSID: ").append(BSSID);
77 BSSID = source.BSSID;
85 dest.writeString(BSSID);
95 config.BSSID = in.readString();
WifiMonitor.java 97 * <code>xx:xx:xx:xx:xx:xx</code> is the BSSID of the associated access point
196 bssid=fa:7b:7a:42:82:13 unknown-network */
645 String BSSID = null;
654 if (nameValue[0].equals("BSSID")) {
655 BSSID = nameValue[1];
685 notifySupplicantStateChange(networkId, SSID, BSSID, newSupplicantState);
690 String BSSID = null;
695 if (false) Log.d(TAG, "Could not find BSSID in CONNECTED event string");
697 BSSID = match.group(1);
705 notifyNetworkStateChange(newState, BSSID, networkId)
    [all...]
WifiConfiguration.java 68 public static final String bssidVarName = "bssid";
290 * associating with the AP having the specified BSSID. The value is
294 public String BSSID;
405 BSSID = null;
434 append(" BSSID: ").append(this.BSSID).append(" PRIO: ").append(this.priority).
523 BSSID = scannedAP.BSSID;
572 BSSID = source.BSSID;
    [all...]
WifiInfo.java 125 void setBSSID(String BSSID) {
126 mBSSID = BSSID;
130 * Return the basic service set identifier (BSSID) of the current access point.
131 * The BSSID may be {@code null} if there is no network currently connected.
132 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
283 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
WifiConfigStore.java 445 if (mWifiNative.startWpsRegistrar(config.BSSID, config.pin)) {
463 result.pin = mWifiNative.startWpsPinDisplay(config.BSSID);
482 if (mWifiNative.startWpsPbc(config.BSSID)) {
631 // network-id | ssid | bssid | flags
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 90 TMacAddr BSSID; /**< BSSID of this entry */
144 TMacAddr BSSID; /**< The BSSID (MAC address) of this Neighbor AP */
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[4], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[5], pRoamingMngr->pListOfAPs->BSSList[index].RSSI, pRoamingMngr->roamingMngrConfig.apQualityThreshold);
371 if (apConn_isSiteBanned(pRoamingMngr->hAPConnection, &pRoamingMngr->pListOfAPs->BSSList[index].BSSID) == TI_TRUE)
373 TRACE6(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, ": Candidate AP %02X-%02X-%02X-%02X-%02X-%02X is banned!\n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BS (…)
    [all...]
roamingMngr.c     [all...]
scanMngr.c     [all...]
scanMngr.h 482 * \brief Searched tracking list for an entry matching given BSSID.\n
486 * \param bssId - the BSSID to search for.\n
487 * \return entry index if found, -1 if no entry matching the BSSID was found.\n
489 TI_INT8 scanMngrGetTrackIndexByBssid( TI_HANDLE hScanMngr, TMacAddr* bssId );
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserExternal.c 143 MAC_COPY (keyBuffer, pKeyDesc->BSSID);
176 if (MAC_EQUAL(macParam.content.ctrlDataCurrentBSSID, pKeyDesc->BSSID))
180 if (MAC_EQUAL (pKeyDesc->BSSID, broadcastMacAddr))
220 if (MAC_EQUAL (nullMacAddr, pKeyDesc->BSSID))
366 { /* delete all pairwise keys or for the current BSSID */
367 if (!MAC_EQUAL(pKeyDesc->BSSID, broadcastMacAddr))
369 MAC_COPY (keyBuffer, pKeyDesc->BSSID);
387 { /* delete all group keys or for the current BSSID */
keyParserWep.c 199 MAC_COPY (keyBuffer, pKeyDesc->BSSID);
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 154 channels.channelEntry[i].normalChannelEntry.bssId[j] = 0xff;
211 channels.channelEntry[i].normalChannelEntry.bssId[j] = 0xff;
350 WLAN_OS_REPORT( ("BSSID: %02x:%02x:%02x:%02x:%02x:%02x, band: %d\n", pBssEntry->BSSID[ 0 ],
351 pBssEntry->BSSID[ 1 ], pBssEntry->BSSID[ 2 ],
352 pBssEntry->BSSID[ 3 ], pBssEntry->BSSID[ 4 ],
353 pBssEntry->BSSID[ 5 ], pBssEntry->band));
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 239 OS_802_11_BSSID Bssid[1];
262 OS_802_11_BSSID_EX Bssid[1];
292 /* Key mapping keys require a BSSID*/
300 TMacAddr BSSID;
309 TMacAddr BSSID;
453 TMacAddr BSSID;
539 TMacAddr BSSID;
567 TMacAddr BSSID;
583 TMacAddr BSSID;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 169 // Key mapping keys require a BSSID
175 NDIS_802_11_MAC_ADDRESS BSSID;
184 NDIS_802_11_MAC_ADDRESS BSSID;
210 NDIS_802_11_MAC_ADDRESS BSSID;
223 NDIS_802_11_MAC_ADDRESS BSSID;
265 NDIS_802_11_MAC_ADDRESS MacAddress; // BSSID
280 NDIS_WLAN_BSSID Bssid[1];
283 // Added Capabilities, IELength and IEs for each BSSID
287 NDIS_802_11_MAC_ADDRESS MacAddress; // BSSID
304 NDIS_WLAN_BSSID_EX Bssid[1]
375 u8 bssid[ETH_ALEN]; member in struct:ndis_pmkid_entry
    [all...]
driver_ndis.c 165 NDIS_802_11_MAC_ADDRESS MacAddress; /* BSSID */
180 NDIS_WLAN_BSSID_EX Bssid[1];
203 NDIS_802_11_MAC_ADDRESS BSSID;
211 NDIS_802_11_MAC_ADDRESS BSSID;
255 NDIS_802_11_MAC_ADDRESS BSSID;
276 NDIS_802_11_MAC_ADDRESS BSSID;
290 NDIS_802_11_MAC_ADDRESS Bssid;
330 NDIS_802_11_MAC_ADDRESS BSSID;
341 NDIS_802_11_MAC_ADDRESS BSSID;
608 static int wpa_driver_ndis_get_bssid(void *priv, u8 *bssid)
924 u8 bssid[ETH_ALEN]; local
1365 u8 bssid[ETH_ALEN]; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeBuilder.c 130 /* copy BSSID (destination mac address) */
131 MAC_COPY (pDot11Header->BSSID, daBssid);
templates.c 95 MAC_COPY (pBuffer->hdr.DA, pPrimarySite->bssid);
97 /* Set BSSID address */
98 MAC_COPY (pBuffer->hdr.BSSID, pPrimarySite->bssid);
146 MAC_COPY (pBuffer->hdr.DA, pPrimarySite->bssid);
148 /* Set BSSID address */
149 MAC_COPY (pBuffer->hdr.BSSID, pPrimarySite->bssid);
247 /* Set BSSID address */
250 pBuffer->hdr.BSSID[i] = 0xFF
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 61 String bssid; field in class:AccessPoint
187 bssid = config.BSSID;
196 bssid = result.BSSID;
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 159 NDIS_802_11_MAC_ADDRESS MacAddress; /* BSSID */
174 NDIS_WLAN_BSSID_EX Bssid[1];
197 NDIS_802_11_MAC_ADDRESS BSSID;
205 NDIS_802_11_MAC_ADDRESS BSSID;
249 NDIS_802_11_MAC_ADDRESS BSSID;
270 NDIS_802_11_MAC_ADDRESS BSSID;
284 NDIS_802_11_MAC_ADDRESS Bssid;
324 NDIS_802_11_MAC_ADDRESS BSSID;
335 NDIS_802_11_MAC_ADDRESS BSSID;
643 static int wpa_driver_ndis_get_bssid(void *priv, u8 *bssid)
996 u8 bssid[ETH_ALEN]; local
1466 u8 bssid[ETH_ALEN]; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 63 struct ether_addr BSSID;
83 struct ether_addr BSSID;
118 struct ether_addr BSSID;
156 struct ether_addr BSSID;
183 struct ether_addr bssid; member in struct:wl_scan_params
285 struct ether_addr bssid; member in struct:wl_probe_params
311 struct ether_addr bssid; member in struct:wl_assoc_params
611 struct ether_addr BSSID;
621 struct ether_addr BSSID;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 63 struct ether_addr BSSID;
83 struct ether_addr BSSID;
118 struct ether_addr BSSID;
156 struct ether_addr BSSID;
183 struct ether_addr bssid; member in struct:wl_scan_params
285 struct ether_addr bssid; member in struct:wl_probe_params
311 struct ether_addr bssid; member in struct:wl_assoc_params
611 struct ether_addr BSSID;
621 struct ether_addr BSSID;
    [all...]

Completed in 969 milliseconds

1 2