Home
last modified time | relevance | path

Searched refs:pno_freq_expo_max (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Drtw_android.c193 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
253 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
255 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
263 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
289 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
313 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.h270 int pno_freq_expo_max; member
483 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
529 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
581 ushort slowscan_fr, uint8 pno_repeat, uint8 pno_freq_expo_max, int16 flags);
H A Ddhd_pno.c131 int pno_freq_expo_max, uint16 *channel_list, int nchan);
454 (pno_params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
457 pfn_param.exp = (uchar) (pno_params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
567 (params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
569 pfn_param.exp = (uchar) (params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
1029 params->params_legacy.pno_freq_expo_max = 0; in _dhd_pno_reinitialize_prof()
1296 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_for_ssid() argument
1333 params_legacy->nssid, scan_fr, pno_repeat, pno_freq_expo_max, nchan)); in dhd_pno_set_for_ssid()
1336 pno_freq_expo_max, channel_list, nchan); in dhd_pno_set_for_ssid()
1342 int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_legacy_pno() argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.h270 int pno_freq_expo_max; member
483 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
529 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
581 ushort slowscan_fr, uint8 pno_repeat, uint8 pno_freq_expo_max, int16 flags);
H A Ddhd_pno.c131 int pno_freq_expo_max, uint16 *channel_list, int nchan);
454 (pno_params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
457 pfn_param.exp = (uchar) (pno_params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
567 (params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
569 pfn_param.exp = (uchar) (params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
1029 params->params_legacy.pno_freq_expo_max = 0; in _dhd_pno_reinitialize_prof()
1296 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_for_ssid() argument
1333 params_legacy->nssid, scan_fr, pno_repeat, pno_freq_expo_max, nchan)); in dhd_pno_set_for_ssid()
1336 pno_freq_expo_max, channel_list, nchan); in dhd_pno_set_for_ssid()
1342 int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_legacy_pno() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Drtw_android.c196 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
292 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
316 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Drtw_android.c192 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
253 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
255 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
263 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
290 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
317 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_android.c197 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
258 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
260 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
268 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
295 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
319 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_android.c196 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
257 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
259 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
267 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
294 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
321 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drtw_android.c196 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
257 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
259 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
267 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
294 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
321 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_android.c196 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
257 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
259 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
267 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
294 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
321 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drtw_android.c196 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
257 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
259 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
267 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
294 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
321 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drtw_android.c195 int pno_freq_expo_max = 0; in rtw_android_pno_setup() local
256 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in rtw_android_pno_setup()
258 __func__, pno_freq_expo_max); in rtw_android_pno_setup()
266 res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); in rtw_android_pno_setup()
293 int pno_freq_expo_max = 0; in rtw_android_cfg80211_pno_setup() local
320 pno_repeat, pno_freq_expo_max); in rtw_android_cfg80211_pno_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.h287 int pno_freq_expo_max; member
479 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
525 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
H A Ddhd_pno.c121 int pno_freq_expo_max, uint16 *channel_list, int nchan);
433 (pno_params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
436 pfn_param.exp = (uchar) (pno_params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
546 (params->params_legacy.pno_freq_expo_max != 0)) { in _dhd_pno_set()
548 pfn_param.exp = (uchar) (params->params_legacy.pno_freq_expo_max); in _dhd_pno_set()
1027 params->params_legacy.pno_freq_expo_max = 0; in _dhd_pno_reinitialize_prof()
1287 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_for_ssid() argument
1325 params_legacy->nssid, scan_fr, pno_repeat, pno_freq_expo_max, nchan)); in dhd_pno_set_for_ssid()
1328 pno_freq_expo_max, channel_list, nchan); in dhd_pno_set_for_ssid()
1334 int pno_freq_expo_max, uint16 *channel_list, int nchan) in dhd_pno_set_legacy_pno() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.h288 int pno_freq_expo_max; member
493 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
539 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.h288 int pno_freq_expo_max; member
493 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
539 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pno.h288 int pno_freq_expo_max; member
493 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);
539 uint16 scan_fr, int pno_repeat, int pno_freq_expo_max, uint16 *channel_list, int nchan);

1234