Searched defs:pBaTimeoutVal (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c245 u16 *pBaTimeoutVal = NULL; local
264 pBaTimeoutVal = (u16 *)(tag + 5);
298 pBA->BaTimeoutValue = *pBaTimeoutVal;
317 BA.BaTimeoutValue = *pBaTimeoutVal;
331 u16 *pStatusCode = NULL, *pBaTimeoutVal = NULL; local
348 pBaTimeoutVal = (u16 *)(tag + 7);
403 pAdmittedBA->BaTimeoutValue = *pBaTimeoutVal;
407 ActivateBAEntry(ieee, pAdmittedBA, *pBaTimeoutVal);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c341 u16 *pBaTimeoutVal = NULL; local
362 pBaTimeoutVal = (u16 *)(tag + 5);
405 pBA->BaTimeoutValue = *pBaTimeoutVal;
422 BA.BaTimeoutValue = *pBaTimeoutVal;
443 u16 *pStatusCode = NULL, *pBaTimeoutVal = NULL; local
462 pBaTimeoutVal = (u16 *)(tag + 7);
542 pAdmittedBA->BaTimeoutValue = *pBaTimeoutVal;
546 ActivateBAEntry(ieee, pAdmittedBA, *pBaTimeoutVal);

Completed in 111 milliseconds