| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvif.c | 3555 wl_scb_probe_t scb_probe; in wl_cfg80211_set_scb_timings() local 3558 bzero(&scb_probe, sizeof(wl_scb_probe_t)); in wl_cfg80211_set_scb_timings() 3559 scb_probe.scb_timeout = WL_SCB_TIMEOUT; in wl_cfg80211_set_scb_timings() 3560 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; in wl_cfg80211_set_scb_timings() 3561 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; in wl_cfg80211_set_scb_timings() 3562 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe, in wl_cfg80211_set_scb_timings()
|
| H A D | dhd_linux.c | 7341 wl_scb_probe_t scb_probe; in dhd_set_scb_probe() local 7354 memcpy(&scb_probe, iovbuf, sizeof(wl_scb_probe_t)); in dhd_set_scb_probe() 7356 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; in dhd_set_scb_probe() 7358 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(wl_scb_probe_t), NULL, 0, in dhd_set_scb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvif.c | 3548 wl_scb_probe_t scb_probe; in wl_cfg80211_set_scb_timings() local 3551 bzero(&scb_probe, sizeof(wl_scb_probe_t)); in wl_cfg80211_set_scb_timings() 3552 scb_probe.scb_timeout = WL_SCB_TIMEOUT; in wl_cfg80211_set_scb_timings() 3553 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; in wl_cfg80211_set_scb_timings() 3554 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; in wl_cfg80211_set_scb_timings() 3555 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe, in wl_cfg80211_set_scb_timings()
|
| H A D | dhd_linux.c | 7327 wl_scb_probe_t scb_probe; in dhd_set_scb_probe() local 7340 memcpy(&scb_probe, iovbuf, sizeof(wl_scb_probe_t)); in dhd_set_scb_probe() 7342 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; in dhd_set_scb_probe() 7344 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(wl_scb_probe_t), NULL, 0, in dhd_set_scb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 6933 wl_scb_probe_t scb_probe; in dhd_set_scb_probe() local 6941 (char *)&scb_probe, sizeof(scb_probe), FALSE); in dhd_set_scb_probe() 6946 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; in dhd_set_scb_probe() 6948 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(scb_probe), in dhd_set_scb_probe()
|
| H A D | wl_cfg80211.c | 10252 wl_scb_probe_t scb_probe; in wl_cfg80211_set_scb_timings() local 10254 bzero(&scb_probe, sizeof(wl_scb_probe_t)); in wl_cfg80211_set_scb_timings() 10255 scb_probe.scb_timeout = WL_SCB_TIMEOUT; in wl_cfg80211_set_scb_timings() 10256 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; in wl_cfg80211_set_scb_timings() 10257 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; in wl_cfg80211_set_scb_timings() 10258 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe, in wl_cfg80211_set_scb_timings()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 12586 wl_scb_probe_t scb_probe; local 12589 bzero(&scb_probe, sizeof(wl_scb_probe_t)); 12590 scb_probe.scb_timeout = WL_SCB_TIMEOUT; 12591 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; 12592 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; 12593 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe,
|
| H A D | dhd_linux.c | 5593 wl_scb_probe_t scb_probe; local 5606 memcpy(&scb_probe, iovbuf, sizeof(wl_scb_probe_t)); 5608 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; 5610 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(wl_scb_probe_t), NULL, 0,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 12584 wl_scb_probe_t scb_probe; local 12587 bzero(&scb_probe, sizeof(wl_scb_probe_t)); 12588 scb_probe.scb_timeout = WL_SCB_TIMEOUT; 12589 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; 12590 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; 12591 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe,
|
| H A D | dhd_linux.c | 5593 wl_scb_probe_t scb_probe; local 5606 memcpy(&scb_probe, iovbuf, sizeof(wl_scb_probe_t)); 5608 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; 5610 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(wl_scb_probe_t), NULL, 0,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 12479 wl_scb_probe_t scb_probe; local 12482 bzero(&scb_probe, sizeof(wl_scb_probe_t)); 12483 scb_probe.scb_timeout = WL_SCB_TIMEOUT; 12484 scb_probe.scb_activity_time = WL_SCB_ACTIVITY_TIME; 12485 scb_probe.scb_max_probe = WL_SCB_MAX_PROBE; 12486 err = wldev_iovar_setbuf(dev, "scb_probe", (void *)&scb_probe,
|
| H A D | dhd_linux.c | 5604 wl_scb_probe_t scb_probe; local 5617 memcpy(&scb_probe, iovbuf, sizeof(wl_scb_probe_t)); 5619 scb_probe.scb_max_probe = NUM_SCB_MAX_PROBE; 5621 ret = dhd_iovar(dhd, 0, "scb_probe", (char *)&scb_probe, sizeof(wl_scb_probe_t), NULL, 0,
|