Searched refs:INT_RANGE (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c2090 /* INT_RANGE: Define an integer variable with allowed value range */
2091 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0 macro
2129 { INT_RANGE(scan_ssid, 0, 1) },
2146 { INT_RANGE(ht, 0, 1) },
2147 { INT_RANGE(vht, 0, 1) },
2148 { INT_RANGE(ht40, -1, 1) },
2149 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
2212 { INT_RANGE(mode, 0, 5) },
2213 { INT_RANGE(no_auto_peer, 0, 1) },
2214 { INT_RANGE(mesh_rssi_threshol
2318 #undef INT_RANGE macro
4484 #define INT_RANGE macro
4650 #undef INT_RANGE macro
[all...]

Completed in 470 milliseconds