Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c10301 struct rtw_chan_def u_chdef = {0}; in rtw_ap_check_csa_setting() local
10310 if (rtw_phl_mr_get_chandef(d->phl, a->phl_role, &u_chdef) in rtw_ap_check_csa_setting()
10317 u_ch = u_chdef.chan; in rtw_ap_check_csa_setting()
10318 u_bw = u_chdef.bw; in rtw_ap_check_csa_setting()
10319 u_offset = u_chdef.offset; in rtw_ap_check_csa_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c10476 struct rtw_chan_def u_chdef = {0}; in rtw_ap_check_csa_setting() local
10485 if (rtw_phl_mr_get_chandef(d->phl, a->phl_role, &u_chdef) in rtw_ap_check_csa_setting()
10492 u_ch = u_chdef.chan; in rtw_ap_check_csa_setting()
10493 u_bw = u_chdef.bw; in rtw_ap_check_csa_setting()
10494 u_offset = u_chdef.offset; in rtw_ap_check_csa_setting()