Lines Matching refs:content
117 param.content.pSiteMgrPrimarySiteDesc = &primarySiteDesc; in siteMgrDebugFunction()
125 param.content.rsnEncryptionStatus = (ECipherSuite)value; in siteMgrDebugFunction()
133 …WLAN_OS_REPORT(("\nGetting RSN_DESIRED_CIPHER_SUITE_PARAM: %d\n", param.content.rsnEncryptionStatu… in siteMgrDebugFunction()
139 param.content.rsnDesiredAuthType = (EAuthSuite)value; in siteMgrDebugFunction()
154 if (param.content.rsnDesiredAuthType == RSN_AUTH_OPEN) in siteMgrDebugFunction()
156 else if (param.content.rsnDesiredAuthType == RSN_AUTH_SHARED_KEY) in siteMgrDebugFunction()
158 else if (param.content.rsnDesiredAuthType == RSN_AUTH_AUTO_SWITCH) in siteMgrDebugFunction()
161 …WLAN_OS_REPORT(("\nGetting RSN_DESIRED_AUTH_TYPE_PARAM: Invalid: %d\n", param.content.rsnDesiredAu… in siteMgrDebugFunction()
168 if (param.content.smeSmConnectionStatus == eDot11Idle) in siteMgrDebugFunction()
170 else if (param.content.smeSmConnectionStatus == eDot11Scaning) in siteMgrDebugFunction()
172 else if (param.content.smeSmConnectionStatus == eDot11Connecting) in siteMgrDebugFunction()
174 else if (param.content.smeSmConnectionStatus == eDot11Associated) in siteMgrDebugFunction()
176 else if (param.content.smeSmConnectionStatus == eDot11Disassociated) in siteMgrDebugFunction()
178 else if (param.content.smeSmConnectionStatus == eDot11RadioDisabled) in siteMgrDebugFunction()
188 …os_memoryCopy(pSiteMgr->hOs, &(param.content.siteMgrDesiredSupportedRateSet), &(ratesSet), sizeof(… in siteMgrDebugFunction()
197 if(param.content.siteMgrDesiredSupportedRateSet.len == 0) in siteMgrDebugFunction()
202 if ( param.content.siteMgrDesiredSupportedRateSet.len > DOT11_MAX_SUPPORTED_RATES ) in siteMgrDebugFunction()
205 … param.content.siteMgrDesiredSupportedRateSet.len, DOT11_MAX_SUPPORTED_RATES)); in siteMgrDebugFunction()
207 param.content.siteMgrDesiredSupportedRateSet.len = DOT11_MAX_SUPPORTED_RATES; in siteMgrDebugFunction()
209 for (i = 0; i < param.content.siteMgrDesiredSupportedRateSet.len; i++) in siteMgrDebugFunction()
210 …WLAN_OS_REPORT(("\nRate %d is 0x%X\n", i +1, param.content.siteMgrDesiredSupportedRateSet.ratesStr… in siteMgrDebugFunction()
217 param.content.mlmeLegacyAuthType = (legacyAuthType_e)value; in siteMgrDebugFunction()
232 if (param.content.mlmeLegacyAuthType == AUTH_LEGACY_OPEN_SYSTEM) in siteMgrDebugFunction()
234 else if (param.content.rsnDesiredAuthType == AUTH_LEGACY_SHARED_KEY) in siteMgrDebugFunction()
236 else if (param.content.rsnDesiredAuthType == AUTH_LEGACY_AUTO_SWITCH) in siteMgrDebugFunction()
239 …WLAN_OS_REPORT(("\nGetting MLME_LEGACY_TYPE_PARAM: Invalid: %d\n", param.content.rsnDesiredAuthTyp… in siteMgrDebugFunction()
305 param.content.siteMgrDesiredChannel = *(TI_UINT8*)pParam; in siteMgrDebugFunction()
968 if (param.content.rsnDesiredAuthType == RSN_AUTH_OPEN) in printDesiredParams()
970 else if (param.content.rsnDesiredAuthType == RSN_AUTH_SHARED_KEY) in printDesiredParams()
973 WLAN_OS_REPORT(("Authentication Type Invalid: %d\n", param.content.rsnDesiredAuthType)); in printDesiredParams()
977 if (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE) in printDesiredParams()
979 else if (param.content.rsnEncryptionStatus == TWD_CIPHER_WEP) in printDesiredParams()
982 WLAN_OS_REPORT(("WEP Invalid: %d\n", param.content.rsnEncryptionStatus)); in printDesiredParams()