Searched refs:bcn_prms (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_utils.c | 2467 tpUpdateBeaconParams bcn_prms, in lim_enable_11a_protection() argument 2487 overlap, bcn_prms, pe_session); in lim_enable_11a_protection() 2489 overlap, bcn_prms, pe_session); in lim_enable_11a_protection() 2498 overlap, bcn_prms, pe_session); in lim_enable_11a_protection() 2500 overlap, bcn_prms, pe_session); in lim_enable_11a_protection() 2507 bcn_prms->llaCoexist = true; in lim_enable_11a_protection() 2509 bcn_prms->paramChangeBitmap |= PARAM_llACOEXIST_CHANGED; in lim_enable_11a_protection() 2528 tpUpdateBeaconParams bcn_prms, in lim_disable_11a_protection() argument 2537 bcn_prms->llaCoexist = false; in lim_disable_11a_protection() 2539 bcn_prms->paramChangeBitmap |= PARAM_llACOEXIST_CHANGED; in lim_disable_11a_protection() [all …]
|