• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/

Lines Matching refs:BA

23  *function:  Activate BA entry. And if Time is nozero, start timer.
24 * input: PBA_RECORD pBA //BA entry to be enabled
36 *function: deactivate BA entry, including its timer.
37 * input: PBA_RECORD pBA //BA entry to be disabled
47 PBA_RECORD pAdmittedBa = &pTxTs->TxAdmittedBARecord; //These two BA entries must exist in TS structure
51 // Delete pending BA
58 // Delete admitted BA
83 *function: reset BA entry
100 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA.
152 // BA Parameter Set
156 // BA Timeout Value
163 // BA Start SeqCtrl
175 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
242 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
265 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
289 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
380 IEEE80211_DEBUG(IEEE80211_DL_ERR, "BA Policy is not correct in %s()\n", __FUNCTION__);
402 BA_RECORD BA;
403 BA.BaParamSet = *pBaParamSet;
404 BA.BaTimeoutValue = *pBaTimeoutVal;
405 BA.DialogToken = *pDialogToken;
406 BA.BaParamSet.field.BAPolicy = BA_POLICY_IMMEDIATE;
407 ieee80211_send_ADDBARsp(ieee, dst, &BA, rc);
481 // Check if related BA is waiting for setup.
486 // Since BA is already setup, we ignore all other ADDBA Response.
492 IEEE80211_DEBUG(IEEE80211_DL_ERR, "OnADDBARsp(): Recv ADDBA Rsp. BA invalid, DELBA! \n");
498 IEEE80211_DEBUG(IEEE80211_DL_BA, "OnADDBARsp(): Recv ADDBA Rsp. BA is admitted! Status code:%X\n", *pStatusCode);
507 // We can compare the value of BA parameter set that Peer returned and Self sent.
508 // If it is OK, then admitted. Or we can send DELBA to cancel BA mechanism.
541 BA_RECORD BA;
542 BA.BaParamSet = *pBaParamSet;
543 ieee80211_send_DELBA(ieee, dst, &BA, TX_DIR, ReasonCode);
690 *function: BA setup timer