Home
last modified time | relevance | path

Searched refs:FST_MAX_LLT_MS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/fst/
H A Dfst.h33 #define FST_MAX_LLT_MS (((u32) -1) / 4) macro
H A Dfst_session.c1272 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS) { in fst_session_set_str_llt()
1275 llt_str, FST_MAX_LLT_MS); in fst_session_set_str_llt()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4647 line, FST_MAX_LLT_MS); in hostapd_config_fill()
4652 (unsigned long int) val > FST_MAX_LLT_MS) { in hostapd_config_fill()
4655 line, val, pos, FST_MAX_LLT_MS); in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c5551 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },