Home
last modified time | relevance | path

Searched refs:TX_TIMER (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/inc/
Dsys_wrapper.h110 } TX_TIMER; typedef
114 uint32_t tx_timer_activate(TX_TIMER *);
115 uint32_t tx_timer_change(TX_TIMER *, uint64_t, uint64_t);
116 uint32_t tx_timer_change_context(TX_TIMER *, uint32_t);
118 uint32_t tx_timer_create_intern_debug(void *, TX_TIMER *,
126 uint32_t tx_timer_create_intern(void *, TX_TIMER *, char *,
131 uint32_t tx_timer_deactivate(TX_TIMER *);
132 uint32_t tx_timer_delete(TX_TIMER *);
133 bool tx_timer_running(TX_TIMER *);
/wlan-driver/qcacld-3.0/core/mac/inc/
Dani_global.h258 TX_TIMER gLimPreAuthClnupTimer;
261 TX_TIMER gLimAssocFailureTimer;
262 TX_TIMER gLimReassocFailureTimer;
265 TX_TIMER gLimAuthFailureTimer;
268 TX_TIMER gLimJoinFailureTimer;
271 TX_TIMER *gpLimCnfWaitTimer;
273 TX_TIMER gLimAddtsRspTimer; /* max wait for a response */
276 TX_TIMER gLimUpdateOlbcCacheTimer;
278 TX_TIMER gLimFTPreAuthRspTimer;
280 TX_TIMER gLimPeriodicJoinProbeReqTimer;
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/src/
Dsys_wrapper.c82 uint32_t tx_timer_activate(TX_TIMER *timer_ptr) in tx_timer_activate()
141 uint32_t tx_timer_change(TX_TIMER *timer_ptr, in tx_timer_change()
179 uint32_t tx_timer_change_context(TX_TIMER *timer_ptr, in tx_timer_change_context()
217 TX_TIMER *timer_ptr = (TX_TIMER *) functionContext; in tx_main_timer_func()
251 TX_TIMER *timer_ptr, char *name_ptr, in tx_timer_create_intern_debug()
322 uint32_t tx_timer_create_intern(void *pMacGlobal, TX_TIMER *timer_ptr, in tx_timer_create_intern()
397 uint32_t tx_timer_deactivate(TX_TIMER *timer_ptr) in tx_timer_deactivate()
417 uint32_t tx_timer_delete(TX_TIMER *timer_ptr) in tx_timer_delete()
446 bool tx_timer_running(TX_TIMER *timer_ptr) in tx_timer_running()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddph_global.h171 TX_TIMER pmfSaQueryTimer;
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_global.h215 TX_TIMER timer;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_session.c848 TX_TIMER *timer_ptr; in pe_delete_session()
Dlim_api.c832 qdf_mem_malloc(sizeof(TX_TIMER) * (mac->lim.maxStation + 1)); in pe_open()