HomeSort by relevance Sort by last modified time
    Searched refs:macAddress (Results 1 - 24 of 24) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDeriveAes.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
keyDeriveTkip.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
keyDeriveAes.c 135 MAC_COPY (key.macAddress, keyMaterialAes->macAddress);
180 MAC_COPY (key.macAddress, pEncodedKey->pData);
keyParserExternal.h 80 TI_UINT8 macAddress[MAC_ADDR_LEN]; /**< Remote station MAC address*/
keyDeriveTkip.c 144 MAC_COPY (key.macAddress, keyMaterialTkip->macAddress);
185 MAC_COPY (key.macAddress, pEncodedKey->pData);
keyDeriveCkip.c 197 MAC_COPY (key.macAddress, pEncodedKey->pData);
keyDeriveWep.c 163 MAC_COPY (key.macAddress, pEncodedKey->pData);
rsn.h 99 typedef TI_STATUS (*rsn_getSiteEntry_t)(rsn_t *pRsn, TMacAddr *macAddress, siteEntry_t *curSiteEntry);
rsn.c 514 MAC_COPY (rsnOsKey.BSSID, pRsn->keys[keyIndex].macAddress);
607 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)key.macAddress, 6);
902 MAC_COPY (pRsn->keys[keyIndex].macAddress, pParam->content.rsnOsKey.BSSID);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrApi.h 271 * \param macAddress - MAC address of the new AP (to which the STA is currently connected to)
282 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band );
scanMngr.c     [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 282 String macAddress = getMacAddress();
284 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern,
285 Pattern.matches(macPattern, macAddress));
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 204 String macAddress = wifiInfo == null ? null : wifiInfo.getMacAddress();
205 wifiMacAddressPref.setSummary(!TextUtils.isEmpty(macAddress) ? macAddress
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 428 String macAddress = SystemProperties.get("net.wimax.mac.address",
430 wimaxMacAddressPref.setSummary(macAddress);
439 String macAddress = wifiInfo == null ? null : wifiInfo.getMacAddress();
440 wifiMacAddressPref.setSummary(!TextUtils.isEmpty(macAddress) ? macAddress
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]
CmdBld.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 32 UInt8 macAddress[6];
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 182 * @param macAddress the MAC address in {@code XX:XX:XX:XX:XX:XX} form
184 void setMacAddress(String macAddress) {
185 this.mMacAddress = macAddress;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 273 MAC_COPY (bssid, pFwInfo->macAddress);
318 MAC_COPY (pParamInfo->content.ctrlDataDeviceMacAddress, pFwInfo->macAddress);
    [all...]
rx.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 716 os_memoryCopy(pCmdInterpret->hOs, iwe.u.ap_addr.sa_data, &my_current->MacAddress, ETH_ALEN);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 495 milliseconds