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

  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 191 #define NUM_WEP_KEYS 4
196 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
201 size_t wep_key_len[NUM_WEP_KEYS];
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 194 #define NUM_WEP_KEYS 4
199 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
204 size_t wep_key_len[NUM_WEP_KEYS];
  /external/wpa_supplicant/
config_ssid.h 595 #define NUM_WEP_KEYS 4
600 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
605 size_t wep_key_len[NUM_WEP_KEYS];
  /external/wpa_supplicant_8/src/ap/
ap_config.h 39 #define NUM_WEP_KEYS 4
42 u8 *key[NUM_WEP_KEYS];
43 size_t len[NUM_WEP_KEYS];

Completed in 191 milliseconds