Searched refs:FST_MAX_LLT_MS (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst.h | 33 #define FST_MAX_LLT_MS (((u32) -1) / 4) macro
|
D | fst_session.c | 1274 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/ |
D | fst.h | 33 #define FST_MAX_LLT_MS (((u32) -1) / 4) macro
|
D | fst_session.c | 1274 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/ |
D | ap_config_file.c | 4237 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/ |
D | ap_config_file.c | 4449 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/ |
D | config.c | 4853 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config.c | 5266 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
|