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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h952 struct fst_iface_cfg fst_cfg; member in struct:hostapd_config
H A Dhostapd.c2031 if (hapd->iconf->fst_cfg.group_id[0]) {
2036 &iface_obj, &hapd->iconf->fst_cfg);
2039 hapd->iconf->fst_cfg.group_id);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_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;

Completed in 165 milliseconds