HomeSort by relevance Sort by last modified time
    Searched refs:NUM_WEP_KEYS (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 225 #define NUM_WEP_KEYS 4
230 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
235 size_t wep_key_len[NUM_WEP_KEYS];
wpa_supplicant.c 116 for (i = 0; i < NUM_WEP_KEYS; i++) {
338 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
ap.c 232 for (i = 0; i < NUM_WEP_KEYS; i++) {
sme.c 217 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
events.c 374 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 34 #define NUM_WEP_KEYS 4
37 u8 *key[NUM_WEP_KEYS];
38 size_t len[NUM_WEP_KEYS];
ap_config.c 390 for (i = 0; i < NUM_WEP_KEYS; i++) {
700 for (i = 0; i < NUM_WEP_KEYS; i++) {
hostapd.c 203 for (i = 0; i < NUM_WEP_KEYS; i++) {
213 for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) {
    [all...]

Completed in 154 milliseconds