Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:variable

118 	 * This integer variable is used to provide an outside timer that the
143 * get_bool - Get a boolean EAPOL state variable
144 * @variable: EAPOL boolean variable to get
145 * Returns: Value of the EAPOL variable
147 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
150 * set_bool - Set a boolean EAPOL state variable
152 * @variable: EAPOL boolean variable to set
153 * @value: Value for the EAPOL variable
155 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
159 * get_int - Get an integer EAPOL state variable
161 * @variable: EAPOL integer variable to get
162 * Returns: Value of the EAPOL variable
164 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
167 * set_int - Set an integer EAPOL state variable
169 * @variable: EAPOL integer variable to set
170 * @value: Value for the EAPOL variable
172 void (*set_int)(void *ctx, enum eapol_int_var variable,
178 * @len: Pointer to variable that will be set to eapReqDataLen