Home | History | Annotate | Download | only in Test

Lines Matching refs:content

117 		param.content.pSiteMgrPrimarySiteDesc = &primarySiteDesc;
125 param.content.rsnEncryptionStatus = (ECipherSuite)value;
133 WLAN_OS_REPORT(("\nGetting RSN_DESIRED_CIPHER_SUITE_PARAM: %d\n", param.content.rsnEncryptionStatus));
139 param.content.rsnDesiredAuthType = (EAuthSuite)value;
154 if (param.content.rsnDesiredAuthType == RSN_AUTH_OPEN)
156 else if (param.content.rsnDesiredAuthType == RSN_AUTH_SHARED_KEY)
158 else if (param.content.rsnDesiredAuthType == RSN_AUTH_AUTO_SWITCH)
161 WLAN_OS_REPORT(("\nGetting RSN_DESIRED_AUTH_TYPE_PARAM: Invalid: %d\n", param.content.rsnDesiredAuthType));
168 if (param.content.smeSmConnectionStatus == eDot11Idle)
170 else if (param.content.smeSmConnectionStatus == eDot11Scaning)
172 else if (param.content.smeSmConnectionStatus == eDot11Connecting)
174 else if (param.content.smeSmConnectionStatus == eDot11Associated)
176 else if (param.content.smeSmConnectionStatus == eDot11Disassociated)
178 else if (param.content.smeSmConnectionStatus == eDot11RadioDisabled)
188 os_memoryCopy(pSiteMgr->hOs, &(param.content.siteMgrDesiredSupportedRateSet), &(ratesSet), sizeof(TRates));
197 if(param.content.siteMgrDesiredSupportedRateSet.len == 0)
201 for (i = 0; i < param.content.siteMgrDesiredSupportedRateSet.len; i++)
202 WLAN_OS_REPORT(("\nRate %d is 0x%X\n", i +1, param.content.siteMgrDesiredSupportedRateSet.ratesString[i]));
209 param.content.mlmeLegacyAuthType = (legacyAuthType_e)value;
224 if (param.content.mlmeLegacyAuthType == AUTH_LEGACY_OPEN_SYSTEM)
226 else if (param.content.rsnDesiredAuthType == AUTH_LEGACY_SHARED_KEY)
228 else if (param.content.rsnDesiredAuthType == AUTH_LEGACY_AUTO_SWITCH)
231 WLAN_OS_REPORT(("\nGetting MLME_LEGACY_TYPE_PARAM: Invalid: %d\n", param.content.rsnDesiredAuthType));
297 param.content.siteMgrDesiredChannel = *(TI_UINT8*)pParam;
937 if (param.content.rsnDesiredAuthType == RSN_AUTH_OPEN)
939 else if (param.content.rsnDesiredAuthType == RSN_AUTH_SHARED_KEY)
942 WLAN_OS_REPORT(("Authentication Type Invalid: %d\n", param.content.rsnDesiredAuthType));
946 if (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE)
948 else if (param.content.rsnEncryptionStatus == TWD_CIPHER_WEP)
951 WLAN_OS_REPORT(("WEP Invalid: %d\n", param.content.rsnEncryptionStatus));