Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h293 #define MAX_WEP_KEY_LEN 16 macro
297 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
Dconfig.c1736 if (*len > MAX_WEP_KEY_LEN) { in wpa_config_parse_wep_key()