Searched defs:STR_RANGE (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_file.c427 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max macro
452 { STR_RANGE(device_name, 0, 32) },
453 { STR_RANGE(manufacturer, 0, 64) },
454 { STR_RANGE(model_name, 0, 32) },
455 { STR_RANGE(model_number, 0, 32) },
456 { STR_RANGE(serial_number, 0, 32) },
470 #undef STR_RANGE macro
H A Dconfig.c1273 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
1276 #define STR_RANGE(f, min, max) _STR_RANGE(f, min, max), 0 macro
1343 { STR_RANGE(ssid, 0, MAX_SSID_LEN) },
1432 #undef STR_RANGE macro
/external/wpa_supplicant/
H A Dconfig.c1084 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
1087 #define STR_RANGE(f, min, max) _STR_RANGE(f, min, max), 0 macro
1143 { STR_RANGE(ssid, 0, MAX_SSID_LEN) },
1225 #undef STR_RANGE macro
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1404 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
1407 #define STR_RANGE(f, min, max) _STR_RANGE(f, min, max), 0 macro
1474 { STR_RANGE(ssid, 0, MAX_SSID_LEN) },
1566 #undef STR_RANGE macro
2439 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max macro
2462 { STR_RANGE(device_name, 0, 32), CFG_CHANGED_DEVICE_NAME },
2463 { STR_RANGE(manufacturer, 0, 64), CFG_CHANGED_WPS_STRING },
2464 { STR_RANGE(model_name, 0, 32), CFG_CHANGED_WPS_STRING },
2465 { STR_RANGE(model_number, 0, 32), CFG_CHANGED_WPS_STRING },
2466 { STR_RANGE(serial_numbe
2499 #undef STR_RANGE macro
[all...]

Completed in 47 milliseconds