Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:variable

966  * Set configurable EAPOL state machine variables. Each variable can be set to
1463 * @portControl: New value for portControl variable
1465 * Notify EAPOL state machines that portControl variable has changed.
1577 static Boolean eapol_sm_get_bool(void *ctx, enum eapol_bool_var variable)
1582 switch (variable) {
1606 static void eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable,
1612 switch (variable) {
1644 static unsigned int eapol_sm_get_int(void *ctx, enum eapol_int_var variable)
1649 switch (variable) {
1657 static void eapol_sm_set_int(void *ctx, enum eapol_int_var variable,
1663 switch (variable) {