Home
last modified time | relevance | path

Searched refs:IOTAction (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c455 pHTInfo->IOTAction = 0; in HTResetIOTSetting()
529 if (pHT->IOTAction & HT_IOT_ACT_DISABLE_MCS15) in HTConstructCapabilityElement()
532 if (pHT->IOTAction & HT_IOT_ACT_DISABLE_MCS14) in HTConstructCapabilityElement()
535 if (pHT->IOTAction & HT_IOT_ACT_DISABLE_ALL_2SS) in HTConstructCapabilityElement()
966 pHTInfo->IOTAction |= HT_IOT_ACT_TX_USE_AMSDU_8K; in HTOnAssocRsp()
1067 pHTInfo->IOTAction = 0; in HTInitializeHTInfo()
1151 pHTInfo->IOTAction = 0; in HTResetSelfAndSavePeerSetting()
1154 pHTInfo->IOTAction |= HT_IOT_ACT_DISABLE_MCS14; in HTResetSelfAndSavePeerSetting()
1158 pHTInfo->IOTAction |= HT_IOT_ACT_DISABLE_MCS15; in HTResetSelfAndSavePeerSetting()
1174 pHTInfo->IOTAction |= HT_IOT_ACT_CDD_FSYNC; in HTResetSelfAndSavePeerSetting()
[all …]
H A Drtl819x_HT.h219 u32 IOTAction; member
H A Dieee80211_tx.c471 if (pHTInfo->IOTAction & HT_IOT_ACT_FORCED_CTS2SELF) { in ieee80211_query_protectionmode()
H A Dieee80211_softmac.c183 if (pHTInfo->IOTAction & HT_IOT_ACT_MGNT_USE_CCK_6M) in MgntQuery_MgntFrameTxRate()
1587 ieee->pHTInfo->IOTAction |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
1845 iotAction = ieee->pHTInfo->IOTAction; in ieee80211_check_auth_response()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2013 if (priv->ieee80211->pHTInfo->IOTAction & HT_IOT_ACT_DISABLE_EDCA_TURBO) in dm_check_edca_turbo()
2112 pHTInfo->IOTAction &= ~HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2124 pHTInfo->IOTAction &= ~HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2126 pHTInfo->IOTAction |= HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2459 (priv->ieee80211->pHTInfo->IOTAction & HT_IOT_ACT_CDD_FSYNC)) { in dm_fsync_work_callback()
2623 (priv->ieee80211->pHTInfo->IOTAction & HT_IOT_ACT_CDD_FSYNC)) { in dm_check_fsync()
H A Dr8192U_core.c4737 if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()