Searched refs:llt (Results 1 - 20 of 20) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_iface.c | 35 if (!i->cfg.llt) { in fst_iface_create() 36 fst_printf_iface(i, MSG_WARNING, "Zero llt adjusted"); in fst_iface_create() 37 i->cfg.llt = FST_DEFAULT_LLT_CFG_VALUE; in fst_iface_create()
|
H A D | fst_session.c | 488 fst_session_set_llt(s, FST_LLT_VAL_TO_MS(le_to_host32(req->llt))); in fst_session_handle_setup_request() 592 "%s: FST Setup established for %s (llt=%u)", in fst_session_handle_setup_response() 798 void fst_session_set_llt(struct fst_session *s, u32 llt) in fst_session_set_llt() argument 800 s->data.llt_ms = llt; in fst_session_set_llt() 888 "initiating FST setup for %s (llt=%u ms)", in fst_session_initiate_setup() 893 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms)); in fst_session_initiate_setup() 992 "%s: FST Setup Request accepted for %s (llt=%u)", in fst_session_respond() 1272 long int llt = strtol(llt_str, &endp, 0); in fst_session_set_str_llt() local 1274 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_M in fst_session_set_str_llt() [all...] |
H A D | fst_defs.h | 50 le32 llt; member
|
H A D | fst_session.h | 28 void fst_session_set_llt(struct fst_session *s, u32 llt);
|
H A D | fst.h | 221 u32 llt; member
|
H A D | fst_iface.h | 61 return i->cfg.llt; in fst_iface_get_llt()
|
H A D | fst.c | 83 "iface attached to group %s (prio=%d, llt=%d)", in fst_attach() 84 cfg->group_id, cfg->priority, cfg->llt); in fst_attach()
|
H A D | fst_ctrl_iface.c | 898 cfg->llt = FST_DEFAULT_LLT_CFG_VALUE; in fst_parse_attach_command() 907 cfg->llt = val; in fst_parse_attach_command()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_iface.c | 35 if (!i->cfg.llt) { in fst_iface_create() 36 fst_printf_iface(i, MSG_WARNING, "Zero llt adjusted"); in fst_iface_create() 37 i->cfg.llt = FST_DEFAULT_LLT_CFG_VALUE; in fst_iface_create()
|
H A D | fst_session.c | 488 fst_session_set_llt(s, FST_LLT_VAL_TO_MS(le_to_host32(req->llt))); in fst_session_handle_setup_request() 592 "%s: FST Setup established for %s (llt=%u)", in fst_session_handle_setup_response() 798 void fst_session_set_llt(struct fst_session *s, u32 llt) in fst_session_set_llt() argument 800 s->data.llt_ms = llt; in fst_session_set_llt() 888 "initiating FST setup for %s (llt=%u ms)", in fst_session_initiate_setup() 893 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms)); in fst_session_initiate_setup() 992 "%s: FST Setup Request accepted for %s (llt=%u)", in fst_session_respond() 1272 long int llt = strtol(llt_str, &endp, 0); in fst_session_set_str_llt() local 1274 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_M in fst_session_set_str_llt() [all...] |
H A D | fst_defs.h | 50 le32 llt; member
|
H A D | fst_session.h | 28 void fst_session_set_llt(struct fst_session *s, u32 llt);
|
H A D | fst.h | 221 u32 llt; member
|
H A D | fst_iface.h | 61 return i->cfg.llt; in fst_iface_get_llt()
|
H A D | fst.c | 83 "iface attached to group %s (prio=%d, llt=%d)", in fst_attach() 84 cfg->group_id, cfg->priority, cfg->llt); in fst_attach()
|
H A D | fst_ctrl_iface.c | 898 cfg->llt = FST_DEFAULT_LLT_CFG_VALUE; in fst_parse_attach_command() 907 cfg->llt = val; in fst_parse_attach_command()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 4498 conf->fst_cfg.llt = (u32) val; in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 4248 conf->fst_cfg.llt = (u32) val;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 5890 cfg.llt = wpa_s->conf->fst_llt;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 7180 cfg.llt = wpa_s->conf->fst_llt;
|
Completed in 35 milliseconds