Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h672 struct fst_iface_cfg fst_cfg; member
Dhostapd.c1688 if (hapd->iconf->fst_cfg.group_id[0]) { in hostapd_setup_interface_complete_sync()
1693 &iface_obj, &hapd->iconf->fst_cfg); in hostapd_setup_interface_complete_sync()
1696 hapd->iconf->fst_cfg.group_id); in hostapd_setup_interface_complete_sync()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3425 if (!len || len >= sizeof(conf->fst_cfg.group_id)) { in hostapd_config_fill()
3432 if (conf->fst_cfg.group_id[0]) { in hostapd_config_fill()
3439 os_strlcpy(conf->fst_cfg.group_id, pos, in hostapd_config_fill()
3440 sizeof(conf->fst_cfg.group_id)); in hostapd_config_fill()
3459 conf->fst_cfg.priority = (u8) val; in hostapd_config_fill()
3478 conf->fst_cfg.llt = (u32) val; in hostapd_config_fill()