Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.h33 #define FST_MAX_LLT_MS (((u32) -1) / 4) macro
Dfst_session.c1274 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS) { in fst_session_set_str_llt()
1277 llt_str, FST_MAX_LLT_MS); in fst_session_set_str_llt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.h33 #define FST_MAX_LLT_MS (((u32) -1) / 4) macro
Dfst_session.c1274 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS) { in fst_session_set_str_llt()
1277 llt_str, FST_MAX_LLT_MS); in fst_session_set_str_llt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4237 line, FST_MAX_LLT_MS);
4242 (unsigned long int) val > FST_MAX_LLT_MS) {
4245 line, val, pos, FST_MAX_LLT_MS);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4449 line, FST_MAX_LLT_MS); in hostapd_config_fill()
4454 (unsigned long int) val > FST_MAX_LLT_MS) { in hostapd_config_fill()
4457 line, val, pos, FST_MAX_LLT_MS); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.c4853 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.c5266 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },