Searched refs:beacon_period_us (Results 1 – 2 of 2) sorted by relevance
99 u32 beacon_period_us = 0, timeslot_us = 0, next_timeslot_us = 0; in _phl_ecsa_calculate_next_timer_ap() local114 beacon_period_us = bcn_cmn->bcn_interval * TU; in _phl_ecsa_calculate_next_timer_ap()116 timeslot_us = (u32)_os_modular64(tsf, beacon_period_us); in _phl_ecsa_calculate_next_timer_ap()122 next_timeslot_us = beacon_period_us - timeslot_us + (2 * TU); in _phl_ecsa_calculate_next_timer_ap()126 next_timeslot_us = (beacon_period_us - timeslot_us - in _phl_ecsa_calculate_next_timer_ap()129 (beacon_period_us - timeslot_us)/1000; in _phl_ecsa_calculate_next_timer_ap()133 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()137 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()138 (beacon_period_us - ECSA_UPDATE_BCN_BEFORE_TBTT_US); in _phl_ecsa_calculate_next_timer_ap()141 (2 * beacon_period_us - timeslot_us)/1000; in _phl_ecsa_calculate_next_timer_ap()[all …]