Home
last modified time | relevance | path

Searched refs:wep_tx_keyidx (Results 1 – 18 of 18) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwep.conf10 wep_tx_keyidx=0
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf1906 wep_tx_keyidx=0
1919 wep_tx_keyidx=0
Dconfig_ssid.h329 int wep_tx_keyidx; member
Dwpa_priv.c276 params.wep_tx_keyidx = auth->wep_tx_keyidx; in wpa_priv_cmd_authenticate()
Dconfig_winreg.c944 INT(wep_tx_keyidx); in wpa_config_write_network()
Dsme.c425 params.wep_tx_keyidx = ssid->wep_tx_keyidx; in sme_send_authentication()
Dconfig_file.c756 INT(wep_tx_keyidx); in wpa_config_write_network()
Dwpa_supplicant.c146 i, i == ssid->wep_tx_keyidx, NULL, 0, in wpa_set_wep_keys()
148 i == ssid->wep_tx_keyidx ? in wpa_set_wep_keys()
3760 params.wep_tx_keyidx = ssid->wep_tx_keyidx; in wpas_start_assoc_cb()
Dap.c485 wep->idx = ssid->wep_tx_keyidx; in wpa_supplicant_conf_ap()
Dconfig.c2517 { INT(wep_tx_keyidx) },
Devents.c574 ssid->wep_key_len[ssid->wep_tx_keyidx] > 0) || in wpa_supplicant_ssid_bss_match()
DChangeLog2212 * fixed parsing of wep_tx_keyidx
/external/wpa_supplicant_8/src/common/
Dprivsep_commands.h52 int wep_tx_keyidx; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c279 data->wep_tx_keyidx = params->wep_tx_keyidx; in wpa_driver_privsep_authenticate()
Ddriver.h669 int wep_tx_keyidx; member
983 int wep_tx_keyidx; member
Ddriver_nl80211.c3663 (i == params->wep_tx_keyidx && in nl80211_set_conn_keys()
3765 drv->auth_wep_tx_keyidx = params->wep_tx_keyidx; in nl80211_copy_auth_params()
3900 p.set_tx = i == params->wep_tx_keyidx; in wpa_driver_nl80211_authenticate()
3903 p.key_flag = i == params->wep_tx_keyidx ? in wpa_driver_nl80211_authenticate()
3907 if (params->wep_tx_keyidx != i) in wpa_driver_nl80211_authenticate()
4041 params.wep_tx_keyidx = drv->auth_wep_tx_keyidx; in wpa_driver_nl80211_authenticate_retry()
Ddriver_ndis.c1088 i == params->wep_tx_keyidx, in wpa_driver_ndis_associate()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_network.cpp1222 wpa_ssid->wep_tx_keyidx = key_idx; in setWepTxKeyIdxInternal()
1675 return {{SupplicantStatusCode::SUCCESS, ""}, wpa_ssid->wep_tx_keyidx}; in getWepTxKeyIdxInternal()