Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h31 #define NUM_WEP_KEYS 4 macro
34 u8 *key[NUM_WEP_KEYS];
35 size_t len[NUM_WEP_KEYS];
Dap_config.c204 for (i = 0; i < NUM_WEP_KEYS; i++) in hostapd_wep_key_cmp()