Lines Matching refs:bcn_timeout
1900 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,
2254 sizeof(bcn_timeout), NULL, 0, TRUE);
2269 bcn_timeout = CUSTOM_BCN_TIMEOUT;
2270 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout,
2271 sizeof(bcn_timeout), NULL, 0, TRUE);
10191 uint bcn_timeout = CUSTOM_BCN_TIMEOUT; local
10796 ret = dhd_iovar(dhd, 0, "bcn_timeout", (char *)&bcn_timeout, sizeof(bcn_timeout), NULL, 0,