Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c459 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
468 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
476 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
Dap_config.h132 #define MAX_PASSPHRASE_LEN 63 macro
137 char passphrase[MAX_PASSPHRASE_LEN + 1];