Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/an/
Dif_aironet_ieee.h648 #define LEAP_PASSWORD_MAX 32 macro
667 u_int8_t an_password[LEAP_PASSWORD_MAX]; /* 0x04 */
/freebsd-12-stable/usr.sbin/ancontrol/
Dancontrol.c1438 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()