TR181-XPON  1.4.0
TR-181 PON manager.
password_constants.h File Reference

Go to the source code of this file.

Macros

#define MAX_GPON_PASSWORD_LEN   10
 
#define MAX_XPON_PASSWORD_LEN   36
 
#define MAX_PASSWORD_LEN   72
 
#define MAX_PASSWORD_LEN_PLUS_ONE   (MAX_PASSWORD_LEN + 1)
 

Detailed Description

Constants related to PON password.

See doc in front of Password parameter in tr181-xpon_ANI.odl.m4 on why constants below use numerical values 10, 36 and 72.

Definition in file password_constants.h.

Macro Definition Documentation

◆ MAX_GPON_PASSWORD_LEN

#define MAX_GPON_PASSWORD_LEN   10

Definition at line 74 of file password_constants.h.

◆ MAX_PASSWORD_LEN

#define MAX_PASSWORD_LEN   72

Definition at line 77 of file password_constants.h.

◆ MAX_PASSWORD_LEN_PLUS_ONE

#define MAX_PASSWORD_LEN_PLUS_ONE   (MAX_PASSWORD_LEN + 1)

Definition at line 78 of file password_constants.h.

◆ MAX_XPON_PASSWORD_LEN

#define MAX_XPON_PASSWORD_LEN   36

Definition at line 75 of file password_constants.h.