Searched refs:NUM_WEP_KEYS (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h210 #define NUM_WEP_KEYS 4 macro
215 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
220 size_t wep_key_len[NUM_WEP_KEYS];
H A Dap.c194 for (i = 0; i < NUM_WEP_KEYS; i++) {
H A Dwpa_supplicant.c115 for (i = 0; i < NUM_WEP_KEYS; i++) {
345 for (i = 0; i < NUM_WEP_KEYS; i++) {
1575 for (i = 0; i < NUM_WEP_KEYS; i++) {
3653 for (i = 0; i < NUM_WEP_KEYS; i++) {
H A Dsme.c159 for (i = 0; i < NUM_WEP_KEYS; i++) {
H A Dwps_supplicant.c322 if (cred->key_idx > NUM_WEP_KEYS) {
H A Devents.c343 for (i = 0; i < NUM_WEP_KEYS; i++) {
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h34 #define NUM_WEP_KEYS 4 macro
37 u8 *key[NUM_WEP_KEYS];
38 size_t len[NUM_WEP_KEYS];
H A Dap_config.c324 for (i = 0; i < NUM_WEP_KEYS; i++)
379 for (i = 0; i < NUM_WEP_KEYS; i++) {
H A Dhostapd.c162 for (i = 0; i < NUM_WEP_KEYS; i++) {
172 for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) {

Completed in 97 milliseconds