Home
last modified time | relevance | path

Searched refs:FST_MAX_PRIO_VALUE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/fst/
H A Dfst.h34 #define FST_MAX_PRIO_VALUE ((u8) -1) macro
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4628 line, FST_MAX_PRIO_VALUE); in hostapd_config_fill()
4633 if (*endp || val < 1 || val > FST_MAX_PRIO_VALUE) { in hostapd_config_fill()
4636 line, val, pos, FST_MAX_PRIO_VALUE); in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c5550 { INT_RANGE(fst_priority, 1, FST_MAX_PRIO_VALUE), 0 },