Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_he.c99 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()
Dap_config.h983 struct he_phy_capabilities_info he_phy_capab; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_he.c134 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()
Dap_config.h1065 struct he_phy_capabilities_info he_phy_capab; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3453 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);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3515 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()