Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_auth.c404 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
413 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
421 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
Dap_config.h149 #define MAX_PASSPHRASE_LEN 63 macro
154 char passphrase[MAX_PASSPHRASE_LEN + 1];
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_auth.c469 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()
478 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()
486 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
Dap_config.h140 #define MAX_PASSPHRASE_LEN 63 macro
145 char passphrase[MAX_PASSPHRASE_LEN + 1];