Searched refs:backup_oper_channel (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_ap.c | 287 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()
|
| H A D | rtw_mlme_ext.c | 4643 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ap.c | 350 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_ap.c | 601 u8 backup_oper_channel=0; in expire_timeout_chk() local 605 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk() 655 if (backup_oper_channel>0) /* back to the original operation channel */ in expire_timeout_chk() 656 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
|
| H A D | rtw_mlme_ext.c | 12390 u8 backup_oper_channel=0; in linked_status_chk() local 12394 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk() 12409 if(backup_oper_channel>0) in linked_status_chk() 12410 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_ap.c | 601 u8 backup_oper_channel=0; in expire_timeout_chk() local 605 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk() 655 if (backup_oper_channel>0) /* back to the original operation channel */ in expire_timeout_chk() 656 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
|
| H A D | rtw_mlme_ext.c | 12511 u8 backup_oper_channel=0; in linked_status_chk() local 12515 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk() 12530 if(backup_oper_channel>0) in linked_status_chk() 12531 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_ap.c | 543 u8 backup_oper_channel = 0, switch_channel = _TRUE; in expire_timeout_chk() local 556 backup_oper_channel = rtw_get_oper_ch(padapter); in expire_timeout_chk() 605 if (backup_oper_channel > 0) /* back to the original operation channel */ in expire_timeout_chk() 606 SelectChannel(padapter, backup_oper_channel); in expire_timeout_chk()
|
| H A D | rtw_mlme_ext.c | 12100 u8 backup_oper_channel = 0; in linked_status_chk() local 12104 backup_oper_channel = rtw_get_oper_ch(padapter); in linked_status_chk() 12119 if (backup_oper_channel > 0) in linked_status_chk() 12120 SelectChannel(padapter, backup_oper_channel); in linked_status_chk()
|