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

  /external/wpa_supplicant_8/src/common/
privsep_commands.h 50 u8 wep_key[4][16]; member in struct:privsep_cmd_authenticate
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp 205 uint32_t key_idx, const hidl_vec<uint8_t> &wep_key, setWepKey_cb _hidl_cb)
209 &StaNetwork::setWepKeyInternal, _hidl_cb, key_idx, wep_key);
826 uint32_t key_idx, const std::vector<uint8_t> &wep_key)
834 if (wep_key.size() !=
837 wep_key.size() !=
842 os_memcpy(wpa_ssid->wep_key[key_idx], wep_key.data(), wep_key.size());
843 wpa_ssid->wep_key_len[key_idx] = wep_key.size();
844 std::string msg_dump_title("wep_key" + std::to_string(key_idx))
1215 std::vector<uint8_t> wep_key; local
    [all...]
sta_network.h 82 uint32_t key_idx, const hidl_vec<uint8_t>& wep_key,
208 uint32_t key_idx, const std::vector<uint8_t>& wep_key);
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_network.cpp 205 uint32_t key_idx, const hidl_vec<uint8_t> &wep_key, setWepKey_cb _hidl_cb)
209 &StaNetwork::setWepKeyInternal, _hidl_cb, key_idx, wep_key);
845 uint32_t key_idx, const std::vector<uint8_t> &wep_key)
853 if (wep_key.size() !=
856 wep_key.size() !=
861 os_memcpy(wpa_ssid->wep_key[key_idx], wep_key.data(), wep_key.size());
862 wpa_ssid->wep_key_len[key_idx] = wep_key.size();
863 std::string msg_dump_title("wep_key" + std::to_string(key_idx))
1253 std::vector<uint8_t> wep_key; local
    [all...]
sta_network.h 83 uint32_t key_idx, const hidl_vec<uint8_t>& wep_key,
216 uint32_t key_idx, const std::vector<uint8_t>& wep_key);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 284 * wep_key - WEP keys
286 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member in struct:wpa_ssid
wpa_priv.c 272 params.wep_key[i] = auth->wep_key[i];
config.c     [all...]
sme.c 305 params.wep_key[i] = ssid->wep_key[i];
    [all...]
wpa_supplicant.c 140 ssid->wep_key[i], ssid->wep_key_len[i]);
    [all...]
ap.c 347 wep->key[i] = os_memdup(ssid->wep_key[i],
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 268 if (params->wep_key[i])
269 os_memcpy(data->wep_key[i], params->wep_key[i],
driver.h 589 const u8 *wep_key[4]; member in struct:wpa_driver_auth_params
882 * wep_key - WEP keys for static WEP configuration
884 const u8 *wep_key[4]; member in struct:wpa_driver_associate_params
    [all...]
driver_nl80211.c     [all...]
driver_ndis.c 1070 if (!params->wep_key[i])
1077 NULL, 0, params->wep_key[i],
    [all...]

Completed in 184 milliseconds