Home
last modified time | relevance | path

Searched refs:he_cap_len (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/tdls/src/
Dwlan_cfg80211_tdls.c396 req_info->he_cap_len = params->link_sta_params.he_capa_len; in wlan_cfg80211_tdls_extract_he_params()
397 if (req_info->he_cap_len > MAX_TDLS_HE_CAP_LEN) in wlan_cfg80211_tdls_extract_he_params()
398 req_info->he_cap_len = MAX_TDLS_HE_CAP_LEN; in wlan_cfg80211_tdls_extract_he_params()
401 req_info->he_cap_len); in wlan_cfg80211_tdls_extract_he_params()
423 req_info->he_cap_len = params->he_capa_len; in wlan_cfg80211_tdls_extract_he_params()
424 if (req_info->he_cap_len > MAX_TDLS_HE_CAP_LEN) in wlan_cfg80211_tdls_extract_he_params()
425 req_info->he_cap_len = MAX_TDLS_HE_CAP_LEN; in wlan_cfg80211_tdls_extract_he_params()
428 req_info->he_cap_len); in wlan_cfg80211_tdls_extract_he_params()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h885 uint8_t he_cap_len; member
1457 uint8_t he_cap_len; member
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_cmds_process.c423 addstareq->he_cap_len = update_peer->he_cap_len; in tdls_pe_update_peer_he_capa()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c1338 if (add_sta_req->he_cap_len < MIN_TDLS_HE_CAP_LEN) { in lim_tdls_populate_dot11f_he_caps()