Searched refs:he_phy_capab (Results 1 – 6 of 6) sorted by relevance
99 if (hapd->iface->conf->he_phy_capab.he_su_beamformer) in hostapd_eid_he_capab()106 if (hapd->iface->conf->he_phy_capab.he_su_beamformee) in hostapd_eid_he_capab()113 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer) in hostapd_eid_he_capab()
983 struct he_phy_capabilities_info he_phy_capab; member
134 if (hapd->iface->conf->he_phy_capab.he_su_beamformer) in hostapd_eid_he_capab()141 if (hapd->iface->conf->he_phy_capab.he_su_beamformee) in hostapd_eid_he_capab()148 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer) in hostapd_eid_he_capab()
1065 struct he_phy_capabilities_info he_phy_capab; member
3453 conf->he_phy_capab.he_su_beamformer = atoi(pos);3455 conf->he_phy_capab.he_su_beamformee = atoi(pos);3457 conf->he_phy_capab.he_mu_beamformer = atoi(pos);
3515 conf->he_phy_capab.he_su_beamformer = atoi(pos); in hostapd_config_fill()3517 conf->he_phy_capab.he_su_beamformee = atoi(pos); in hostapd_config_fill()3519 conf->he_phy_capab.he_mu_beamformer = atoi(pos); in hostapd_config_fill()