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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_auth.c469 passphraselen > MAX_PASSPHRASE_LEN + 1)
478 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) &&
486 } else if (passphraselen <= MAX_PASSPHRASE_LEN) {
H A Dap_config.h140 #define MAX_PASSPHRASE_LEN 63 macro
145 char passphrase[MAX_PASSPHRASE_LEN + 1];

Completed in 140 milliseconds