Searched refs:fst_llt (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_fst_config.py | 22 def __init__(self, iface, fst_group, fst_pri, fst_llt=None): argument 26 self.fst_llt = fst_llt # None llt means no llt parameter will be set 44 fst_llt=None): argument 48 FstLauncherConfig.__init__(self, iface, fst_group, fst_pri, fst_llt) 71 if self.fst_llt is not None: 72 f.write("fst_llt=%s\n" % self.fst_llt) 80 def __init__(self, iface, fst_group, fst_pri, fst_llt=None): argument 81 FstLauncherConfig.__init__(self, iface, fst_group, fst_pri, fst_llt) 95 if self.fst_llt is not None: 96 f.write("fst_llt=%s\n" % self.fst_llt) [all …]
|
D | fst_module_aux.py | 154 def __init__(self, iface, fst_group, fst_pri, fst_llt=None, rsn=False): argument 158 self.fst_llt = fst_llt # None llt means no llt parameter will be set 248 self.fst_llt = llt 338 if self.fst_llt is not None and self.fst_llt != '': 339 s = self.set_session_param(sid + " llt=" + self.fst_llt) 587 fst_llt=None, rsn=False): argument 597 FstDevice.__init__(self, iface, fst_group, fst_pri, fst_llt, rsn) 622 self.fst_llt, self.fst_pri) 692 def __init__(self, iface, fst_group, fst_pri, fst_llt=None, rsn=False): argument 696 FstDevice.__init__(self, iface, fst_group, fst_pri, fst_llt, rsn) [all …]
|
D | test_fst_module.py | 1499 ap1.fst_llt, ap1.fst_pri)
|
/hostap-latest/wpa_supplicant/ |
D | config.h | 1542 int fst_llt; member
|
D | config_file.c | 1575 if (config->fst_llt) in wpa_config_write_global() 1576 fprintf(f, "fst_llt=%d\n", config->fst_llt); in wpa_config_write_global()
|
D | config.c | 5553 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
|
D | wpa_supplicant.c | 7267 cfg.llt = wpa_s->conf->fst_llt; in wpa_supplicant_init_iface()
|