Home
last modified time | relevance | path

Searched refs:NET80211_TU_TO_US (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c666 desc.duration = param->dur * NET80211_TU_TO_US; in _mcc_update_noa()
667 desc.interval = param->interval * NET80211_TU_TO_US; in _mcc_update_noa()
683 wdinfo->noa_duration[0] =param->dur * NET80211_TU_TO_US; in _mcc_update_noa()
684 wdinfo->noa_interval[0] = param->interval * NET80211_TU_TO_US; in _mcc_update_noa()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c666 desc.duration = param->dur * NET80211_TU_TO_US; in _mcc_update_noa()
667 desc.interval = param->interval * NET80211_TU_TO_US; in _mcc_update_noa()
683 wdinfo->noa_duration[0] =param->dur * NET80211_TU_TO_US; in _mcc_update_noa()
684 wdinfo->noa_interval[0] = param->interval * NET80211_TU_TO_US; in _mcc_update_noa()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c4144 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4165 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
4196 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4201 time_offset = (idx + 2) * inter_bcn_space_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()
4220 _set_timer(&pdvobj->txbcn_timer, time_offset / NET80211_TU_TO_US); in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ap.c4241 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4262 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
4293 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
4298 time_offset = (idx + 2) * inter_bcn_space_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()
4317 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ap.c4981 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5002 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5038 time_offset = (idx + 2) * inter_bcn_space_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()
5057 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_ap.c4963 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
4984 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5015 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5020 time_offset = (idx + 2) * inter_bcn_space_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()
5039 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ap.c4981 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5002 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5038 time_offset = (idx + 2) * inter_bcn_space_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()
5057 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ap.c4985 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5006 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5037 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5042 time_offset = (idx + 2) * inter_bcn_space_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()
5061 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_ap.c5057 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5078 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5109 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5114 time_offset = (idx + 2) * inter_bcn_space_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()
5133 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ap.c5107 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5128 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5159 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5164 time_offset = (idx + 2) * inter_bcn_space_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()
5183 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_ap.c5012 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5033 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5064 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5069 time_offset = (idx + 2) * inter_bcn_space_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()
5088 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ap.c5212 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5233 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5264 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5269 time_offset = (idx + 2) * inter_bcn_space_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()
5288 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ap.c5007 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5028 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5059 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5064 time_offset = (idx + 2) * inter_bcn_space_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()
5083 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ap.c5058 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5079 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5110 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5115 time_offset = (idx + 2) * inter_bcn_space_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()
5134 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c5085 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5106 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5137 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5142 time_offset = (idx + 2) * inter_bcn_space_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()
5161 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ap.c5305 bcn_interval_us = DEFAULT_BCN_INTERVAL * NET80211_TU_TO_US; in tx_beacon_handlder()
5326 …inter_bcn_space_us = pdvobj->inter_bcn_space * NET80211_TU_TO_US; /* beacon_interval / (nr_vap+1);… in tx_beacon_handlder()
5357 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder()
5362 time_offset = (idx + 2) * inter_bcn_space_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()
5381 txbcn_timer_ms = time_offset / NET80211_TU_TO_US; in tx_beacon_handlder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211.h39 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dieee80211.h25 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dieee80211.h34 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dieee80211.h24 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dieee80211.h25 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h26 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dieee80211.h24 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dieee80211.h24 #define NET80211_TU_TO_US 1024 /* unit:us */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dieee80211.h25 #define NET80211_TU_TO_US 1024 /* unit:us */ macro

12