Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_auth.c379 int passphraselen; in decode_tunnel_passwords() local
389 msg, &passphraselen, shared_secret, shared_secret_len, in decode_tunnel_passwords()
403 if (passphraselen < MIN_PASSPHRASE_LEN || in decode_tunnel_passwords()
404 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
413 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
419 passphraselen); in decode_tunnel_passwords()
421 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
423 passphraselen); in decode_tunnel_passwords()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_auth.c444 int passphraselen; in decode_tunnel_passwords() local
454 msg, &passphraselen, shared_secret, shared_secret_len, in decode_tunnel_passwords()
468 if (passphraselen < MIN_PASSPHRASE_LEN || in decode_tunnel_passwords()
469 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
478 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
484 passphraselen); in decode_tunnel_passwords()
486 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
488 passphraselen); in decode_tunnel_passwords()