Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:_STR_RANGE

1275 #define _STR_RANGE(f, min, max) _STR_LEN(f), (void *) (min), (void *) (max)
1276 #define STR_RANGE(f, min, max) _STR_RANGE(f, min, max), 0
1277 #define STR_RANGE_KEY(f, min, max) _STR_RANGE(f, min, max), 1
1431 #undef _STR_RANGE