Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dieee802_11_auth.c416 int passphraselen; in decode_tunnel_passwords() local
426 msg, &passphraselen, shared_secret, shared_secret_len, in decode_tunnel_passwords()
440 if (passphraselen < MIN_PASSPHRASE_LEN || in decode_tunnel_passwords()
441 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
450 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
456 passphraselen); in decode_tunnel_passwords()
458 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
460 passphraselen); in decode_tunnel_passwords()