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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 228 * wep_key - WEP keys
230 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member in struct:wpa_ssid
config.c 1266 res = os_snprintf(title, sizeof(title), "wep_key%d", idx);
1277 return wpa_config_parse_wep_key(ssid->wep_key[0],
1287 return wpa_config_parse_wep_key(ssid->wep_key[1],
1297 return wpa_config_parse_wep_key(ssid->wep_key[2],
1307 return wpa_config_parse_wep_key(ssid->wep_key[3],
1318 return wpa_config_write_string(ssid->wep_key[idx],
    [all...]
sme.c 219 params.wep_key[i] = ssid->wep_key[i];
    [all...]
config_winreg.c 822 os_snprintf(field, sizeof(field), "wep_key%d", idx);
ap.c 238 os_memcpy(wep->key[i], ssid->wep_key[i],
config_file.c 601 res = os_snprintf(field, sizeof(field), "wep_key%d", idx);
wpa_supplicant.c 123 ssid->wep_key[i], ssid->wep_key_len[i]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 490 snprintf(buf, sizeof(buf), "wep_key%d", id);
702 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d wep_key%d",
  /external/wpa_supplicant_8/src/drivers/
driver.h 392 const u8 *wep_key[4]; member in struct:wpa_driver_auth_params
537 * wep_key - WEP keys for static WEP configuration
539 const u8 *wep_key[4]; member in struct:wpa_driver_associate_params
    [all...]
driver_nl80211.c     [all...]
driver_ndis.c 1082 if (!params->wep_key[i])
1089 NULL, 0, params->wep_key[i],
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 578 str_starts(buf, "wep_key") ||
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]

Completed in 543 milliseconds