Home
last modified time | relevance | path

Searched refs:eOPMode (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
Dpower.c89 if (pDevice->eOPMode != OP_MODE_ADHOC) { in PSvEnablePowerSaving()
120 if (pDevice->eOPMode == OP_MODE_ADHOC) { in PSvEnablePowerSaving()
124 else if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) { in PSvEnablePowerSaving()
166 if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) { in PSvDisablePowerSaving()
Drxtx.c890 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
891 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
897 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
928 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
929 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
936 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
959 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
960 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
967 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
990 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
[all …]
Dcard.h118 bool CARDbSetBSSID(void *pDeviceHandler, unsigned char *pbyBSSID, CARD_OP_MODE eOPMode);
Dvntwifi.h154 WMAC_CONFIG_MODE eOPMode
Dcard.c793 (pDevice->eOPMode == OP_MODE_ADHOC)) { in CARDbStartTxPacket()
816 bool CARDbSetBSSID(void *pDeviceHandler, unsigned char *pbyBSSID, CARD_OP_MODE eOPMode) in CARDbSetBSSID() argument
822 if (eOPMode == OP_MODE_ADHOC) { in CARDbSetBSSID()
827 if (eOPMode == OP_MODE_AP) { in CARDbSetBSSID()
832 if (eOPMode == OP_MODE_UNKNOWN) { in CARDbSetBSSID()
846 pDevice->eOPMode = eOPMode; in CARDbSetBSSID()
Dvntwifi.c75 WMAC_CONFIG_MODE eOPMode in VNTWIFIvSetOPMode() argument
80 pMgmt->eConfigMode = eOPMode; in VNTWIFIvSetOPMode()
Ddevice_main.c2814 (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE)) { in device_intr()
2827 if (pDevice->eOPMode == OP_MODE_ADHOC) { in device_intr()
2864 if ((pDevice->eOPMode == OP_MODE_AP) || in device_intr()
2865 (pDevice->eOPMode == OP_MODE_ADHOC)) { in device_intr()
2871 if (pDevice->eOPMode == OP_MODE_ADHOC && pDevice->pMgmt->wCurrATIMWindow > 0) { in device_intr()
2879 if (pDevice->eOPMode == OP_MODE_ADHOC) { in device_intr()
2884 if (pDevice->eOPMode == OP_MODE_AP) { in device_intr()
2932 if (pDevice->eOPMode == OP_MODE_AP) { in device_intr()
Ddevice.h545 CARD_OP_MODE eOPMode; member
Ddpc.c707 (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) && in device_receive_frame()
Diwctl.c85 pDevice->wstats.status = pDevice->eOPMode; in iwctl_get_wireless_stats()
/linux-3.4.99/drivers/staging/vt6656/
Dpower.c83 if (pDevice->eOPMode != OP_MODE_ADHOC) { in PSvEnablePowerSaving()
122 if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) in PSvEnablePowerSaving()
155 if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) in PSvDisablePowerSaving()
Drxtx.c1016 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
1017 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
1027 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
1061 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
1062 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
1073 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
1100 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
1101 (pDevice->eOPMode == OP_MODE_AP)) { in s_vFillRTSHead()
1111 if (pDevice->eOPMode == OP_MODE_AP) { in s_vFillRTSHead()
1137 if ((pDevice->eOPMode == OP_MODE_ADHOC) || in s_vFillRTSHead()
[all …]
Dint.c150 if (pDevice->eOPMode == OP_MODE_AP) { in INTnsProcessData()
Ddevice.h650 CARD_OP_MODE eOPMode; member
Dwmgr.c2522 pDevice->eOPMode = OP_MODE_AP; in vMgrCreateOwnIBSS()
2527 pDevice->eOPMode = OP_MODE_ADHOC; in vMgrCreateOwnIBSS()
2721 pDevice->eOPMode = OP_MODE_INFRASTRUCTURE; in vMgrJoinBSSBegin()
2864 pDevice->eOPMode = OP_MODE_ADHOC; in vMgrJoinBSSBegin()
Ddpc.c737 (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) && in RXbBulkInProcessData()
Diwctl.c70 pDevice->wstats.status = pDevice->eOPMode; in iwctl_get_wireless_stats()
Dmain_usb.c318 pDevice->eOPMode = OP_MODE_DEF; in device_set_options()