Home
last modified time | relevance | path

Searched refs:llt (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_iface.c35 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 Dfst_session.c488 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 Dfst_defs.h50 le32 llt; member
H A Dfst_session.h28 void fst_session_set_llt(struct fst_session *s, u32 llt);
H A Dfst.h221 u32 llt; member
H A Dfst_iface.h61 return i->cfg.llt; in fst_iface_get_llt()
H A Dfst.c83 "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 Dfst_ctrl_iface.c898 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 Dfst_iface.c35 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 Dfst_session.c488 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 Dfst_defs.h50 le32 llt; member
H A Dfst_session.h28 void fst_session_set_llt(struct fst_session *s, u32 llt);
H A Dfst.h221 u32 llt; member
H A Dfst_iface.h61 return i->cfg.llt; in fst_iface_get_llt()
H A Dfst.c83 "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 Dfst_ctrl_iface.c898 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 Dap_config_file.c4498 conf->fst_cfg.llt = (u32) val; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c4248 conf->fst_cfg.llt = (u32) val;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c5890 cfg.llt = wpa_s->conf->fst_llt;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c7180 cfg.llt = wpa_s->conf->fst_llt;

Completed in 35 milliseconds