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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserExternal.c 128 TI_BOOL wepKey = TI_FALSE;
189 wepKey = TI_TRUE;
210 if (wepKey)
252 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
293 if (!wepKey)
305 if (!wepKey)
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyParserExternal.c 129 TI_BOOL wepKey = TI_FALSE;
191 wepKey = TI_TRUE;
212 if (wepKey)
254 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
295 if (!wepKey)
307 if (!wepKey)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyParserExternal.c 130 BOOL wepKey = FALSE;
195 wepKey = TRUE;
218 if (wepKey)
262 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
307 if (!wepKey)
319 if (!wepKey)
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 442 for (String wepKey : wepKeys)
443 dest.writeString(wepKey);

Completed in 269 milliseconds