Searched refs:WMMInfoStation (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_tdls.c | 2087 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 …]
|
D | lim_process_assoc_req_frame.c | 1846 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()
|
D | lim_send_frames_host_roam.c | 278 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()
|
D | lim_send_management_frames.c | 2570 pe_session, &frm->WMMInfoStation); in lim_send_assoc_req_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 1935 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/ |
D | parser_api.h | 363 tDot11fIEWMMInfoStation WMMInfoStation; member
|
D | dot11f.h | 11003 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/ |
D | parser_api.c | 3442 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,
|
D | dot11f.c | 11772 { offsetof(tDot11fAssocRequest, WMMInfoStation), 13770 { offsetof(tDot11fReAssocRequest, WMMInfoStation), 14404 { offsetof(tDot11fTDLSSetupReq, WMMInfoStation), 14500 { offsetof(tDot11fTDLSSetupRsp, WMMInfoStation),
|