HomeSort by relevance Sort by last modified time
    Searched full:wep_key (Results 1 - 25 of 31) sorted by null

1 2

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyDeriveWep.c 124 key.keyType = WEP_KEY;
162 key.keyType = WEP_KEY;
203 key.keyType = WEP_KEY;
keyParserWep.c 147 securityKey.keyType = WEP_KEY;
rsn.c 395 pRsn->keys[keyIndex].keyType = WEP_KEY;
508 pRsn->keys[keyIndex].keyType = WEP_KEY;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 194 * wep_key - WEP keys
196 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member in struct:wpa_ssid
config.c 1157 res = os_snprintf(title, sizeof(title), "wep_key%d", idx);
1168 return wpa_config_parse_wep_key(ssid->wep_key[0],
1178 return wpa_config_parse_wep_key(ssid->wep_key[1],
1188 return wpa_config_parse_wep_key(ssid->wep_key[2],
1198 return wpa_config_parse_wep_key(ssid->wep_key[3],
1209 return wpa_config_write_string(ssid->wep_key[idx],
    [all...]
wps_supplicant.c 288 ssid->wep_key[key_idx],
296 os_memcpy(ssid->wep_key[key_idx], cred->key,
wpa_supplicant.c 132 ssid->wep_key[i], ssid->wep_key_len[i]);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalWep.c 106 if (pKey->keyType != WEP_KEY)
136 if (pKey->keyType != WEP_KEY)
whalWpa.c 215 case WEP_KEY:
262 case WEP_KEY:
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ps3.c 80 iwr.u.encoding.pointer = (caddr_t) params->wep_key[i];
driver.h 211 * wep_key - WEP keys for static WEP configuration
213 const u8 *wep_key[4]; member in struct:wpa_driver_associate_params
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 68 U8 wep_key[4][32]; member in struct:__anon10064
401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength);
817 os_sprintf(cmd, (PS8)"SET_NETWORK %d wep_key%d ", NetworkID, idx);
820 os_sprintf(TempBuf, (PS8)"%02x", pWpaCore->WpaSupplParams.wep_key[idx][idx2]);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 68 U8 wep_key[4][32]; member in struct:__anon18390
401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength);
817 os_sprintf(cmd, (PS8)"SET_NETWORK %d wep_key%d ", NetworkID, idx);
820 os_sprintf(TempBuf, (PS8)"%02x", pWpaCore->WpaSupplParams.wep_key[idx][idx2]);
  /external/wpa_supplicant/
config.c 981 os_snprintf(title, sizeof(title), "wep_key%d", idx);
991 return wpa_config_parse_wep_key(ssid->wep_key[0],
1001 return wpa_config_parse_wep_key(ssid->wep_key[1],
1011 return wpa_config_parse_wep_key(ssid->wep_key[2],
1021 return wpa_config_parse_wep_key(ssid->wep_key[3],
1031 return wpa_config_write_string(ssid->wep_key[idx],
    [all...]
config_ssid.h 598 * wep_key - WEP keys
600 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member in struct:wpa_ssid
driver.h 133 * wep_key - WEP keys for static WEP configuration
135 const u8 *wep_key[4]; member in struct:wpa_driver_associate_params
config_file.c 563 os_snprintf(field, sizeof(field), "wep_key%d", idx);
config_winreg.c 687 os_snprintf(field, sizeof(field), "wep_key%d", idx);
wpa_supplicant.c     [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 288 snprintf(buf, sizeof(buf), "wep_key%d", id);
438 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d wep_key%d", network_id, i);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 327 snprintf(buf, sizeof(buf), "wep_key%d", id);
477 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d wep_key%d",
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 291 snprintf(buf, sizeof(buf), "wep_key%d", id);
452 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d wep_key%d", network_id, i);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
whalDefaultParams.h 323 WEP_KEY,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 477 snprintf(buf, sizeof(buf), "wep_key%d", id);
688 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d wep_key%d",
  /system/core/nexus/
WifiNetwork.cpp 196 asprintf(&name, "wep_key%d", i);
301 asprintf(&name, "wep_key%d", idx);

Completed in 1131 milliseconds

1 2