Home
last modified time | relevance | path

Searched refs:uChannel (Results 1 – 22 of 22) sorted by relevance

/drivers/staging/vt6656/
Dioctl.c189 pDevice->uChannel = sJoinCmd.uChannel; in private_ioctl()
257 sLinkStatus.uChannel = pMgmt->uCurrChannel; in private_ioctl()
312 pList->sBSSIDList[ii].uChannel = pBSS->uChannel; in private_ioctl()
492 if ((sStartAPCmd.uChannel > 0) && (sStartAPCmd.uChannel <= 14)) in private_ioctl()
493 pDevice->uChannel = sStartAPCmd.uChannel; in private_ioctl()
Diocmd.h124 u32 uChannel; member
154 u32 uChannel; member
173 u32 uChannel; member
228 u32 uChannel; member
Dbssdb.c220 pMgmt->pSameBSS[jj].uChannel = pCurrBSS->uChannel; in BSSpSearchBSSList()
392 pBSSList->uChannel = byCurrChannel; in BSSbInsertToBSSList()
411 if (pBSSList->uChannel > CB_MAX_CHANNEL_24G) { in BSSbInsertToBSSList()
555 pBSSList->uChannel = byCurrChannel; in BSSbUpdateToBSSList()
573 if (pBSSList->uChannel > CB_MAX_CHANNEL_24G) { in BSSbUpdateToBSSList()
Dbssdb.h99 unsigned int uChannel; member
Diwctl.c239 iwe.u.freq.m = pBSS->uChannel; in iwctl_giwscan()
244 int f = (int)pBSS->uChannel - 1; in iwctl_giwscan()
366 pDevice->uChannel = channel; in iwctl_siwfreq()
Dmain_usb.c309 pDevice->uChannel = CHANNEL_DEF; in device_set_options()
602 pMgmt->uCurrChannel = pDevice->uChannel; in device_init_registers()
603 pMgmt->uIBSSChannel = pDevice->uChannel; in device_init_registers()
Ddevice.h840 unsigned int uChannel; member
Dwmgr.c355 pMgmt->uCurrChannel = pDevice->uChannel; in vMgrObjectInit()
2418 pMgmt->uIBSSChannel = pDevice->uChannel; in vMgrCreateOwnIBSS()
2663 pMgmt->uCurrChannel = pCurr->uChannel; in vMgrJoinBSSBegin()
2841 pMgmt->uCurrChannel = pCurr->uChannel; in vMgrJoinBSSBegin()
3020 CARDbSetMediaChannel(pDevice, pCurr->uChannel); in s_vMgrSynchBSS()
3021 pMgmt->uCurrChannel = pCurr->uChannel; in s_vMgrSynchBSS()
3022 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "<----s_bSynchBSS Set Channel [%d]\n", pCurr->uChannel); in s_vMgrSynchBSS()
Dwpactl.c618 scan_buf->freq = frequency_list[pBSS->uChannel-1]; in wpa_get_scan()
/drivers/staging/vt6655/
Dioctl.c201 pDevice->uChannel = sJoinCmd.uChannel; in private_ioctl()
263 sLinkStatus.uChannel = pMgmt->uCurrChannel; in private_ioctl()
317 pList->sBSSIDList[ii].uChannel = pBSS->uChannel; in private_ioctl()
505 if ((sStartAPCmd.uChannel > 0) && (sStartAPCmd.uChannel <= 14)) in private_ioctl()
506 pDevice->uChannel = sStartAPCmd.uChannel; in private_ioctl()
Diocmd.h133 u32 uChannel; member
165 u32 uChannel; member
187 u32 uChannel; member
218 u32 uChannel; member
Drf.c914 bool RFvWriteWakeProgSyn (unsigned long dwIoBase, unsigned char byRFType, unsigned int uChannel) in RFvWriteWakeProgSyn() argument
925 if (uChannel > CB_MAX_CHANNEL_24G) in RFvWriteWakeProgSyn()
937 …MISCFifo(dwIoBase, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL2230ChannelTable0[uChannel-1]); in RFvWriteWakeProgSyn()
939 …MISCFifo(dwIoBase, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL2230ChannelTable1[uChannel-1]); in RFvWriteWakeProgSyn()
951 if (uChannel <= CB_MAX_CHANNEL_24G) in RFvWriteWakeProgSyn()
964 …MISCFifo(dwIoBase, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL7230ChannelTable0[uChannel-1]); in RFvWriteWakeProgSyn()
966 …MISCFifo(dwIoBase, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL7230ChannelTable1[uChannel-1]); in RFvWriteWakeProgSyn()
968 …MISCFifo(dwIoBase, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL7230ChannelTable2[uChannel-1]); in RFvWriteWakeProgSyn()
Drf.h84 bool RFvWriteWakeProgSyn(unsigned long dwIoBase, unsigned char byRFType, unsigned int uChannel);
Dvntwifi.h148 unsigned int uChannel
Dvntwifi.c106 unsigned int uChannel in VNTWIFIvSetIBSSParameter() argument
113 pMgmt->uIBSSChannel = uChannel; in VNTWIFIvSetIBSSParameter()
Dbssdb.h109 unsigned int uChannel; member
Dbssdb.c427 pBSSList->uChannel = byCurrChannel; in BSSbInsertToBSSList()
446 if (pBSSList->uChannel > CB_MAX_CHANNEL_24G) { in BSSbInsertToBSSList()
627 pBSSList->uChannel = byCurrChannel; in BSSbUpdateToBSSList()
646 if (pBSSList->uChannel > CB_MAX_CHANNEL_24G) { in BSSbUpdateToBSSList()
Dwmgr.c363 pMgmt->uCurrChannel = pDevice->uChannel; in vMgrObjectInit()
2119 (unsigned char) pBSSList->uChannel, in s_vMgrRxBeacon()
2131 set_channel(pMgmt->pAdapter, pBSSList->uChannel); in s_vMgrRxBeacon()
2481 pMgmt->uIBSSChannel = pDevice->uChannel; in vMgrCreateOwnIBSS()
2731 pMgmt->uCurrChannel = pCurr->uChannel; in vMgrJoinBSSBegin()
2850 pMgmt->uCurrChannel = pCurr->uChannel; in vMgrJoinBSSBegin()
3032 if (set_channel(pMgmt->pAdapter, pCurr->uChannel) == false) { in s_vMgrSynchBSS()
3033 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "<----s_bSynchBSS Set Channel [%d]\n", pCurr->uChannel); in s_vMgrSynchBSS()
3055 pMgmt->uCurrChannel = pCurr->uChannel; in s_vMgrSynchBSS()
3058 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "Sync:Set to channel = [%d]\n", (int)pCurr->uChannel); in s_vMgrSynchBSS()
Ddevice.h819 unsigned int uChannel; member
Diwctl.c285 iwe.u.freq.m = pBSS->uChannel; in iwctl_giwscan()
291 int f = (int)pBSS->uChannel - 1; in iwctl_giwscan()
414 pDevice->uChannel = channel; in iwctl_siwfreq()
Dwpactl.c703 scan_buf->freq = frequency_list[pBSS->uChannel-1]; in wpa_get_scan()
Ddevice_main.c443 pDevice->uChannel = pDevice->sOpts.channel_num; in device_set_options()
469 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" uChannel= %d\n",(int)pDevice->uChannel); in device_set_options()