Home
last modified time | relevance | path

Searched refs:OpMode (Results 1 – 21 of 21) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8192e/
Dr8190_rtl8256.c441 priv->OpMode = RT_OP_MODE_NO_LINK; in MgntDisconnectIBSS()
445 RT_OP_MODE OpMode = priv->OpMode; in MgntDisconnectIBSS() local
450 switch(OpMode) in MgntDisconnectIBSS()
511 priv->OpMode = RT_OP_MODE_NO_LINK; in MlmeDisassociateRequest()
513 RT_OP_MODE OpMode = priv->OpMode; in MlmeDisassociateRequest() local
518 switch(OpMode) in MlmeDisassociateRequest()
Dr8192E_core.c288 RT_OP_MODE OpMode = *((RT_OP_MODE *)(val)); in rtl8192e_SetHwReg() local
293 switch(OpMode) in rtl8192e_SetHwReg()
751 u8 OpMode; in rtl8192_halt_adapter() local
754 OpMode = RT_OP_MODE_NO_LINK; in rtl8192_halt_adapter()
755 priv->ieee80211->SetHwRegHandler(priv->ieee80211, HW_VAR_MEDIA_STATUS, &OpMode); in rtl8192_halt_adapter()
Dr8192E.h1086 RT_OP_MODE OpMode; member
Dr819xE_phy.c1480 if( pMgntInfo->OpMode == RT_OP_MODE_INFRASTRUCTURE && in rtl8192_phy_setTxPower()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_mac_pci.c1173 if (pAd->OpMode == OPMODE_AP && Level == DOT11POWERSAVE) in RT28xxPciAsicRadioOn()
1304 if (pAd->OpMode == OPMODE_AP && Level == DOT11POWERSAVE) in RT28xxPciAsicRadioOff()
1326 && pAd->OpMode == OPMODE_STA in RT28xxPciAsicRadioOff()
1383 if (pAd->Antenna.field.RxPath > 1 && pAd->OpMode == OPMODE_STA) { in RT28xxPciAsicRadioOff()
1388 if ((INFRA_ON(pAd) || pAd->OpMode == OPMODE_AP) in RT28xxPciAsicRadioOff()
1486 if (Level == RTMP_HALT && pAd->OpMode == OPMODE_STA) { in RT28xxPciAsicRadioOff()
1491 else if (pAd->OpMode == OPMODE_STA) { in RT28xxPciAsicRadioOff()
1507 if ((pAd->OpMode == OPMODE_AP) || ((pAd->OpMode == OPMODE_STA) in RT28xxPciMlmeRadioOn()
1535 if ((pAd->OpMode == OPMODE_STA) && in RT28xxPciMlmeRadioOn()
1644 if (pAd->OpMode == OPMODE_STA && in RT28xxPciMlmeRadioOFF()
Dcmm_sync.c491 || (pAd->OpMode == OPMODE_AP)) in ScanNextChannel()
556 && (pAd->OpMode == OPMODE_STA)) { in ScanNextChannel()
Dmlme.c720 if ((pAd->OpMode == OPMODE_STA) && (IDLE_ON(pAd)) in MlmePeriodicExec()
957 if ((pAd->OpMode == OPMODE_STA) && ADHOC_ON(pAd)) { in MlmeSelectTxRateTable()
1000 …if (((pEntry->RateLen == 12) || (pAd->OpMode == OPMODE_STA)) && (pEntry->HTCapability.MCSSet[0] ==… in MlmeSelectTxRateTable()
1009 …if (((pEntry->RateLen == 12) || (pAd->OpMode == OPMODE_STA)) && (pEntry->HTCapability.MCSSet[0] ==… in MlmeSelectTxRateTable()
1178 if ((pAd->OpMode == OPMODE_STA) && (IDLE_ON(pAd)) in STAMlmePeriodicExec()
2687 if (pAd->OpMode == OPMODE_STA) { in MlmeCalculateChannelQuality()
2725 …if ((pAd->OpMode == OPMODE_STA) && INFRA_ON(pAd) && (OneSecTxNoRetryOkCount < 2) && /* no heavy tr… in MlmeCalculateChannelQuality()
2746 if (pAd->OpMode == OPMODE_STA) in MlmeCalculateChannelQuality()
2952 if ((ADHOC_ON(pAd) || INFRA_ON(pAd)) && (pAd->OpMode == OPMODE_STA)) { in MlmeUpdateTxRates()
3190 if (bLinkUp && (pAd->OpMode == OPMODE_STA)) { in MlmeUpdateTxRates()
[all …]
Dcmm_info.c556 if ((pAd->OpMode == OPMODE_AP) || INFRA_ON(pAd) || ADHOC_ON(pAd) in RTMPSetHT()
742 if (pAd->OpMode == OPMODE_STA) in RTMPSetIndividualHT()
Dcmm_data.c359 if ((pAd->OpMode == OPMODE_STA) in MlmeHardTransmitMgmtRing()
607 if ((pAd->OpMode == OPMODE_STA) && in RTMP_FillTxBlkInfo()
630 …if ((RTMP_GET_PACKET_LOWRATE(pPacket)) || ((pAd->OpMode == OPMODE_AP) && (pMacEntry->MaxHTPhyMode.… in RTMP_FillTxBlkInfo()
686 if ((INFRA_ON(pAd)) && (pAd->OpMode == OPMODE_STA)) /* must be unicast to AP */ in CanDoAggregateTransmit()
Dcmm_sanity.c276 if (pAd->OpMode == OPMODE_STA) in PeerBeaconAndProbeRspSanity()
548 && (pAd->OpMode == OPMODE_STA)) { in PeerBeaconAndProbeRspSanity()
Dcmm_wpa.c1609 if ((pAd->OpMode == OPMODE_STA) && in RTMPMakeRsnIeCipher()
1685 if ((pAd->OpMode == OPMODE_STA) && in RTMPMakeRsnIeCipher()
Dba_action.c1211 || ((pAd->OpMode == OPMODE_STA) && STA_TGN_WIFI_ON(pAd) in PeerAddBARspAction()
Dspectrum.c1789 if (pAd->OpMode == OPMODE_STA) { in PeerChSwAnnAction()
Drtmp_init.c3161 if (pAd->OpMode == OPMODE_AP) { in RTMPEnableRxTx()
3497 pAd->OpMode = OPMODE_STA; in RtmpRaDevCtrlInit()
/linux-2.6.39/drivers/staging/rt2860/
Drt_main_dev.c399 if (pAd->OpMode == OPMODE_STA) in rt28xx_open()
591 if (pAd->OpMode == OPMODE_STA) in rt28xx_get_wireless_stats()
598 if (pAd->OpMode == OPMODE_STA) { in rt28xx_get_wireless_stats()
Drt_linux.c1310 if (pAd->OpMode == OPMODE_STA) in RtmpOSNetDevAttach()
Drtmp.h1977 u8 OpMode; /* OPMODE_STA, OPMODE_AP */ member
/linux-2.6.39/drivers/staging/comedi/drivers/
Dni_pcidio.c164 #define OpMode Protocol_Register_1 macro
599 writeb(0x00, devpriv->mite->daq_io_addr + OpMode); in nidio_interrupt()
917 writeb(0, devpriv->mite->daq_io_addr + OpMode); in ni_pcidio_cmd()
939 writeb(0, devpriv->mite->daq_io_addr + OpMode); in ni_pcidio_cmd()
994 devpriv->mite->daq_io_addr + OpMode); in ni_pcidio_cmd()
1027 writeb(devpriv->OpModeBits, devpriv->mite->daq_io_addr + OpMode); in ni_pcidio_inttrig()
/linux-2.6.39/drivers/staging/rt2860/chip/
Drtmp_phy.h374 if ((_pAd)->OpMode == OPMODE_AP) \
/linux-2.6.39/drivers/staging/vt6656/
Ddevice.h408 int OpMode; member
/linux-2.6.39/drivers/staging/rt2870/common/
Drtusb_io.c1944 if (pAd->OpMode == OPMODE_STA) { in CMDHandler()