Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/os_if/tdls/src/
H A Dwlan_cfg80211_tdls.c348 if (!params->link_sta_params.he_6ghz_capa) { in wlan_cfg80211_tdls_extract_6ghz_params()
354 params->link_sta_params.he_6ghz_capa, in wlan_cfg80211_tdls_extract_6ghz_params()
362 if (!params->he_6ghz_capa) { in wlan_cfg80211_tdls_extract_6ghz_params()
367 qdf_mem_copy(&req_info->he_6ghz_cap, params->he_6ghz_capa, in wlan_cfg80211_tdls_extract_6ghz_params()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_11_he.c
H A Dhw_features.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c2515 uint16_t he_6ghz_capa = 0; in hdd_update_wiphy_he_6ghz_capa() local
2522 he_6ghz_capa |= FIELD_PREP(IEEE80211_HE_6GHZ_CAP_MIN_MPDU_START, in hdd_update_wiphy_he_6ghz_capa()
2526 he_6ghz_capa |= FIELD_PREP(IEEE80211_HE_6GHZ_CAP_MAX_AMPDU_LEN_EXP, in hdd_update_wiphy_he_6ghz_capa()
2530 he_6ghz_capa |= FIELD_PREP(IEEE80211_HE_6GHZ_CAP_MAX_MPDU_LEN, in hdd_update_wiphy_he_6ghz_capa()
2534 he_6ghz_capa |= FIELD_PREP(IEEE80211_HE_6GHZ_CAP_SM_PS, sm_pow_save); in hdd_update_wiphy_he_6ghz_capa()
2536 he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in hdd_update_wiphy_he_6ghz_capa()
2537 he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in hdd_update_wiphy_he_6ghz_capa()
2539 hdd_ctx->iftype_data_6g->he_6ghz_capa.capa = he_6ghz_capa; in hdd_update_wiphy_he_6ghz_capa()
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver.h
H A Ddriver_nl80211_capa.c