Home
last modified time | relevance | path

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

/hostap-latest/src/fst/
Dfst.h34 #define FST_MAX_PRIO_VALUE ((u8) -1) macro
/hostap-latest/hostapd/
Dconfig_file.c4703 line, FST_MAX_PRIO_VALUE); in hostapd_config_fill()
4708 if (*endp || val < 1 || val > FST_MAX_PRIO_VALUE) { in hostapd_config_fill()
4711 line, val, pos, FST_MAX_PRIO_VALUE); in hostapd_config_fill()
/hostap-latest/wpa_supplicant/
Dconfig.c5552 { INT_RANGE(fst_priority, 1, FST_MAX_PRIO_VALUE), 0 },