Searched refs:wow_nlo (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_wow.c | 686 static void nlo_scan_ch_init(struct rtw_nlo_info *wow_nlo, in nlo_scan_ch_init() argument 693 wow_nlo->channel_list[i].bw = CHANNEL_WIDTH_20; in nlo_scan_ch_init() 694 wow_nlo->channel_list[i].center_chan = channels[i]->hw_value; in nlo_scan_ch_init() 695 wow_nlo->channel_list[i].chan = channels[i]->hw_value; in nlo_scan_ch_init() 696 wow_nlo->channel_list[i].period = 100; in nlo_scan_ch_init() 702 wow_nlo->channel_list[i].tx_pkt = 0; in nlo_scan_ch_init() 704 wow_nlo->channel_list[i].tx_pkt = 1; in nlo_scan_ch_init() 705 wow_nlo->channel_list[i].tx_data_pause = 1; in nlo_scan_ch_init() 708 wow_nlo->channel_num = i; in nlo_scan_ch_init() 711 static void nlo_ssid_init(struct rtw_nlo_info *wow_nlo, in nlo_ssid_init() argument [all …]
|
| H A D | rtw_phl.c | 2590 struct rtw_nlo_info *wow_nlo; in _cfg_nlo_info() local 2599 rtw_phl_cfg_nlo_info(phl, &wowpriv->wow_nlo); in _cfg_nlo_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_wow.c | 692 static void nlo_scan_ch_init(struct rtw_nlo_info *wow_nlo, in nlo_scan_ch_init() argument 699 wow_nlo->channel_list[i].bw = CHANNEL_WIDTH_20; in nlo_scan_ch_init() 700 wow_nlo->channel_list[i].center_chan = channels[i]->hw_value; in nlo_scan_ch_init() 701 wow_nlo->channel_list[i].chan = channels[i]->hw_value; in nlo_scan_ch_init() 702 wow_nlo->channel_list[i].period = 100; in nlo_scan_ch_init() 708 wow_nlo->channel_list[i].tx_pkt = 0; in nlo_scan_ch_init() 710 wow_nlo->channel_list[i].tx_pkt = 1; in nlo_scan_ch_init() 711 wow_nlo->channel_list[i].tx_data_pause = 1; in nlo_scan_ch_init() 714 wow_nlo->channel_num = i; in nlo_scan_ch_init() 717 static void nlo_ssid_init(struct rtw_nlo_info *wow_nlo, in nlo_ssid_init() argument [all …]
|
| H A D | rtw_phl.c | 2602 struct rtw_nlo_info *wow_nlo; in _cfg_nlo_info() local 2611 rtw_phl_cfg_nlo_info(phl, &wowpriv->wow_nlo); in _cfg_nlo_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_wow.h | 102 struct rtw_nlo_info wow_nlo; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_wow.h | 102 struct rtw_nlo_info wow_nlo; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 9097 if (wowpriv->wow_nlo.nlo_en && in cfg80211_rtw_suspend() 9110 struct rtw_nlo_info *wow_nlo = &wowpriv->wow_nlo; in cfg80211_rtw_resume() local 9125 for (i=0;i<wow_nlo->num_of_networks && i < RTW_SSID_SCAN_AMOUNT; i++) { in cfg80211_rtw_resume() 9126 len = wow_nlo->ssidlen[i]; in cfg80211_rtw_resume() 9127 _rtw_memcpy(&parm.ssid[i].Ssid, wow_nlo->ssid[i], len); in cfg80211_rtw_resume()
|
| H A D | ioctl_linux.c | 5830 if (wowpriv->wow_nlo.nlo_en) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 9272 if (wowpriv->wow_nlo.nlo_en && in cfg80211_rtw_suspend() 9285 struct rtw_nlo_info *wow_nlo = &wowpriv->wow_nlo; in cfg80211_rtw_resume() local 9300 for (i=0;i<wow_nlo->num_of_networks && i < RTW_SSID_SCAN_AMOUNT; i++) { in cfg80211_rtw_resume() 9301 len = wow_nlo->ssidlen[i]; in cfg80211_rtw_resume() 9302 _rtw_memcpy(&parm.ssid[i].Ssid, wow_nlo->ssid[i], len); in cfg80211_rtw_resume()
|
| H A D | ioctl_linux.c | 5830 if (wowpriv->wow_nlo.nlo_en) {
|