Home
last modified time | relevance | path

Searched refs:fst_cfg (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h952 struct fst_iface_cfg fst_cfg; member
Dhostapd.c2031 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
2036 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
2039 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4195 if (!len || len >= sizeof(conf->fst_cfg.group_id)) {
4202 if (conf->fst_cfg.group_id[0]) {
4209 os_strlcpy(conf->fst_cfg.group_id, pos,
4210 sizeof(conf->fst_cfg.group_id));
4229 conf->fst_cfg.priority = (u8) val;
4248 conf->fst_cfg.llt = (u32) val;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4350 if (!len || len >= sizeof(conf->fst_cfg.group_id)) { in hostapd_config_fill()
4357 if (conf->fst_cfg.group_id[0]) { in hostapd_config_fill()
4364 os_strlcpy(conf->fst_cfg.group_id, pos, in hostapd_config_fill()
4365 sizeof(conf->fst_cfg.group_id)); in hostapd_config_fill()
4384 conf->fst_cfg.priority = (u8) val; in hostapd_config_fill()
4403 conf->fst_cfg.llt = (u32) val; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h1034 struct fst_iface_cfg fst_cfg; member
Dhostapd.c2169 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
2174 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
2177 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()