Searched refs:LEAP_PASSWORD_MAX (Results 1 – 2 of 2) sorted by relevance
648 #define LEAP_PASSWORD_MAX 32 macro667 u_int8_t an_password[LEAP_PASSWORD_MAX]; /* 0x04 */
1438 char unicode_password[LEAP_PASSWORD_MAX * 2]; in an_enable_leap_mode()1468 if (len > LEAP_PASSWORD_MAX) { in an_enable_leap_mode()1469 printf("Password too long (max %d)\n", LEAP_PASSWORD_MAX); in an_enable_leap_mode()