Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dtodo.txt
H A Deap_testing.txt
H A DChangeLog
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c190 he_cap->fragmentation = WMI_HECAP_MAC_HEFRAG_GET(mac_cap[0]); in wma_convert_he_cap()
370 he_cap->fragmentation = QDF_MIN(he_cap->fragmentation, in wma_derive_ext_he_cap()
371 new_cap->fragmentation); in wma_derive_ext_he_cap()
547 he_cap->fragmentation, he_cap->max_num_frag_msdu_amsdu_exp, in wma_print_he_cap()
1036 WMI_HECAP_MAC_HEFRAG_SET(mac_cap[0], he_cap->fragmentation); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1514 uint32_t fragmentation:2; member
1661 uint32_t fragmentation:2; member
1746 uint32_t fragmentation:2;
/wlan-driver/wpa_supplicant_8/hostapd/
H A DChangeLog
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7036 peer_he->fragmentation = QDF_MIN(session_he->fragmentation, in lim_intersect_he_caps()
7037 peer_he->fragmentation); in lim_intersect_he_caps()
7594 he_cap->twt_responder, he_cap->fragmentation, in lim_log_he_cap()
7850 he_cap->fragmentation = dot11_cap.fragmentation; in lim_set_he_caps()
H A Dlim_utils.h1472 return session->he_config.fragmentation; in lim_get_session_he_frag_cap()
H A Dlim_process_tdls.c1350 pDot11f->fragmentation = uHECapInfo.he_cap.fragmentation; in lim_tdls_populate_dot11f_he_caps()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c946 value = QDF_MIN(he_cap->fragmentation, in mlme_update_tgt_he_caps_in_cfg()
950 mlme_obj->cfg.he_caps.dot11_he_cap.fragmentation = value; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3268 fragmentation:2;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2043 he_caps->dot11_he_cap.fragmentation = in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h9901 uint32_t fragmentation:2; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c11597 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.fragmentation = he_frag; in sme_update_he_frag_supp()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10139 pDst->fragmentation = tmp98__ >> 3 & 0x3; in dot11f_unpack_ie_he_cap()
30878 tmp218__ |= (pSrc->fragmentation << 3); in dot11f_pack_ie_he_cap()