Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c286 u8 backup_oper_channel = 0; in expire_timeout_chk23a() local
290 backup_oper_channel = rtw_get_oper_ch23a(padapter); in expire_timeout_chk23a()
335 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk23a()
336 SelectChannel23a(padapter, backup_oper_channel); in expire_timeout_chk23a()
Drtw_mlme_ext.c5216 u8 backup_oper_channel = 0; in linked_status_chk23a() local
5222 backup_oper_channel = in linked_status_chk23a()
5246 if (backup_oper_channel>0) in linked_status_chk23a()
5248 backup_oper_channel); in linked_status_chk23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c387 u8 backup_oper_channel = 0; in expire_timeout_chk() local
391 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
428 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
429 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
Drtw_mlme_ext.c4755 u8 backup_oper_channel = 0; in linked_status_chk() local
4759 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk()
4774 if (backup_oper_channel > 0) in linked_status_chk()
4775 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()