Home
last modified time | relevance | path

Searched refs:scb_probe (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c3555 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 Ddhd_linux.c7341 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 Dwl_cfgvif.c3548 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 Ddhd_linux.c7327 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 Ddhd_linux.c6933 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 Dwl_cfg80211.c10252 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 Dwl_cfg80211.c12586 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 Ddhd_linux.c5593 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 Dwl_cfg80211.c12584 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 Ddhd_linux.c5593 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 Dwl_cfg80211.c12479 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 Ddhd_linux.c5604 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,