Home
last modified time | relevance | path

Searched refs:wep_key (Results 1 – 11 of 11) sorted by relevance

/hostap-3.6.0/src/common/
Dprivsep_commands.h50 u8 wep_key[4][16]; member
/hostap-3.6.0/wpa_supplicant/
Dconfig_ssid.h323 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member
Dwpa_priv.c272 params.wep_key[i] = auth->wep_key[i]; in wpa_priv_cmd_authenticate()
Dconfig.c1949 return wpa_config_parse_wep_key(ssid->wep_key[0], in wpa_config_parse_wep_key0()
1959 return wpa_config_parse_wep_key(ssid->wep_key[1], in wpa_config_parse_wep_key1()
1969 return wpa_config_parse_wep_key(ssid->wep_key[2], in wpa_config_parse_wep_key2()
1979 return wpa_config_parse_wep_key(ssid->wep_key[3], in wpa_config_parse_wep_key3()
1990 return wpa_config_write_string(ssid->wep_key[idx], in wpa_config_write_wep_key()
Dsme.c426 params.wep_key[i] = ssid->wep_key[i]; in sme_send_authentication()
Dap.c568 wep->key[i] = os_memdup(ssid->wep_key[i], in wpa_supplicant_conf_ap()
Dwpa_supplicant.c150 ssid->wep_key[i], ssid->wep_key_len[i], in wpa_set_wep_keys()
3912 params.wep_key[i] = ssid->wep_key[i]; in wpas_start_assoc_cb()
/hostap-3.6.0/src/drivers/
Ddriver_privsep.c274 if (params->wep_key[i]) in wpa_driver_privsep_authenticate()
275 os_memcpy(data->wep_key[i], params->wep_key[i], in wpa_driver_privsep_authenticate()
Ddriver.h673 const u8 *wep_key[4]; member
979 const u8 *wep_key[4]; member
Ddriver_nl80211.c3537 if (!params->wep_key[i]) in nl80211_set_conn_keys()
3559 if (!params->wep_key[i]) in nl80211_set_conn_keys()
3565 params->wep_key[i]) || in nl80211_set_conn_keys()
3711 if (params->wep_key[i] && params->wep_key_len[i] && in nl80211_copy_auth_params()
3713 os_memcpy(drv->auth_wep_key[i], params->wep_key[i], in nl80211_copy_auth_params()
3805 if (!params->wep_key[i]) in wpa_driver_nl80211_authenticate()
3809 p.key = params->wep_key[i]; in wpa_driver_nl80211_authenticate()
3818 params->wep_key[i], params->wep_key_len[i])) in wpa_driver_nl80211_authenticate()
3968 params.wep_key[i] = drv->auth_wep_key[i]; in wpa_driver_nl80211_authenticate_retry()
Ddriver_ndis.c1082 if (!params->wep_key[i]) in wpa_driver_ndis_associate()
1089 NULL, 0, params->wep_key[i], in wpa_driver_ndis_associate()