Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.h139 #define MAX_PASSPHRASE_LEN 63 macro
144 char passphrase[MAX_PASSPHRASE_LEN + 1];
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h364 char passphrase[MAX_PASSPHRASE_LEN + 1];