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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 281 #define NUM_WEP_KEYS 4
286 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
291 size_t wep_key_len[NUM_WEP_KEYS];
  /external/wpa_supplicant_8/src/ap/
ap_config.h 68 #define NUM_WEP_KEYS 4
71 u8 *key[NUM_WEP_KEYS];
72 size_t len[NUM_WEP_KEYS];

Completed in 782 milliseconds