Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig_ssid.h302 #define MAX_WEP_KEY_LEN 16 macro
306 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
H A Dconfig.c1736 if (*len > MAX_WEP_KEY_LEN) { in wpa_config_parse_wep_key()