Home
last modified time | relevance | path

Searched refs:bcn_interval_us (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c4117 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4144 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4145 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4154 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4158 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
4196 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4209 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4210 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
4211 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ap.c4213 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4241 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4242 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4251 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4255 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
4293 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4306 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4307 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
4308 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ap.c4953 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4981 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4982 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4991 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4995 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5046 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5047 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5048 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_ap.c4935 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4963 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4964 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4973 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4977 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5015 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5028 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5029 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5030 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ap.c4953 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4981 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4982 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4991 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4995 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5046 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5047 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5048 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ap.c4957 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
4985 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4986 if (0 == bcn_interval_us) { in tx_beacon_handlder()
4995 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
4999 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5037 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5050 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5051 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5052 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_ap.c5029 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5057 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5058 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5067 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5071 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5109 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5122 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5123 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5124 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ap.c5079 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5107 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5108 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5117 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5121 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5159 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5172 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5173 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5174 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_ap.c4984 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5012 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5013 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5022 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5026 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5064 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5077 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5078 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5079 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ap.c5184 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5212 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5213 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5222 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5226 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5264 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5277 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5278 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5279 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ap.c4979 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5007 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5008 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5017 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5021 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5059 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5072 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5073 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5074 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ap.c5030 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5058 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5059 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5068 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5072 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5110 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5123 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5124 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5125 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c5057 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5085 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5086 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5095 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5099 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5137 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5150 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5151 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5152 time_offset -= bcn_interval_us; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ap.c5277 u32 bcn_interval_us; /* unit : usec */ in tx_beacon_handlder() local
5305 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5306 if (0 == bcn_interval_us) { in tx_beacon_handlder()
5315 time = (0xFFFFFFFF % bcn_interval_us + 1) * timestamp[1] + timestamp[0]; in tx_beacon_handlder()
5319 cur_tick = timestamp[0] % bcn_interval_us; in tx_beacon_handlder()
5357 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5370 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5371 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder()
5372 time_offset -= bcn_interval_us; in tx_beacon_handlder()