Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:_INT

1503 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f), (void *) 0
1506 #define _INT(f) #f, wpa_config_parse_int, wpa_config_write_int, \
1513 #define INT(f) _INT(f), NULL, NULL, 0
1517 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0
1653 #undef _INT
2948 #define _INT(f) #f, wpa_global_config_parse_int, OFFSET(f)
2949 #define INT(f) _INT(f), NULL, NULL
2950 #define INT_RANGE(f, min, max) _INT(f), (void *) min, (void *) max
3030 #undef _INT