Searched refs:TimeoutInterval (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_assoc_rsp_frame.c | 636 !assoc_rsp->TimeoutInterval.present || in lim_handle_pmfcomeback_timer() 637 assoc_rsp->TimeoutInterval.timeoutType != in lim_handle_pmfcomeback_timer() 642 timeout_value = assoc_rsp->TimeoutInterval.timeoutValue; in lim_handle_pmfcomeback_timer()
|
D | lim_send_management_frames.c | 1713 &frm.TimeoutInterval, in lim_send_assoc_rsp_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 2445 IE TimeoutInterval (EID_TIMEOUT_INTERVAL) 4374 OPTIE TimeoutInterval; 4480 OPTIE TimeoutInterval; 4620 OPTIE TimeoutInterval; 4858 OPTIE TimeoutInterval; 4882 OPTIE TimeoutInterval; 4910 OPTIE TimeoutInterval; 4932 OPTIE TimeoutInterval;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 11048 tDot11fIETimeoutInterval TimeoutInterval; member 11121 tDot11fIETimeoutInterval TimeoutInterval; member 12050 tDot11fIETimeoutInterval TimeoutInterval; member 12225 tDot11fIETimeoutInterval TimeoutInterval; member 12318 tDot11fIETimeoutInterval TimeoutInterval; member 12361 tDot11fIETimeoutInterval TimeoutInterval; member 12408 tDot11fIETimeoutInterval TimeoutInterval; member
|
D | parser_api.h | 493 tDot11fIETimeoutInterval TimeoutInterval; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 4066 if (ar->TimeoutInterval.present) { 4067 pAssocRsp->TimeoutInterval.present = 1; 4068 pAssocRsp->TimeoutInterval.timeoutType = 4069 ar->TimeoutInterval.timeoutType; 4070 pAssocRsp->TimeoutInterval.timeoutValue = 4071 ar->TimeoutInterval.timeoutValue;
|
D | dot11f.c | 11870 { offsetof(tDot11fAssocResponse, TimeoutInterval), 12057 { offsetof(tDot11fAuthentication, TimeoutInterval), 13876 { offsetof(tDot11fReAssocResponse, TimeoutInterval), 14166 { offsetof(tDot11fTDLSDisRsp, TimeoutInterval), 14301 { offsetof(tDot11fTDLSSetupCnf, TimeoutInterval), 14386 { offsetof(tDot11fTDLSSetupReq, TimeoutInterval), 14482 { offsetof(tDot11fTDLSSetupRsp, TimeoutInterval),
|