/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.c | 389 struct he_capabilities *he_cap) in hostapd_set_freq_params() 391 if (!he_cap || !he_cap->he_supported) in hostapd_set_freq_params() 489 if (!(he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in hostapd_set_freq_params() 500 if (!(he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in hostapd_set_freq_params() 509 if (!(he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in hostapd_set_freq_params() 517 if (!(he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in hostapd_set_freq_params() 381 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int enable_edmg, u8 edmg_channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) hostapd_set_freq_params() argument
|
H A D | ieee802_11_common.c | 3018 struct ieee80211_he_capabilities *he_cap = in get_oh_max_noss_capa() local 3036 if (he_cap) { in get_oh_max_noss_capa() 3037 macs_map = (parse_rx) ? he_cap->he_basic_supported_mcs_set.rx_map: in get_oh_max_noss_capa() 3038 he_cap->he_basic_supported_mcs_set.tx_map; in get_oh_max_noss_capa() 3060 struct ieee80211_he_capabilities *he_cap = in get_oh_support_channel_width() local 3073 if (he_cap) { in get_oh_support_channel_width() 3075 he_cap->he_phy_capab_info[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX]; in get_oh_support_channel_width()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_he.c | 341 struct he_capabilities *he_cap; in hostapd_eid_he_6ghz_band_cap() local 350 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in hostapd_eid_he_6ghz_band_cap() 351 capab = he_cap->he_6ghz_capa & HE_6GHZ_BAND_CAP_MIN_MPDU_START; in hostapd_eid_he_6ghz_band_cap() 378 const struct ieee80211_he_capabilities *he_cap, in hostapd_get_he_capab() 382 if (!he_cap) in hostapd_get_he_capab() 389 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab() 377 hostapd_get_he_capab(struct hostapd_data *hapd, const struct ieee80211_he_capabilities *he_cap, struct ieee80211_he_capabilities *neg_he_cap, size_t he_capab_len) hostapd_get_he_capab() argument
|
H A D | hw_features.c | 361 struct he_capabilities *he_cap; in ieee80211n_check_scan() local 363 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in ieee80211n_check_scan() 364 if (!(he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in ieee80211n_check_scan() 760 struct he_capabilities *he_cap; in hostapd_check_he_6ghz_capab() local 766 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in hostapd_check_he_6ghz_capab() 767 hw = he_cap->he_6ghz_capa; in hostapd_check_he_6ghz_capab()
|
H A D | ieee802_11.h | 78 const struct ieee80211_he_capabilities *he_cap,
|
H A D | ieee802_11.c | 4950 struct ieee80211_he_capabilities he_cap; in add_associated_sta() local 5003 hostapd_get_he_capab(hapd, sta->he_capab, &he_cap, in add_associated_sta() 5018 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_he.c | 249 const struct ieee80211_he_capabilities *he_cap, in hostapd_get_he_capab() 253 if (!he_cap) in hostapd_get_he_capab() 260 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab() 248 hostapd_get_he_capab(struct hostapd_data *hapd, const struct ieee80211_he_capabilities *he_cap, struct ieee80211_he_capabilities *neg_he_cap, size_t he_capab_len) hostapd_get_he_capab() argument
|
H A D | ieee802_11.h | 77 const struct ieee80211_he_capabilities *he_cap,
|
H A D | ieee802_11.c | 3362 struct ieee80211_he_capabilities he_cap; in add_associated_sta() local 3417 hostapd_get_he_capab(hapd, sta->he_capab, &he_cap, in add_associated_sta() 3432 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 368 struct he_capabilities *he_cap) in hostapd_set_freq_params() 370 if (!he_cap) in hostapd_set_freq_params() 361 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) hostapd_set_freq_params() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.c | 55 struct he_capabilities *he_cap; in is_chanwidth160_supported() local 57 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in is_chanwidth160_supported() 58 if (he_cap->phy_cap[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in is_chanwidth160_supported()
|