Home
last modified time | relevance | path

Searched refs:fst_llt (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_fst_config.py22 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 …]
Dfst_module_aux.py154 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 …]
Dtest_fst_module.py1499 ap1.fst_llt, ap1.fst_pri)
/hostap-latest/wpa_supplicant/
Dconfig.h1542 int fst_llt; member
Dconfig_file.c1575 if (config->fst_llt) in wpa_config_write_global()
1576 fprintf(f, "fst_llt=%d\n", config->fst_llt); in wpa_config_write_global()
Dconfig.c5553 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
Dwpa_supplicant.c7267 cfg.llt = wpa_s->conf->fst_llt; in wpa_supplicant_init_iface()