Home
last modified time | relevance | path

Searched refs:byCurrChannel (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/staging/vt6656/
Dwmgr.c98 BYTE byCurrChannel
1762 BYTE byCurrChannel in ChannelExceedZoneType() argument
1769 if((byCurrChannel<1) ||(byCurrChannel>11)) in ChannelExceedZoneType()
1774 if((byCurrChannel<1) ||(byCurrChannel>13)) in ChannelExceedZoneType()
1823 BYTE byCurrChannel = pRxPacket->byRxChannel; in s_vMgrRxBeacon() local
1850 if( byCurrChannel > CB_MAX_CHANNEL_24G ) in s_vMgrRxBeacon()
1853 if (byCurrChannel == RFaby11aChannelIndex[sFrame.pDSParms->byCurrChannel-1]) in s_vMgrRxBeacon()
1855 byCurrChannel = RFaby11aChannelIndex[sFrame.pDSParms->byCurrChannel-1]; in s_vMgrRxBeacon()
1862 if (byCurrChannel == sFrame.pDSParms->byCurrChannel) in s_vMgrRxBeacon()
1864 byCurrChannel = sFrame.pDSParms->byCurrChannel; in s_vMgrRxBeacon()
[all …]
Dbssdb.h246 BYTE byCurrChannel,
263 BYTE byCurrChannel,
Dbssdb.c344 BYTE byCurrChannel, in BSSbInsertToBSSList() argument
392 pBSSList->uChannel = byCurrChannel; in BSSbInsertToBSSList()
524 BYTE byCurrChannel, in BSSbUpdateToBSSList() argument
555 pBSSList->uChannel = byCurrChannel; in BSSbUpdateToBSSList()
D80211mgr.h274 BYTE byCurrChannel; member
/linux-3.4.99/drivers/staging/vt6655/
Dbssdb.h273 unsigned char byCurrChannel,
294 unsigned char byCurrChannel,
Dwmgr.c99 unsigned char byCurrChannel
1832 unsigned char byCurrChannel in ChannelExceedZoneType() argument
1839 if((byCurrChannel<1) ||(byCurrChannel>11)) in ChannelExceedZoneType()
1844 if((byCurrChannel<1) ||(byCurrChannel>13)) in ChannelExceedZoneType()
1894 unsigned char byCurrChannel = pRxPacket->byRxChannel; in s_vMgrRxBeacon() local
1919 if (byCurrChannel > CB_MAX_CHANNEL_24G) { in s_vMgrRxBeacon()
1921 … byIEChannel = get_channel_mapping(pDevice, sFrame.pDSParms->byCurrChannel, PHY_TYPE_11A); in s_vMgrRxBeacon()
1923 byIEChannel = sFrame.pDSParms->byCurrChannel; in s_vMgrRxBeacon()
1925 if (byCurrChannel != byIEChannel) { in s_vMgrRxBeacon()
1928 byCurrChannel = byIEChannel; in s_vMgrRxBeacon()
[all …]
Dbssdb.c377 unsigned char byCurrChannel, in BSSbInsertToBSSList() argument
427 pBSSList->uChannel = byCurrChannel; in BSSbInsertToBSSList()
592 unsigned char byCurrChannel, in BSSbUpdateToBSSList() argument
627 pBSSList->uChannel = byCurrChannel; in BSSbUpdateToBSSList()
D80211mgr.h276 unsigned char byCurrChannel; member