Searched defs:pSSID (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/vt6655/
H A Dwcmd.c82 PWLAN_IE_SSID pSSID,
274 PWLAN_IE_SSID pSSID,
298 // Copy the SSID, pSSID->len=0 indicate broadcast SSID
299 sFrame.pSSID = (PWLAN_IE_SSID)(sFrame.pBuf + sFrame.len);
300 sFrame.len += pSSID->len + WLAN_IEHDR_LEN;
301 memcpy(sFrame.pSSID, pSSID, pSSID->len + WLAN_IEHDR_LEN);
905 PWLAN_IE_SSID pSSID; local
920 pSSID
270 s_MgrMakeProbeRequest( PSDevice pDevice, PSMgmtObject pMgmt, unsigned char *pScanBSSID, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pCurrRates, PWLAN_IE_SUPP_RATES pCurrExtSuppRates ) argument
[all...]
H A Dbssdb.c138 PWLAN_IE_SSID pSSID = NULL; local
155 pSSID = (PWLAN_IE_SSID) pbyDesireSSID;
167 if (pSSID != NULL) {
169 if ( !memcmp(pSSID->abySSID,
171 pSSID->len)) {
200 if (pSSID != NULL) {
202 if (! !memcmp(pSSID->abySSID,
204 pSSID->len) ||
205 (pSSID->len != ((PWLAN_IE_SSID)pCurrBSS->abySSID)->len)) {
331 PWLAN_IE_SSID pSSID
371 BSSbInsertToBSSList( void *hDeviceContext, unsigned char *abyBSSIDAddr, QWORD qwTimestamp, unsigned short wBeaconInterval, unsigned short wCapInfo, unsigned char byCurrChannel, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pSuppRates, PWLAN_IE_SUPP_RATES pExtSuppRates, PERPObject psERP, PWLAN_IE_RSN pRSN, PWLAN_IE_RSN_EXT pRSNWPA, PWLAN_IE_COUNTRY pIE_Country, PWLAN_IE_QUIET pIE_Quiet, unsigned int uIELength, unsigned char *pbyIEs, void *pRxPacketContext ) argument
587 BSSbUpdateToBSSList( void *hDeviceContext, QWORD qwTimestamp, unsigned short wBeaconInterval, unsigned short wCapInfo, unsigned char byCurrChannel, bool bChannelHit, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pSuppRates, PWLAN_IE_SUPP_RATES pExtSuppRates, PERPObject psERP, PWLAN_IE_RSN pRSN, PWLAN_IE_RSN_EXT pRSNWPA, PWLAN_IE_COUNTRY pIE_Country, PWLAN_IE_QUIET pIE_Quiet, PKnownBSS pBSSList, unsigned int uIELength, unsigned char *pbyIEs, void *pRxPacketContext ) argument
[all...]
H A D80211mgr.h517 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_BEACON
575 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_ASSOCREQ
616 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_REASSOCREQ
650 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_PROBEREQ
668 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_PROBERESP
/drivers/staging/vt6656/
H A Dwcmd.c84 PWLAN_IE_SSID pSSID,
276 PWLAN_IE_SSID pSSID,
300 // Copy the SSID, pSSID->len=0 indicate broadcast SSID
301 sFrame.pSSID = (PWLAN_IE_SSID)(sFrame.pBuf + sFrame.len);
302 sFrame.len += pSSID->len + WLAN_IEHDR_LEN;
303 memcpy(sFrame.pSSID, pSSID, pSSID->len + WLAN_IEHDR_LEN);
1062 PWLAN_IE_SSID pSSID; local
1077 pSSID
272 s_MgrMakeProbeRequest( PSDevice pDevice, PSMgmtObject pMgmt, PBYTE pScanBSSID, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pCurrRates, PWLAN_IE_SUPP_RATES pCurrExtSuppRates ) argument
[all...]
H A Dbssdb.c125 PWLAN_IE_SSID pSSID = NULL; local
142 pSSID = (PWLAN_IE_SSID) pbyDesireSSID;
156 if (pSSID != NULL) {
158 if ( !memcmp(pSSID->abySSID,
160 pSSID->len)) {
193 if (pSSID != NULL) {
195 if (memcmp(pSSID->abySSID,
197 pSSID->len) ||
198 (pSSID->len != ((PWLAN_IE_SSID)pCurrBSS->abySSID)->len)) {
303 PWLAN_IE_SSID pSSID)
301 BSSpAddrIsInBSSList(void *hDeviceContext, PBYTE abyBSSID, PWLAN_IE_SSID pSSID) argument
339 BSSbInsertToBSSList(void *hDeviceContext, PBYTE abyBSSIDAddr, QWORD qwTimestamp, WORD wBeaconInterval, WORD wCapInfo, BYTE byCurrChannel, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pSuppRates, PWLAN_IE_SUPP_RATES pExtSuppRates, PERPObject psERP, PWLAN_IE_RSN pRSN, PWLAN_IE_RSN_EXT pRSNWPA, PWLAN_IE_COUNTRY pIE_Country, PWLAN_IE_QUIET pIE_Quiet, unsigned int uIELength, PBYTE pbyIEs, void *pRxPacketContext) argument
520 BSSbUpdateToBSSList(void *hDeviceContext, QWORD qwTimestamp, WORD wBeaconInterval, WORD wCapInfo, BYTE byCurrChannel, BOOL bChannelHit, PWLAN_IE_SSID pSSID, PWLAN_IE_SUPP_RATES pSuppRates, PWLAN_IE_SUPP_RATES pExtSuppRates, PERPObject psERP, PWLAN_IE_RSN pRSN, PWLAN_IE_RSN_EXT pRSNWPA, PWLAN_IE_COUNTRY pIE_Country, PWLAN_IE_QUIET pIE_Quiet, PKnownBSS pBSSList, unsigned int uIELength, PBYTE pbyIEs, void *pRxPacketContext) argument
[all...]
H A D80211mgr.h533 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_BEACON
591 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_ASSOCREQ
635 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_REASSOCREQ
672 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_PROBEREQ
690 PWLAN_IE_SSID pSSID; member in struct:tagWLAN_FR_PROBERESP

Completed in 88 milliseconds