Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:variable

118 	 * This integer variable is used to provide an outside timer that the
144 * get_bool - Get a boolean EAPOL state variable
145 * @variable: EAPOL boolean variable to get
146 * Returns: Value of the EAPOL variable
148 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
151 * set_bool - Set a boolean EAPOL state variable
153 * @variable: EAPOL boolean variable to set
154 * @value: Value for the EAPOL variable
156 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
160 * get_int - Get an integer EAPOL state variable
162 * @variable: EAPOL integer variable to get
163 * Returns: Value of the EAPOL variable
165 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
168 * set_int - Set an integer EAPOL state variable
170 * @variable: EAPOL integer variable to set
171 * @value: Value for the EAPOL variable
173 void (*set_int)(void *ctx, enum eapol_int_var variable,
179 * @len: Pointer to variable that will be set to eapReqDataLen