Searched refs:llt (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_iface.c | 35 if (!i->cfg.llt) { in fst_iface_create() 37 i->cfg.llt = FST_DEFAULT_LLT_CFG_VALUE; in fst_iface_create()
|
D | fst_session.c | 486 fst_session_set_llt(s, FST_LLT_VAL_TO_MS(le_to_host32(req->llt))); in fst_session_handle_setup_request() 796 void fst_session_set_llt(struct fst_session *s, u32 llt) in fst_session_set_llt() argument 798 s->data.llt_ms = llt; in fst_session_set_llt() 891 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms)); in fst_session_initiate_setup() 1270 long int llt = strtol(llt_str, &endp, 0); in fst_session_set_str_llt() local 1272 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS) { in fst_session_set_str_llt() 1278 fst_session_set_llt(s, (u32) llt); in fst_session_set_str_llt() 1372 req.llt = host_to_le32(FST_LLT_MS_DEFAULT); in fst_test_req_send_fst_request()
|
D | fst_defs.h | 50 le32 llt; member
|
D | fst_session.h | 28 void fst_session_set_llt(struct fst_session *s, u32 llt);
|
D | fst.h | 221 u32 llt; member
|
D | fst_iface.h | 61 return i->cfg.llt; in fst_iface_get_llt()
|
D | fst.c | 84 cfg->group_id, cfg->priority, cfg->llt); in fst_attach()
|
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()
|
/hostap-latest/tests/hwsim/ |
D | fst_module_aux.py | 240 def set_fst_parameters(self, group_id=None, pri=None, llt=None): argument 247 if llt is not None: 248 self.fst_llt = llt 344 def send_iface_attach_request(self, ifname, group, llt, priority): argument 346 if llt is not None: 347 request += " llt=" + llt
|
D | test_fst_module.py | 132 llt = None 134 llt = '-1' 136 llt = '0' 138 llt = '4294967296' #0x100000000 140 llt = 'nan' 143 initiator.set_fst_parameters(llt=llt) 225 initiator.set_fst_parameters(llt='0') 1427 initiator.set_fst_parameters(llt=None) 1982 sta1.set_fst_parameters(llt='0') 2063 sta1.set_fst_parameters(llt='0')
|
/hostap-latest/hostapd/ |
D | config_file.c | 4733 conf->fst_cfg.llt = (u32) val; in hostapd_config_fill()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_supplicant.c | 7267 cfg.llt = wpa_s->conf->fst_llt; in wpa_supplicant_init_iface()
|