Home
last modified time | relevance | path

Searched refs:bcn_timeout (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_cfg80211.h48 s32 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout);
H A Ddhd_cfg80211.c278 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout) in wl_dongle_roam() argument
284 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
H A Ddhd_config.h246 uint bcn_timeout; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_cfg80211.h55 s32 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout);
H A Ddhd_cfg80211.c275 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout) in wl_dongle_roam() argument
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
H A Ddhd_linux.c1886 int bcn_timeout = 0; local
1923 bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING;
1925 int bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING; local
2035 bcn_timeout = max(bcn_timeout, BCN_TIMEOUT_IN_SUSPEND);
2036 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2037 sizeof(bcn_timeout), NULL, 0, TRUE);
2059 bcn_timeout = CUSTOM_BCN_TIMEOUT_IN_SUSPEND;
2060 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2061 sizeof(bcn_timeout), NULL, 0, TRUE);
2239 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_cfg80211.h55 s32 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout);
H A Ddhd_cfg80211.c275 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout) in wl_dongle_roam() argument
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
H A Ddhd_linux.c1900 int bcn_timeout = 0; local
1937 bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING;
1939 int bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING; local
2049 bcn_timeout = max(bcn_timeout, BCN_TIMEOUT_IN_SUSPEND);
2050 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2051 sizeof(bcn_timeout), NULL, 0, TRUE);
2073 bcn_timeout = CUSTOM_BCN_TIMEOUT_IN_SUSPEND;
2074 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2075 sizeof(bcn_timeout), NULL, 0, TRUE);
2253 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_cfg80211.h55 s32 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout);
H A Ddhd_cfg80211.c275 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout) in wl_dongle_roam() argument
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
H A Ddhd_linux.c1886 int bcn_timeout = 0; local
1923 bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING;
1925 int bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING; local
2035 bcn_timeout = max(bcn_timeout, BCN_TIMEOUT_IN_SUSPEND);
2036 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2037 sizeof(bcn_timeout), NULL, 0, TRUE);
2059 bcn_timeout = CUSTOM_BCN_TIMEOUT_IN_SUSPEND;
2060 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2061 sizeof(bcn_timeout), NULL, 0, TRUE);
2239 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_cfg80211.h48 s32 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout);
H A Ddhd_cfg80211.c278 wl_dongle_roam(struct net_device *ndev, u32 roamvar, u32 bcn_timeout) in wl_dongle_roam() argument
284 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
H A Ddhd_config.h247 uint bcn_timeout; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h199 uint bcn_timeout; member
H A Ddhd_linux.c3415 int bcn_timeout = 0; in dhd_set_suspend() local
3449 int bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING; in dhd_set_suspend() local
3451 bcn_timeout = CUSTOM_BCN_TIMEOUT_SETTING; in dhd_set_suspend()
3558 bcn_timeout = max(bcn_timeout, BCN_TIMEOUT_IN_SUSPEND); in dhd_set_suspend()
3559 dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout, in dhd_set_suspend()
3560 sizeof(bcn_timeout), NULL, 0, TRUE); in dhd_set_suspend()
3571 bcn_timeout = CUSTOM_BCN_TIMEOUT_IN_SUSPEND; in dhd_set_suspend()
3572 dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout, in dhd_set_suspend()
3573 sizeof(bcn_timeout), NULL, 0, TRUE); in dhd_set_suspend()
3701 dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout, in dhd_set_suspend()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/chips/
H A DCYW43455_Makefile343 # bcn_timeout
H A DCYW4373_Makefile343 # bcn_timeout
H A DCYW54591_Makefile343 # bcn_timeout
H A DCYW54591_PCIE_Makefile343 # bcn_timeout
H A DCYW5557X_Makefile343 # bcn_timeout
H A DCYW5557X_PCIE_Makefile343 # bcn_timeout
H A DCYW4354_Makefile343 # bcn_timeout
H A DCYW43438_Makefile343 # bcn_timeout

123