Home
last modified time | relevance | path

Searched refs:NUM_WEP_KEYS (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h225 #define NUM_WEP_KEYS 4 macro
230 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
235 size_t wep_key_len[NUM_WEP_KEYS];
Dwpa_supplicant.c116 for (i = 0; i < NUM_WEP_KEYS; i++) { in wpa_set_wep_keys()
338 for (i = 0; i < NUM_WEP_KEYS; i++) { in wpa_supplicant_set_non_wpa_policy()
1894 for (i = 0; i < NUM_WEP_KEYS; i++) { in wpas_start_assoc_cb()
4528 for (i = 0; i < NUM_WEP_KEYS; i++) { in wpas_network_disabled()
Dap.c232 for (i = 0; i < NUM_WEP_KEYS; i++) { in wpa_supplicant_conf_ap()
Dsme.c217 for (i = 0; i < NUM_WEP_KEYS; i++) { in sme_send_authentication()
Devents.c374 for (i = 0; i < NUM_WEP_KEYS; i++) { in has_wep_key()
/external/wpa_supplicant_8/src/ap/
Dap_config.h34 #define NUM_WEP_KEYS 4 macro
37 u8 *key[NUM_WEP_KEYS];
38 size_t len[NUM_WEP_KEYS];
Dap_config.c390 for (i = 0; i < NUM_WEP_KEYS; i++) { in hostapd_config_free_wep()
700 for (i = 0; i < NUM_WEP_KEYS; i++) { in hostapd_config_check_bss()
Dhostapd.c203 for (i = 0; i < NUM_WEP_KEYS; i++) { in hostapd_broadcast_key_clear_iface()
213 for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) { in hostapd_broadcast_key_clear_iface()