Lines Matching refs:variable
119 * This integer variable is used to provide an outside timer that the
145 * get_bool - Get a boolean EAPOL state variable
146 * @variable: EAPOL boolean variable to get
147 * Returns: Value of the EAPOL variable
149 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
152 * set_bool - Set a boolean EAPOL state variable
154 * @variable: EAPOL boolean variable to set
155 * @value: Value for the EAPOL variable
157 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
161 * get_int - Get an integer EAPOL state variable
163 * @variable: EAPOL integer variable to get
164 * Returns: Value of the EAPOL variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
169 * set_int - Set an integer EAPOL state variable
171 * @variable: EAPOL integer variable to set
172 * @value: Value for the EAPOL variable
174 void (*set_int)(void *ctx, enum eapol_int_var variable,
180 * @len: Pointer to variable that will be set to eapReqDataLen