Home
last modified time | relevance | path

Searched refs:WMMInfoStation (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c2087 tdls_setup_req->WMMInfoStation.version = SIR_MAC_OUI_VERSION_1; in lim_send_tdls_link_setup_req_frame()
2088 tdls_setup_req->WMMInfoStation.acvo_uapsd = in lim_send_tdls_link_setup_req_frame()
2090 tdls_setup_req->WMMInfoStation.acvi_uapsd = in lim_send_tdls_link_setup_req_frame()
2092 tdls_setup_req->WMMInfoStation.acbk_uapsd = in lim_send_tdls_link_setup_req_frame()
2094 tdls_setup_req->WMMInfoStation.acbe_uapsd = in lim_send_tdls_link_setup_req_frame()
2096 tdls_setup_req->WMMInfoStation.max_sp_length = sp_length; in lim_send_tdls_link_setup_req_frame()
2097 tdls_setup_req->WMMInfoStation.present = 1; in lim_send_tdls_link_setup_req_frame()
2630 setup_rsp->WMMInfoStation.version = SIR_MAC_OUI_VERSION_1; in lim_send_tdls_setup_rsp_frame()
2631 setup_rsp->WMMInfoStation.acvo_uapsd = in lim_send_tdls_setup_rsp_frame()
2633 setup_rsp->WMMInfoStation.acvi_uapsd = in lim_send_tdls_setup_rsp_frame()
[all …]
Dlim_process_assoc_req_frame.c1846 if (assoc_req->WMMInfoStation.present) { in lim_update_sta_ds()
1850 (assoc_req->WMMInfoStation.acbe_uapsd || in lim_update_sta_ds()
1851 assoc_req->WMMInfoStation.acbk_uapsd || in lim_update_sta_ds()
1852 assoc_req->WMMInfoStation.acvo_uapsd || in lim_update_sta_ds()
1853 assoc_req->WMMInfoStation.acvi_uapsd)) { in lim_update_sta_ds()
1868 assoc_req->WMMInfoStation.acbe_uapsd; in lim_update_sta_ds()
1870 assoc_req->WMMInfoStation.acbk_uapsd; in lim_update_sta_ds()
1872 assoc_req->WMMInfoStation.acvo_uapsd; in lim_update_sta_ds()
1874 assoc_req->WMMInfoStation.acvi_uapsd; in lim_update_sta_ds()
1876 assoc_req->WMMInfoStation.max_sp_length; in lim_update_sta_ds()
Dlim_send_frames_host_roam.c278 pe_session, &frm->WMMInfoStation); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
773 pe_session, &frm->WMMInfoStation); in lim_send_reassoc_req_mgmt_frame()
Dlim_send_management_frames.c2570 pe_session, &frm->WMMInfoStation); in lim_send_assoc_req_mgmt_frame()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1935 IE WMMInfoStation (EID_VENDOR_SPECIFIC) OUI(0x00, 0x50, 0xF2, 0x02, 0x00)
4348 OPTIE WMMInfoStation;
4453 OPTIE WMMInfoStation;
4887 OPTIE WMMInfoStation;
4915 OPTIE WMMInfoStation;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Dparser_api.h363 tDot11fIEWMMInfoStation WMMInfoStation; member
Ddot11f.h11003 tDot11fIEWMMInfoStation WMMInfoStation; member
12002 tDot11fIEWMMInfoStation WMMInfoStation; member
12366 tDot11fIEWMMInfoStation WMMInfoStation; member
12413 tDot11fIEWMMInfoStation WMMInfoStation; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3442 if (ar->WMMInfoStation.present) {
3444 qdf_mem_copy(&pAssocReq->WMMInfoStation, &ar->WMMInfoStation,
4470 if (ar->WMMInfoStation.present) {
4472 qdf_mem_copy(&pAssocReq->WMMInfoStation, &ar->WMMInfoStation,
Ddot11f.c11772 { offsetof(tDot11fAssocRequest, WMMInfoStation),
13770 { offsetof(tDot11fReAssocRequest, WMMInfoStation),
14404 { offsetof(tDot11fTDLSSetupReq, WMMInfoStation),
14500 { offsetof(tDot11fTDLSSetupRsp, WMMInfoStation),