• 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/rtl8192u/ieee80211/

Lines Matching refs:BA

2  * This file is created to process BA Action Frame. According to 802.11 spec, there are 3 BA action types at all. And as BA is
11 *function: Activate BA entry. And if Time is nozero, start timer.
12 * input: PBA_RECORD pBA //BA entry to be enabled
24 *function: deactivate BA entry, including its timer.
25 * input: PBA_RECORD pBA //BA entry to be disabled
35 PBA_RECORD pAdmittedBa = &pTxTs->TxAdmittedBARecord; //These two BA entries must exist in TS structure
39 // Delete pending BA
46 // Delete admitted BA
71 *function: reset BA entry
88 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA.
101 //category(1) + action field(1) + Dialog Token(1) + BA Parameter Set(2) + BA Timeout Value(2) + BA Start SeqCtrl(2)(or StatusCode(2))
142 // BA Parameter Set
146 // BA Timeout Value
153 // BA Start SeqCtrl
167 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
236 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
262 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
287 * PBA_RECORD pBA //BA_RECORD entry which stores the necessary information for BA
376 IEEE80211_DEBUG(IEEE80211_DL_ERR, "BA Policy is not correct in %s()\n", __FUNCTION__);
399 BA_RECORD BA;
400 BA.BaParamSet = *pBaParamSet;
401 BA.BaTimeoutValue = *pBaTimeoutVal;
402 BA.DialogToken = *pDialogToken;
403 BA.BaParamSet.field.BAPolicy = BA_POLICY_IMMEDIATE;
404 ieee80211_send_ADDBARsp(ieee, dst, &BA, rc);
475 // Check if related BA is waiting for setup.
480 // Since BA is already setup, we ignore all other ADDBA Response.
486 IEEE80211_DEBUG(IEEE80211_DL_ERR, "OnADDBARsp(): Recv ADDBA Rsp. BA invalid, DELBA! \n");
492 IEEE80211_DEBUG(IEEE80211_DL_BA, "OnADDBARsp(): Recv ADDBA Rsp. BA is admitted! Status code:%X\n", *pStatusCode);
501 // We can compare the value of BA parameter set that Peer returned and Self sent.
502 // If it is OK, then admitted. Or we can send DELBA to cancel BA mechanism.
535 BA_RECORD BA;
536 BA.BaParamSet = *pBaParamSet;
537 ieee80211_send_DELBA(ieee, dst, &BA, TX_DIR, ReasonCode);
682 *function: BA setup timer