Home
last modified time | relevance | path

Searched refs:backup_oper_channel (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_ap.c261 u8 backup_oper_channel = 0; in expire_timeout_chk() local
265 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
299 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
300 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
Drtw_mlme_ext.c6891 u8 backup_oper_channel = 0; in linked_status_chk() local
6895 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk()
6910 if (backup_oper_channel > 0) in linked_status_chk()
6911 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c274 u8 backup_oper_channel = 0; in expire_timeout_chk() local
279 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
317 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
318 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()