Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_ap.c287 u8 backup_oper_channel = 0; in expire_timeout_chk() local
291 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
335 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
336 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
Drtw_mlme_ext.c4643 u8 backup_oper_channel = 0; in linked_status_chk() local
4647 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk()
4662 if (backup_oper_channel > 0) in linked_status_chk()
4663 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()
/drivers/staging/rtl8723bs/core/
Drtw_ap.c350 u8 backup_oper_channel = 0; in expire_timeout_chk() local
355 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
403 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
404 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()