Home
last modified time | relevance | path

Searched refs:cmp_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_twt.c432 struct rtw_phl_twt_info cmp_info = {0}; in _twt_compare_twt_para() local
434 _twt_fill_config_info(&cmp_info, twt_setup); in _twt_compare_twt_para()
436 if (cmp_info.responder_pm_mode != twt_info->responder_pm_mode) in _twt_compare_twt_para()
438 if (cmp_info.nego_type != twt_info->nego_type) in _twt_compare_twt_para()
440 if (cmp_info.trigger != twt_info->trigger) in _twt_compare_twt_para()
442 if (cmp_info.flow_type != twt_info->flow_type) in _twt_compare_twt_para()
444 if (cmp_info.implicit_lastbcast != twt_info->implicit_lastbcast) in _twt_compare_twt_para()
446 if (cmp_info.twt_protection != twt_info->twt_protection) in _twt_compare_twt_para()
448 if ((_twt_calc_wakeup_dur(cmp_info.nom_min_twt_wake_dur in _twt_compare_twt_para()
449 , cmp_info.wake_dur_unit)) != in _twt_compare_twt_para()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_twt.c432 struct rtw_phl_twt_info cmp_info = {0}; in _twt_compare_twt_para() local
434 _twt_fill_config_info(&cmp_info, twt_setup); in _twt_compare_twt_para()
436 if (cmp_info.responder_pm_mode != twt_info->responder_pm_mode) in _twt_compare_twt_para()
438 if (cmp_info.nego_type != twt_info->nego_type) in _twt_compare_twt_para()
440 if (cmp_info.trigger != twt_info->trigger) in _twt_compare_twt_para()
442 if (cmp_info.flow_type != twt_info->flow_type) in _twt_compare_twt_para()
444 if (cmp_info.implicit_lastbcast != twt_info->implicit_lastbcast) in _twt_compare_twt_para()
446 if (cmp_info.twt_protection != twt_info->twt_protection) in _twt_compare_twt_para()
448 if ((_twt_calc_wakeup_dur(cmp_info.nom_min_twt_wake_dur in _twt_compare_twt_para()
449 , cmp_info.wake_dur_unit)) != in _twt_compare_twt_para()
[all …]