Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_ap.c288 u8 backup_oper_channel = 0; in expire_timeout_chk23a() local
292 backup_oper_channel = rtw_get_oper_ch23a(padapter); in expire_timeout_chk23a()
338 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk23a()
339 SelectChannel23a(padapter, backup_oper_channel); in expire_timeout_chk23a()
Drtw_mlme_ext.c5236 u8 backup_oper_channel = 0; in linked_status_chk23a() local
5242 backup_oper_channel = in linked_status_chk23a()
5266 if (backup_oper_channel>0) in linked_status_chk23a()
5268 backup_oper_channel); in linked_status_chk23a()
/drivers/staging/rtl8188eu/core/
Drtw_ap.c389 u8 backup_oper_channel = 0; in expire_timeout_chk() local
393 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk()
430 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk()
431 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
Drtw_mlme_ext.c4753 u8 backup_oper_channel = 0; in linked_status_chk() local
4757 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk()
4772 if (backup_oper_channel > 0) in linked_status_chk()
4773 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()