2 *************************************************************************
4 * 5F., No.36, Taiyuan St., Jhubei City,
8 * (c) Copyright 2002-2007, Ralink Technology, Inc.
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
15 * This program is distributed in the hope that it will be useful, *
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
18 * GNU General Public License for more details. *
20 * You should have received a copy of the GNU General Public License *
21 * along with this program; if not, write to the *
22 * Free Software Foundation, Inc., *
23 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
25 *************************************************************************
31 IOCTL related subroutines
35 -------- ---------- ----------------------------------------------
36 Rory Chen 01-03-2003 created
37 Rory Chen 02-14-2005 modify to support RT61
40 #include "rt_config.h"
43 extern ULONG RTDebugLevel;
47 #define WEP_SMALL_KEY_LEN (40/8)
48 #define WEP_LARGE_KEY_LEN (104/8)
50 #define GROUP_KEY_NO 4
52 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
53 #define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E) iwe_stream_add_event(_A, _B, _C, _D, _E)
54 #define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E) iwe_stream_add_point(_A, _B, _C, _D, _E)
55 #define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F) iwe_stream_add_value(_A, _B, _C, _D, _E, _F)
57 #define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E) iwe_stream_add_event(_B, _C, _D, _E)
58 #define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E) iwe_stream_add_point(_B, _C, _D, _E)
59 #define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F) iwe_stream_add_value(_B, _C, _D, _E, _F)
62 extern UCHAR CipherWpa2Template[];
63 extern UCHAR CipherWpaPskTkip[];
64 extern UCHAR CipherWpaPskTkipLen;
66 typedef struct PACKED _RT_VERSION_INFO{
72 UINT DriverBuildMonth;
74 } RT_VERSION_INFO, *PRT_VERSION_INFO;
76 struct iw_priv_args privtab[] = {
78 IW_PRIV_TYPE_CHAR | 1024, 0,
81 { RTPRIV_IOCTL_SHOW, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK,
83 { RTPRIV_IOCTL_SHOW, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK,
85 /* --- sub-ioctls definitions --- */
87 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "connStatus" },
89 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "driverVer" },
91 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "bainfo" },
93 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "descinfo" },
95 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "radio_off" },
97 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "radio_on" },
98 #ifdef QOS_DLS_SUPPORT
99 { SHOW_DLS_ENTRY_INFO,
100 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "dlsentryinfo" },
101 #endif // QOS_DLS_SUPPORT //
103 IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "show" },
104 { SHOW_ADHOC_ENTRY_INFO,
105 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "adhocEntry" },
107 /* --- sub-ioctls relations --- */
111 IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK,
114 IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | 1024,
117 IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | 1024,
121 { RTPRIV_IOCTL_STATISTICS,
122 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK,
124 { RTPRIV_IOCTL_GSITESURVEY,
125 0, IW_PRIV_TYPE_CHAR | 1024,
130 IN PRTMP_ADAPTER pAdapter,
134 INT Set_WmmCapable_Proc(
135 IN PRTMP_ADAPTER pAd,
139 INT Set_NetworkType_Proc(
140 IN PRTMP_ADAPTER pAdapter,
143 INT Set_AuthMode_Proc(
144 IN PRTMP_ADAPTER pAdapter,
147 INT Set_EncrypType_Proc(
148 IN PRTMP_ADAPTER pAdapter,
151 INT Set_DefaultKeyID_Proc(
152 IN PRTMP_ADAPTER pAdapter,
156 IN PRTMP_ADAPTER pAdapter,
160 IN PRTMP_ADAPTER pAdapter,
164 IN PRTMP_ADAPTER pAdapter,
168 IN PRTMP_ADAPTER pAdapter,
172 IN PRTMP_ADAPTER pAdapter,
177 IN PRTMP_ADAPTER pAdapter,
180 #ifdef WPA_SUPPLICANT_SUPPORT
182 IN PRTMP_ADAPTER pAd,
184 #endif // WPA_SUPPLICANT_SUPPORT //
188 IN PRTMP_ADAPTER pAdapter,
189 IN struct iwreq *wrq);
192 IN PRTMP_ADAPTER pAdapter,
193 IN struct iwreq *wrq);
195 VOID RTMPIoctlE2PROM(
196 IN PRTMP_ADAPTER pAdapter,
197 IN struct iwreq *wrq);
201 NDIS_STATUS RTMPWPANoneAddKeyProc(
202 IN PRTMP_ADAPTER pAd,
205 INT Set_FragTest_Proc(
206 IN PRTMP_ADAPTER pAdapter,
209 #ifdef DOT11_N_SUPPORT
210 INT Set_TGnWifiTest_Proc(
211 IN PRTMP_ADAPTER pAd,
213 #endif // DOT11_N_SUPPORT //
215 INT Set_LongRetryLimit_Proc(
216 IN PRTMP_ADAPTER pAdapter,
219 INT Set_ShortRetryLimit_Proc(
220 IN PRTMP_ADAPTER pAdapter,
223 #ifdef EXT_BUILD_CHANNEL_LIST
224 INT Set_Ieee80211dClientMode_Proc(
225 IN PRTMP_ADAPTER pAdapter,
227 #endif // EXT_BUILD_CHANNEL_LIST //
229 #ifdef CARRIER_DETECTION_SUPPORT
230 INT Set_CarrierDetect_Proc(
231 IN PRTMP_ADAPTER pAd,
233 #endif // CARRIER_DETECTION_SUPPORT //
235 INT Show_Adhoc_MacTable_Proc(
236 IN PRTMP_ADAPTER pAd,
241 INT (*set_proc)(PRTMP_ADAPTER pAdapter, PUCHAR arg);
242 } *PRTMP_PRIVATE_SET_PROC, RTMP_PRIVATE_SUPPORT_PROC[] = {
243 {"DriverVersion", Set_DriverVersion_Proc},
244 {"CountryRegion", Set_CountryRegion_Proc},
245 {"CountryRegionABand", Set_CountryRegionABand_Proc},
246 {"SSID", Set_SSID_Proc},
247 {"WirelessMode", Set_WirelessMode_Proc},
248 {"TxBurst", Set_TxBurst_Proc},
249 {"TxPreamble", Set_TxPreamble_Proc},
250 {"TxPower", Set_TxPower_Proc},
251 {"Channel", Set_Channel_Proc},
252 {"BGProtection", Set_BGProtection_Proc},
253 {"RTSThreshold", Set_RTSThreshold_Proc},
254 {"FragThreshold", Set_FragThreshold_Proc},
255 #ifdef DOT11_N_SUPPORT
256 {"HtBw", Set_HtBw_Proc},
257 {"HtMcs", Set_HtMcs_Proc},
258 {"HtGi", Set_HtGi_Proc},
259 {"HtOpMode", Set_HtOpMode_Proc},
260 {"HtExtcha", Set_HtExtcha_Proc},
261 {"HtMpduDensity", Set_HtMpduDensity_Proc},
262 {"HtBaWinSize", Set_HtBaWinSize_Proc},
263 {"HtRdg", Set_HtRdg_Proc},
264 {"HtAmsdu", Set_HtAmsdu_Proc},
265 {"HtAutoBa", Set_HtAutoBa_Proc},
266 {"HtBaDecline", Set_BADecline_Proc},
267 {"HtProtect", Set_HtProtect_Proc},
268 {"HtMimoPs", Set_HtMimoPs_Proc},
269 #endif // DOT11_N_SUPPORT //
271 #ifdef AGGREGATION_SUPPORT
272 {"PktAggregate", Set_PktAggregate_Proc},
276 {"WmmCapable", Set_WmmCapable_Proc},
278 {"IEEE80211H", Set_IEEE80211H_Proc},
279 {"NetworkType", Set_NetworkType_Proc},
280 {"AuthMode", Set_AuthMode_Proc},
281 {"EncrypType", Set_EncrypType_Proc},
282 {"DefaultKeyID", Set_DefaultKeyID_Proc},
283 {"Key1", Set_Key1_Proc},
284 {"Key2", Set_Key2_Proc},
285 {"Key3", Set_Key3_Proc},
286 {"Key4", Set_Key4_Proc},
287 {"WPAPSK", Set_WPAPSK_Proc},
288 {"ResetCounter", Set_ResetStatCounter_Proc},
289 {"PSMode", Set_PSMode_Proc},
291 {"Debug", Set_Debug_Proc},
295 {"ATE", Set_ATE_Proc},
296 {"ATEDA", Set_ATE_DA_Proc},
297 {"ATESA", Set_ATE_SA_Proc},
298 {"ATEBSSID", Set_ATE_BSSID_Proc},
299 {"ATECHANNEL", Set_ATE_CHANNEL_Proc},
300 {"ATETXPOW0", Set_ATE_TX_POWER0_Proc},
301 {"ATETXPOW1", Set_ATE_TX_POWER1_Proc},
302 {"ATETXANT", Set_ATE_TX_Antenna_Proc},
303 {"ATERXANT", Set_ATE_RX_Antenna_Proc},
304 {"ATETXFREQOFFSET", Set_ATE_TX_FREQOFFSET_Proc},
305 {"ATETXBW", Set_ATE_TX_BW_Proc},
306 {"ATETXLEN", Set_ATE_TX_LENGTH_Proc},
307 {"ATETXCNT", Set_ATE_TX_COUNT_Proc},
308 {"ATETXMCS", Set_ATE_TX_MCS_Proc},
309 {"ATETXMODE", Set_ATE_TX_MODE_Proc},
310 {"ATETXGI", Set_ATE_TX_GI_Proc},
311 {"ATERXFER", Set_ATE_RX_FER_Proc},
312 {"ATERRF", Set_ATE_Read_RF_Proc},
313 {"ATEWRF1", Set_ATE_Write_RF1_Proc},
314 {"ATEWRF2", Set_ATE_Write_RF2_Proc},
315 {"ATEWRF3", Set_ATE_Write_RF3_Proc},
316 {"ATEWRF4", Set_ATE_Write_RF4_Proc},
317 {"ATELDE2P", Set_ATE_Load_E2P_Proc},
318 {"ATERE2P", Set_ATE_Read_E2P_Proc},
319 {"ATESHOW", Set_ATE_Show_Proc},
320 {"ATEHELP", Set_ATE_Help_Proc},
322 #ifdef RALINK_28xx_QA
323 {"TxStop", Set_TxStop_Proc},
324 {"RxStop", Set_RxStop_Proc},
325 #endif // RALINK_28xx_QA //
326 #endif // RALINK_ATE //
328 #ifdef WPA_SUPPLICANT_SUPPORT
329 {"WpaSupport", Set_Wpa_Support},
330 #endif // WPA_SUPPLICANT_SUPPORT //
334 {"FixedTxMode", Set_FixedTxMode_Proc},
335 #ifdef CONFIG_APSTA_MIXED_SUPPORT
336 {"OpMode", Set_OpMode_Proc},
337 #endif // CONFIG_APSTA_MIXED_SUPPORT //
338 #ifdef DOT11_N_SUPPORT
339 {"TGnWifiTest", Set_TGnWifiTest_Proc},
340 {"ForceGF", Set_ForceGF_Proc},
341 #endif // DOT11_N_SUPPORT //
342 #ifdef QOS_DLS_SUPPORT
343 {"DlsAddEntry", Set_DlsAddEntry_Proc},
344 {"DlsTearDownEntry", Set_DlsTearDownEntry_Proc},
345 #endif // QOS_DLS_SUPPORT //
346 {"LongRetry", Set_LongRetryLimit_Proc},
347 {"ShortRetry", Set_ShortRetryLimit_Proc},
348 #ifdef EXT_BUILD_CHANNEL_LIST
349 {"11dClientMode", Set_Ieee80211dClientMode_Proc},
350 #endif // EXT_BUILD_CHANNEL_LIST //
351 #ifdef CARRIER_DETECTION_SUPPORT
352 {"CarrierDetect", Set_CarrierDetect_Proc},
353 #endif // CARRIER_DETECTION_SUPPORT //
360 IN PRTMP_ADAPTER pAd,
361 IN PNDIS_802_11_KEY pKey)
364 MAC_TABLE_ENTRY *pEntry;
366 DBGPRINT(RT_DEBUG_TRACE, ("RTMPAddKey ------>\n"));
368 if (pAd->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
370 if (pKey->KeyIndex & 0x80000000)
372 if (pAd->StaCfg.AuthMode == Ndis802_11AuthModeWPANone)
374 NdisZeroMemory(pAd->StaCfg.PMK, 32);
375 NdisMoveMemory(pAd->StaCfg.PMK, pKey->KeyMaterial, pKey->KeyLength);
379 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY));
380 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK;
381 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, pKey->KeyMaterial, LEN_TKIP_EK);
382 #ifdef WPA_SUPPLICANT_SUPPORT
383 if (pAd->StaCfg.PairCipher == Ndis802_11Encryption2Enabled)
385 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK);
386 NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, LEN_TKIP_RXMICK);
389 #endif // WPA_SUPPLICANT_SUPPORT //
391 NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK);
392 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, LEN_TKIP_RXMICK);
395 // Decide its ChiperAlg
396 if (pAd->StaCfg.PairCipher == Ndis802_11Encryption2Enabled)
397 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP;
398 else if (pAd->StaCfg.PairCipher == Ndis802_11Encryption3Enabled)
399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
401 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE;
403 // Update these related information to MAC_TABLE_ENTRY
404 pEntry = &pAd->MacTab.Content[BSSID_WCID];
405 NdisMoveMemory(pEntry->PairwiseKey.Key, pAd->SharedKey[BSS0][0].Key, LEN_TKIP_EK);
406 NdisMoveMemory(pEntry->PairwiseKey.RxMic, pAd->SharedKey[BSS0][0].RxMic, LEN_TKIP_RXMICK);
407 NdisMoveMemory(pEntry->PairwiseKey.TxMic, pAd->SharedKey[BSS0][0].TxMic, LEN_TKIP_TXMICK);
408 pEntry->PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][0].CipherAlg;
410 // Update pairwise key information to ASIC Shared Key Table
411 AsicAddSharedKeyEntry(pAd,
414 pAd->SharedKey[BSS0][0].CipherAlg,
415 pAd->SharedKey[BSS0][0].Key,
416 pAd->SharedKey[BSS0][0].TxMic,
417 pAd->SharedKey[BSS0][0].RxMic);
419 // Update ASIC WCID attribute table and IVEIV table
420 RTMPAddWcidAttributeEntry(pAd,
423 pAd->SharedKey[BSS0][0].CipherAlg,
426 if (pAd->StaCfg.AuthMode >= Ndis802_11AuthModeWPA2)
428 // set 802.1x port control
429 //pAd->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
430 STA_PORT_SECURED(pAd);
432 // Indicate Connected for GUI
433 pAd->IndicateMediaState = NdisMediaStateConnected;
439 pAd->StaCfg.DefaultKeyId = (pKey->KeyIndex & 0xFF);
440 NdisZeroMemory(&pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId], sizeof(CIPHER_KEY));
441 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].KeyLen = LEN_TKIP_EK;
442 NdisMoveMemory(pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Key, pKey->KeyMaterial, LEN_TKIP_EK);
443 #ifdef WPA_SUPPLICANT_SUPPORT
444 if (pAd->StaCfg.GroupCipher == Ndis802_11Encryption2Enabled)
446 NdisMoveMemory(pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK);
447 NdisMoveMemory(pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, LEN_TKIP_RXMICK);
450 #endif // WPA_SUPPLICANT_SUPPORT //
452 NdisMoveMemory(pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK);
453 NdisMoveMemory(pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, LEN_TKIP_RXMICK);
456 // Update Shared Key CipherAlg
457 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_NONE;
458 if (pAd->StaCfg.GroupCipher == Ndis802_11Encryption2Enabled)
459 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_TKIP;
460 else if (pAd->StaCfg.GroupCipher == Ndis802_11Encryption3Enabled)
461 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES;
463 // Update group key information to ASIC Shared Key Table
464 AsicAddSharedKeyEntry(pAd,
466 pAd->StaCfg.DefaultKeyId,
467 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg,
468 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Key,
469 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].TxMic,
470 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].RxMic);
472 // Update ASIC WCID attribute table and IVEIV table
473 RTMPAddWcidAttributeEntry(pAd,
475 pAd->StaCfg.DefaultKeyId,
476 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg,
479 // set 802.1x port control
480 //pAd->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
481 STA_PORT_SECURED(pAd);
483 // Indicate Connected for GUI
484 pAd->IndicateMediaState = NdisMediaStateConnected;
487 else // dynamic WEP from wpa_supplicant
492 if(pKey->KeyLength == 32)
495 KeyIdx = pKey->KeyIndex & 0x0fffffff;
499 // it is a default shared key, for Pairwise key setting
500 if (pKey->KeyIndex & 0x80000000)
502 pEntry = MacTableLookup(pAd, pKey->BSSID);
506 DBGPRINT(RT_DEBUG_TRACE, ("RTMPAddKey: Set Pair-wise Key\n"));
508 // set key material and key length
509 pEntry->PairwiseKey.KeyLen = (UCHAR)pKey->KeyLength;
510 NdisMoveMemory(pEntry->PairwiseKey.Key, &pKey->KeyMaterial, pKey->KeyLength);
513 if (pKey->KeyLength == 5)
514 pEntry->PairwiseKey.CipherAlg = CIPHER_WEP64;
516 pEntry->PairwiseKey.CipherAlg = CIPHER_WEP128;
518 // Add Pair-wise key to Asic
519 AsicAddPairwiseKeyEntry(
523 &pEntry->PairwiseKey);
525 // update WCID attribute table and IVEIV table for this entry
526 RTMPAddWcidAttributeEntry(
529 KeyIdx, // The value may be not zero
530 pEntry->PairwiseKey.CipherAlg,
537 // Default key for tx (shared key)
538 pAd->StaCfg.DefaultKeyId = (UCHAR) KeyIdx;
540 // set key material and key length
541 pAd->SharedKey[BSS0][KeyIdx].KeyLen = (UCHAR) pKey->KeyLength;
542 NdisMoveMemory(pAd->SharedKey[BSS0][KeyIdx].Key, &pKey->KeyMaterial, pKey->KeyLength);
545 if (pKey->KeyLength == 5)
546 pAd->SharedKey[BSS0][KeyIdx].CipherAlg = CIPHER_WEP64;
548 pAd->SharedKey[BSS0][KeyIdx].CipherAlg = CIPHER_WEP128;
550 CipherAlg = pAd->SharedKey[BSS0][KeyIdx].CipherAlg;
551 Key = pAd->SharedKey[BSS0][KeyIdx].Key;
553 // Set Group key material to Asic
554 AsicAddSharedKeyEntry(pAd, BSS0, KeyIdx, CipherAlg, Key, NULL, NULL);
556 // Update WCID attribute table and IVEIV table for this group key table
557 RTMPAddWcidAttributeEntry(pAd, BSS0, KeyIdx, CipherAlg, NULL);
566 char * rtstrchr(const char * s, int c)
568 for(; *s != (char) c; ++s)
575 This is required for LinEX2004/kernel2.6.7 to provide iwlist scanning function
579 rt_ioctl_giwname(struct net_device *dev,
580 struct iw_request_info *info,
581 char *name, char *extra)
583 // PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
586 strncpy(name, "RT2870 Wireless", IFNAMSIZ);
591 int rt_ioctl_siwfreq(struct net_device *dev,
592 struct iw_request_info *info,
593 struct iw_freq *freq, char *extra)
595 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
598 //check if the interface is down
599 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
601 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
609 if((freq->e == 0) && (freq->m <= 1000))
610 chan = freq->m; // Setting by channel number
612 MAP_KHZ_TO_CHANNEL_ID( (freq->m /100) , chan); // Setting by frequency - search the table , like 2.412G, 2.422G,
614 if (ChannelSanity(pAdapter, chan) == TRUE)
616 pAdapter->CommonCfg.Channel = chan;
617 DBGPRINT(RT_DEBUG_ERROR, ("==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x%x] (Channel=%d)\n", SIOCSIWFREQ, pAdapter->CommonCfg.Channel));
624 int rt_ioctl_giwfreq(struct net_device *dev,
625 struct iw_request_info *info,
626 struct iw_freq *freq, char *extra)
628 VIRTUAL_ADAPTER *pVirtualAd = NULL;
629 PRTMP_ADAPTER pAdapter = NULL;
633 if (dev->priv_flags == INT_MAIN)
635 pAdapter = dev->priv;
639 pVirtualAd = dev->priv;
640 if (pVirtualAd && pVirtualAd->RtmpDev)
641 pAdapter = pVirtualAd->RtmpDev->priv;
644 if (pAdapter == NULL)
646 /* if 1st open fail, pAd will be free;
647 So the net_dev->priv will be NULL in 2rd open */
651 ch = pAdapter->CommonCfg.Channel;
653 DBGPRINT(RT_DEBUG_TRACE,("==>rt_ioctl_giwfreq %d\n", ch));
655 MAP_CHANNEL_ID_TO_KHZ(ch, m);
661 int rt_ioctl_siwmode(struct net_device *dev,
662 struct iw_request_info *info,
663 __u32 *mode, char *extra)
665 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
667 //check if the interface is down
668 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
670 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
677 Set_NetworkType_Proc(pAdapter, "Adhoc");
680 Set_NetworkType_Proc(pAdapter, "Infra");
682 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,4,20))
683 case IW_MODE_MONITOR:
684 Set_NetworkType_Proc(pAdapter, "Monitor");
688 DBGPRINT(RT_DEBUG_TRACE, ("===>rt_ioctl_siwmode::SIOCSIWMODE (unknown %d)\n", *mode));
692 // Reset Ralink supplicant to not use, it will be set to start when UI set PMK key
693 pAdapter->StaCfg.WpaState = SS_NOTUSE;
698 int rt_ioctl_giwmode(struct net_device *dev,
699 struct iw_request_info *info,
700 __u32 *mode, char *extra)
702 PRTMP_ADAPTER pAdapter = NULL;
703 VIRTUAL_ADAPTER *pVirtualAd = NULL;
705 if (dev->priv_flags == INT_MAIN)
707 pAdapter = dev->priv;
711 pVirtualAd = dev->priv;
712 if (pVirtualAd && pVirtualAd->RtmpDev)
713 pAdapter = pVirtualAd->RtmpDev->priv;
716 if (pAdapter == NULL)
718 /* if 1st open fail, pAd will be free;
719 So the net_dev->priv will be NULL in 2rd open */
723 if (ADHOC_ON(pAdapter))
724 *mode = IW_MODE_ADHOC;
725 else if (INFRA_ON(pAdapter))
726 *mode = IW_MODE_INFRA;
727 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,4,20))
728 else if (MONITOR_ON(pAdapter))
730 *mode = IW_MODE_MONITOR;
734 *mode = IW_MODE_AUTO;
736 DBGPRINT(RT_DEBUG_TRACE, ("==>rt_ioctl_giwmode(mode=%d)\n", *mode));
740 int rt_ioctl_siwsens(struct net_device *dev,
741 struct iw_request_info *info,
742 char *name, char *extra)
744 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
746 //check if the interface is down
747 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
749 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
756 int rt_ioctl_giwsens(struct net_device *dev,
757 struct iw_request_info *info,
758 char *name, char *extra)
763 int rt_ioctl_giwrange(struct net_device *dev,
764 struct iw_request_info *info,
765 struct iw_point *data, char *extra)
767 PRTMP_ADAPTER pAdapter = NULL;
768 VIRTUAL_ADAPTER *pVirtualAd = NULL;
769 struct iw_range *range = (struct iw_range *) extra;
773 if (dev->priv_flags == INT_MAIN)
775 pAdapter = dev->priv;
779 pVirtualAd = dev->priv;
780 if (pVirtualAd && pVirtualAd->RtmpDev)
781 pAdapter = pVirtualAd->RtmpDev->priv;
784 if (pAdapter == NULL)
786 /* if 1st open fail, pAd will be free;
787 So the net_dev->priv will be NULL in 2rd open */
791 DBGPRINT(RT_DEBUG_TRACE ,("===>rt_ioctl_giwrange\n"));
792 data->length = sizeof(struct iw_range);
793 memset(range, 0, sizeof(struct iw_range));
795 range->txpower_capa = IW_TXPOW_DBM;
797 if (INFRA_ON(pAdapter)||ADHOC_ON(pAdapter))
799 range->min_pmp = 1 * 1024;
800 range->max_pmp = 65535 * 1024;
801 range->min_pmt = 1 * 1024;
802 range->max_pmt = 1000 * 1024;
803 range->pmp_flags = IW_POWER_PERIOD;
804 range->pmt_flags = IW_POWER_TIMEOUT;
805 range->pm_capa = IW_POWER_PERIOD | IW_POWER_TIMEOUT |
806 IW_POWER_UNICAST_R | IW_POWER_ALL_R;
809 range->we_version_compiled = WIRELESS_EXT;
810 range->we_version_source = 14;
812 range->retry_capa = IW_RETRY_LIMIT;
813 range->retry_flags = IW_RETRY_LIMIT;
814 range->min_retry = 0;
815 range->max_retry = 255;
817 range->num_channels = pAdapter->ChannelListNum;
820 for (i = 1; i <= range->num_channels; i++)
823 range->freq[val].i = pAdapter->ChannelList[i-1].Channel;
824 MAP_CHANNEL_ID_TO_KHZ(pAdapter->ChannelList[i-1].Channel, m);
825 range->freq[val].m = m * 100; /* HZ */
827 range->freq[val].e = 1;
829 if (val == IW_MAX_FREQUENCIES)
832 range->num_frequency = val;
834 range->max_qual.qual = 100; /* what is correct max? This was not
835 * documented exactly. At least
836 * 69 has been observed. */
837 range->max_qual.level = 0; /* dB */
838 range->max_qual.noise = 0; /* dB */
840 /* What would be suitable values for "average/typical" qual? */
841 range->avg_qual.qual = 20;
842 range->avg_qual.level = -60;
843 range->avg_qual.noise = -95;
844 range->sensitivity = 3;
846 range->max_encoding_tokens = NR_WEP_KEYS;
847 range->num_encoding_sizes = 2;
848 range->encoding_size[0] = 5;
849 range->encoding_size[1] = 13;
852 range->max_rts = 2347;
853 range->min_frag = 256;
854 range->max_frag = 2346;
856 #if WIRELESS_EXT > 17
857 /* IW_ENC_CAPA_* bit field */
858 range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
859 IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
865 int rt_ioctl_siwap(struct net_device *dev,
866 struct iw_request_info *info,
867 struct sockaddr *ap_addr, char *extra)
869 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
870 NDIS_802_11_MAC_ADDRESS Bssid;
872 //check if the interface is down
873 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
875 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
879 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
881 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
882 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
885 // tell CNTL state machine to call NdisMSetInformationComplete() after completing
886 // this request, because this request is initiated by NDIS.
887 pAdapter->MlmeAux.CurrReqIsFromNdis = FALSE;
888 // Prevent to connect AP again in STAMlmePeriodicExec
889 pAdapter->MlmeAux.AutoReconnectSsidLen= 32;
891 memset(Bssid, 0, MAC_ADDR_LEN);
892 memcpy(Bssid, ap_addr->sa_data, MAC_ADDR_LEN);
893 MlmeEnqueue(pAdapter,
894 MLME_CNTL_STATE_MACHINE,
896 sizeof(NDIS_802_11_MAC_ADDRESS),
899 DBGPRINT(RT_DEBUG_TRACE, ("IOCTL::SIOCSIWAP %02x:%02x:%02x:%02x:%02x:%02x\n",
900 Bssid[0], Bssid[1], Bssid[2], Bssid[3], Bssid[4], Bssid[5]));
905 int rt_ioctl_giwap(struct net_device *dev,
906 struct iw_request_info *info,
907 struct sockaddr *ap_addr, char *extra)
909 PRTMP_ADAPTER pAdapter = NULL;
910 VIRTUAL_ADAPTER *pVirtualAd = NULL;
912 if (dev->priv_flags == INT_MAIN)
914 pAdapter = dev->priv;
918 pVirtualAd = dev->priv;
919 if (pVirtualAd && pVirtualAd->RtmpDev)
920 pAdapter = pVirtualAd->RtmpDev->priv;
923 if (pAdapter == NULL)
925 /* if 1st open fail, pAd will be free;
926 So the net_dev->priv will be NULL in 2rd open */
930 if (INFRA_ON(pAdapter) || ADHOC_ON(pAdapter))
932 ap_addr->sa_family = ARPHRD_ETHER;
933 memcpy(ap_addr->sa_data, &pAdapter->CommonCfg.Bssid, ETH_ALEN);
935 #ifdef WPA_SUPPLICANT_SUPPORT
937 else if (pAdapter->StaCfg.WpaSupplicantUP != WPA_SUPPLICANT_DISABLE)
939 ap_addr->sa_family = ARPHRD_ETHER;
940 memcpy(ap_addr->sa_data, &pAdapter->MlmeAux.Bssid, ETH_ALEN);
942 #endif // WPA_SUPPLICANT_SUPPORT //
945 DBGPRINT(RT_DEBUG_TRACE, ("IOCTL::SIOCGIWAP(=EMPTY)\n"));
953 * Units are in db above the noise floor. That means the
954 * rssi values reported in the tx/rx descriptors in the
955 * driver are the SNR expressed in db.
957 * If you assume that the noise floor is -95, which is an
958 * excellent assumption 99.5 % of the time, then you can
959 * derive the absolute signal level (i.e. -95 + rssi).
960 * There are some other slight factors to take into account
961 * depending on whether the rssi measurement is from 11b,
962 * 11g, or 11a. These differences are at most 2db and
965 * NB: various calculations are based on the orinoco/wavelan
966 * drivers for compatibility
968 static void set_quality(PRTMP_ADAPTER pAdapter,
969 struct iw_quality *iq,
976 ChannelQuality = 100;
977 else if (rssi >= -80) // between -50 ~ -80dbm
978 ChannelQuality = (__u8)(24 + ((rssi + 80) * 26)/10);
979 else if (rssi >= -90) // between -80 ~ -90dbm
980 ChannelQuality = (__u8)((rssi + 90) * 26)/10;
984 iq->qual = (__u8)ChannelQuality;
986 iq->level = (__u8)(rssi);
987 iq->noise = (pAdapter->BbpWriteLatch[66] > pAdapter->BbpTuning.FalseCcaUpperThreshold) ? ((__u8)pAdapter->BbpTuning.FalseCcaUpperThreshold) : ((__u8) pAdapter->BbpWriteLatch[66]); // noise level (dBm)
988 iq->noise += 256 - 143;
989 iq->updated = pAdapter->iw_stats.qual.updated;
992 int rt_ioctl_iwaplist(struct net_device *dev,
993 struct iw_request_info *info,
994 struct iw_point *data, char *extra)
996 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
998 struct sockaddr addr[IW_MAX_AP];
999 struct iw_quality qual[IW_MAX_AP];
1002 //check if the interface is down
1003 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1005 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1011 for (i = 0; i <IW_MAX_AP ; i++)
1013 if (i >= pAdapter->ScanTab.BssNr)
1015 addr[i].sa_family = ARPHRD_ETHER;
1016 memcpy(addr[i].sa_data, &pAdapter->ScanTab.BssEntry[i].Bssid, MAC_ADDR_LEN);
1017 set_quality(pAdapter, &qual[i], pAdapter->ScanTab.BssEntry[i].Rssi);
1020 memcpy(extra, &addr, i*sizeof(addr[0]));
1021 data->flags = 1; /* signal quality present (sort of) */
1022 memcpy(extra + i*sizeof(addr[0]), &qual, i*sizeof(qual[i]));
1028 int rt_ioctl_siwscan(struct net_device *dev,
1029 struct iw_request_info *info,
1030 struct iw_point *data, char *extra)
1032 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1035 int Status = NDIS_STATUS_SUCCESS;
1037 //check if the interface is down
1038 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1040 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1044 if (MONITOR_ON(pAdapter))
1046 DBGPRINT(RT_DEBUG_TRACE, ("!!! Driver is in Monitor Mode now !!!\n"));
1051 #ifdef WPA_SUPPLICANT_SUPPORT
1052 if (pAdapter->StaCfg.WpaSupplicantUP == WPA_SUPPLICANT_ENABLE)
1054 pAdapter->StaCfg.WpaSupplicantScanCount++;
1056 #endif // WPA_SUPPLICANT_SUPPORT //
1058 pAdapter->StaCfg.bScanReqIsFromWebUI = TRUE;
1059 if (RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
1064 #ifdef WPA_SUPPLICANT_SUPPORT
1065 if ((pAdapter->StaCfg.WpaSupplicantUP == WPA_SUPPLICANT_ENABLE) &&
1066 (pAdapter->StaCfg.WpaSupplicantScanCount > 3))
1068 DBGPRINT(RT_DEBUG_TRACE, ("!!! WpaSupplicantScanCount > 3\n"));
1069 Status = NDIS_STATUS_SUCCESS;
1072 #endif // WPA_SUPPLICANT_SUPPORT //
1074 if ((OPSTATUS_TEST_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED)) &&
1075 ((pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA) ||
1076 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPAPSK)) &&
1077 (pAdapter->StaCfg.PortSecured == WPA_802_1X_PORT_NOT_SECURED))
1079 DBGPRINT(RT_DEBUG_TRACE, ("!!! Link UP, Port Not Secured! ignore this set::OID_802_11_BSSID_LIST_SCAN\n"));
1080 Status = NDIS_STATUS_SUCCESS;
1084 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
1086 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
1087 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
1090 // tell CNTL state machine to call NdisMSetInformationComplete() after completing
1091 // this request, because this request is initiated by NDIS.
1092 pAdapter->MlmeAux.CurrReqIsFromNdis = FALSE;
1093 // Reset allowed scan retries
1094 pAdapter->StaCfg.ScanCnt = 0;
1095 pAdapter->StaCfg.LastScanTime = Now;
1097 MlmeEnqueue(pAdapter,
1098 MLME_CNTL_STATE_MACHINE,
1099 OID_802_11_BSSID_LIST_SCAN,
1103 Status = NDIS_STATUS_SUCCESS;
1104 RT28XX_MLME_HANDLER(pAdapter);
1109 int rt_ioctl_giwscan(struct net_device *dev,
1110 struct iw_request_info *info,
1111 struct iw_point *data, char *extra)
1114 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1116 char *current_ev = extra, *previous_ev = extra;
1118 char *current_val, custom[MAX_CUSTOM_LEN] = {0};
1121 #endif // IWEVGENIE //
1122 struct iw_event iwe;
1124 if (RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
1127 * Still scanning, indicate the caller should try again.
1133 #ifdef WPA_SUPPLICANT_SUPPORT
1134 if (pAdapter->StaCfg.WpaSupplicantUP == WPA_SUPPLICANT_ENABLE)
1136 pAdapter->StaCfg.WpaSupplicantScanCount = 0;
1138 #endif // WPA_SUPPLICANT_SUPPORT //
1140 if (pAdapter->ScanTab.BssNr == 0)
1146 #if WIRELESS_EXT >= 17
1147 if (data->length > 0)
1148 end_buf = extra + data->length;
1150 end_buf = extra + IW_SCAN_MAX_DATA;
1152 end_buf = extra + IW_SCAN_MAX_DATA;
1155 for (i = 0; i < pAdapter->ScanTab.BssNr; i++)
1157 if (current_ev >= end_buf)
1159 #if WIRELESS_EXT >= 17
1167 //================================
1168 memset(&iwe, 0, sizeof(iwe));
1169 iwe.cmd = SIOCGIWAP;
1170 iwe.u.ap_addr.sa_family = ARPHRD_ETHER;
1171 memcpy(iwe.u.ap_addr.sa_data, &pAdapter->ScanTab.BssEntry[i].Bssid, ETH_ALEN);
1173 previous_ev = current_ev;
1174 current_ev = IWE_STREAM_ADD_EVENT(info, current_ev,end_buf, &iwe, IW_EV_ADDR_LEN);
1175 if (current_ev == previous_ev)
1176 #if WIRELESS_EXT >= 17
1183 //================================
1184 memset(&iwe, 0, sizeof(iwe));
1185 iwe.cmd = SIOCGIWESSID;
1186 iwe.u.data.length = pAdapter->ScanTab.BssEntry[i].SsidLen;
1187 iwe.u.data.flags = 1;
1189 previous_ev = current_ev;
1190 current_ev = IWE_STREAM_ADD_POINT(info, current_ev,end_buf, &iwe, pAdapter->ScanTab.BssEntry[i].Ssid);
1191 if (current_ev == previous_ev)
1192 #if WIRELESS_EXT >= 17
1199 //================================
1200 memset(&iwe, 0, sizeof(iwe));
1201 iwe.cmd = SIOCGIWMODE;
1202 if (pAdapter->ScanTab.BssEntry[i].BssType == Ndis802_11IBSS)
1204 iwe.u.mode = IW_MODE_ADHOC;
1206 else if (pAdapter->ScanTab.BssEntry[i].BssType == Ndis802_11Infrastructure)
1208 iwe.u.mode = IW_MODE_INFRA;
1212 iwe.u.mode = IW_MODE_AUTO;
1214 iwe.len = IW_EV_UINT_LEN;
1216 previous_ev = current_ev;
1217 current_ev = IWE_STREAM_ADD_EVENT(info, current_ev, end_buf, &iwe, IW_EV_UINT_LEN);
1218 if (current_ev == previous_ev)
1219 #if WIRELESS_EXT >= 17
1225 //Channel and Frequency
1226 //================================
1227 memset(&iwe, 0, sizeof(iwe));
1228 iwe.cmd = SIOCGIWFREQ;
1229 if (INFRA_ON(pAdapter) || ADHOC_ON(pAdapter))
1230 iwe.u.freq.m = pAdapter->ScanTab.BssEntry[i].Channel;
1232 iwe.u.freq.m = pAdapter->ScanTab.BssEntry[i].Channel;
1236 previous_ev = current_ev;
1237 current_ev = IWE_STREAM_ADD_EVENT(info, current_ev,end_buf, &iwe, IW_EV_FREQ_LEN);
1238 if (current_ev == previous_ev)
1239 #if WIRELESS_EXT >= 17
1245 //Add quality statistics
1246 //================================
1247 memset(&iwe, 0, sizeof(iwe));
1249 iwe.u.qual.level = 0;
1250 iwe.u.qual.noise = 0;
1251 set_quality(pAdapter, &iwe.u.qual, pAdapter->ScanTab.BssEntry[i].Rssi);
1252 current_ev = IWE_STREAM_ADD_EVENT(info, current_ev, end_buf, &iwe, IW_EV_QUAL_LEN);
1253 if (current_ev == previous_ev)
1254 #if WIRELESS_EXT >= 17
1261 //================================
1262 memset(&iwe, 0, sizeof(iwe));
1263 iwe.cmd = SIOCGIWENCODE;
1264 if (CAP_IS_PRIVACY_ON (pAdapter->ScanTab.BssEntry[i].CapabilityInfo ))
1265 iwe.u.data.flags =IW_ENCODE_ENABLED | IW_ENCODE_NOKEY;
1267 iwe.u.data.flags = IW_ENCODE_DISABLED;
1269 previous_ev = current_ev;
1270 current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf,&iwe, (char *)pAdapter->SharedKey[BSS0][(iwe.u.data.flags & IW_ENCODE_INDEX)-1].Key);
1271 if (current_ev == previous_ev)
1272 #if WIRELESS_EXT >= 17
1279 //================================
1280 if (pAdapter->ScanTab.BssEntry[i].SupRateLen)
1282 UCHAR tmpRate = pAdapter->ScanTab.BssEntry[i].SupRate[pAdapter->ScanTab.BssEntry[i].SupRateLen-1];
1283 memset(&iwe, 0, sizeof(iwe));
1284 iwe.cmd = SIOCGIWRATE;
1285 current_val = current_ev + IW_EV_LCP_LEN;
1286 if (tmpRate == 0x82)
1287 iwe.u.bitrate.value = 1 * 1000000;
1288 else if (tmpRate == 0x84)
1289 iwe.u.bitrate.value = 2 * 1000000;
1290 else if (tmpRate == 0x8B)
1291 iwe.u.bitrate.value = 5.5 * 1000000;
1292 else if (tmpRate == 0x96)
1293 iwe.u.bitrate.value = 11 * 1000000;
1295 iwe.u.bitrate.value = (tmpRate/2) * 1000000;
1297 iwe.u.bitrate.disabled = 0;
1298 current_val = IWE_STREAM_ADD_VALUE(info, current_ev,
1299 current_val, end_buf, &iwe,
1302 if((current_val-current_ev)>IW_EV_LCP_LEN)
1303 current_ev = current_val;
1305 #if WIRELESS_EXT >= 17
1314 if (pAdapter->ScanTab.BssEntry[i].WpaIE.IELen > 0)
1316 memset(&iwe, 0, sizeof(iwe));
1317 memset(&custom[0], 0, MAX_CUSTOM_LEN);
1318 memcpy(custom, &(pAdapter->ScanTab.BssEntry[i].WpaIE.IE[0]),
1319 pAdapter->ScanTab.BssEntry[i].WpaIE.IELen);
1320 iwe.cmd = IWEVGENIE;
1321 iwe.u.data.length = pAdapter->ScanTab.BssEntry[i].WpaIE.IELen;
1322 current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf, &iwe, custom);
1323 if (current_ev == previous_ev)
1324 #if WIRELESS_EXT >= 17
1332 if (pAdapter->ScanTab.BssEntry[i].RsnIE.IELen > 0)
1334 memset(&iwe, 0, sizeof(iwe));
1335 memset(&custom[0], 0, MAX_CUSTOM_LEN);
1336 memcpy(custom, &(pAdapter->ScanTab.BssEntry[i].RsnIE.IE[0]),
1337 pAdapter->ScanTab.BssEntry[i].RsnIE.IELen);
1338 iwe.cmd = IWEVGENIE;
1339 iwe.u.data.length = pAdapter->ScanTab.BssEntry[i].RsnIE.IELen;
1340 current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf, &iwe, custom);
1341 if (current_ev == previous_ev)
1342 #if WIRELESS_EXT >= 17
1350 //================================
1351 if (pAdapter->ScanTab.BssEntry[i].WpaIE.IELen > 0)
1353 NdisZeroMemory(&iwe, sizeof(iwe));
1354 memset(&custom[0], 0, MAX_CUSTOM_LEN);
1355 iwe.cmd = IWEVCUSTOM;
1356 iwe.u.data.length = (pAdapter->ScanTab.BssEntry[i].WpaIE.IELen * 2) + 7;
1357 NdisMoveMemory(custom, "wpa_ie=", 7);
1358 for (idx = 0; idx < pAdapter->ScanTab.BssEntry[i].WpaIE.IELen; idx++)
1359 sprintf(custom, "%s%02x", custom, pAdapter->ScanTab.BssEntry[i].WpaIE.IE[idx]);
1360 previous_ev = current_ev;
1361 current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf, &iwe, custom);
1362 if (current_ev == previous_ev)
1363 #if WIRELESS_EXT >= 17
1371 if (pAdapter->ScanTab.BssEntry[i].RsnIE.IELen > 0)
1373 NdisZeroMemory(&iwe, sizeof(iwe));
1374 memset(&custom[0], 0, MAX_CUSTOM_LEN);
1375 iwe.cmd = IWEVCUSTOM;
1376 iwe.u.data.length = (pAdapter->ScanTab.BssEntry[i].RsnIE.IELen * 2) + 7;
1377 NdisMoveMemory(custom, "rsn_ie=", 7);
1378 for (idx = 0; idx < pAdapter->ScanTab.BssEntry[i].RsnIE.IELen; idx++)
1379 sprintf(custom, "%s%02x", custom, pAdapter->ScanTab.BssEntry[i].RsnIE.IE[idx]);
1380 previous_ev = current_ev;
1381 current_ev = IWE_STREAM_ADD_POINT(info, current_ev, end_buf, &iwe, custom);
1382 if (current_ev == previous_ev)
1383 #if WIRELESS_EXT >= 17
1389 #endif // IWEVGENIE //
1392 data->length = current_ev - extra;
1393 pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
1394 DBGPRINT(RT_DEBUG_ERROR ,("===>rt_ioctl_giwscan. %d(%d) BSS returned, data->length = %d\n",i , pAdapter->ScanTab.BssNr, data->length));
1399 int rt_ioctl_siwessid(struct net_device *dev,
1400 struct iw_request_info *info,
1401 struct iw_point *data, char *essid)
1403 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1405 //check if the interface is down
1406 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1408 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1414 PCHAR pSsidString = NULL;
1416 // Includes null character.
1417 if (data->length > (IW_ESSID_MAX_SIZE + 1))
1420 pSsidString = (CHAR *) kmalloc(MAX_LEN_OF_SSID+1, MEM_ALLOC_FLAG);
1423 NdisZeroMemory(pSsidString, MAX_LEN_OF_SSID+1);
1424 NdisMoveMemory(pSsidString, essid, data->length);
1425 if (Set_SSID_Proc(pAdapter, pSsidString) == FALSE)
1434 if (Set_SSID_Proc(pAdapter, "") == FALSE)
1440 int rt_ioctl_giwessid(struct net_device *dev,
1441 struct iw_request_info *info,
1442 struct iw_point *data, char *essid)
1444 PRTMP_ADAPTER pAdapter = NULL;
1445 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1447 if (dev->priv_flags == INT_MAIN)
1449 pAdapter = dev->priv;
1453 pVirtualAd = dev->priv;
1454 if (pVirtualAd && pVirtualAd->RtmpDev)
1455 pAdapter = pVirtualAd->RtmpDev->priv;
1458 if (pAdapter == NULL)
1460 /* if 1st open fail, pAd will be free;
1461 So the net_dev->priv will be NULL in 2rd open */
1466 if (MONITOR_ON(pAdapter))
1472 if (OPSTATUS_TEST_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED))
1474 DBGPRINT(RT_DEBUG_TRACE ,("MediaState is connected\n"));
1475 data->length = pAdapter->CommonCfg.SsidLen;
1476 memcpy(essid, pAdapter->CommonCfg.Ssid, pAdapter->CommonCfg.SsidLen);
1479 #ifdef WPA_SUPPLICANT_SUPPORT
1481 else if (pAdapter->StaCfg.WpaSupplicantUP != WPA_SUPPLICANT_DISABLE)
1483 data->length = pAdapter->CommonCfg.SsidLen;
1484 memcpy(essid, pAdapter->CommonCfg.Ssid, pAdapter->CommonCfg.SsidLen);
1486 #endif // WPA_SUPPLICANT_SUPPORT //
1489 {//the ANY ssid was specified
1491 DBGPRINT(RT_DEBUG_TRACE ,("MediaState is not connected, ess\n"));
1498 int rt_ioctl_siwnickn(struct net_device *dev,
1499 struct iw_request_info *info,
1500 struct iw_point *data, char *nickname)
1502 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1504 //check if the interface is down
1505 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1507 DBGPRINT(RT_DEBUG_TRACE ,("INFO::Network is down!\n"));
1511 if (data->length > IW_ESSID_MAX_SIZE)
1514 memset(pAdapter->nickname, 0, IW_ESSID_MAX_SIZE + 1);
1515 memcpy(pAdapter->nickname, nickname, data->length);
1521 int rt_ioctl_giwnickn(struct net_device *dev,
1522 struct iw_request_info *info,
1523 struct iw_point *data, char *nickname)
1525 PRTMP_ADAPTER pAdapter = NULL;
1526 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1528 if (dev->priv_flags == INT_MAIN)
1530 pAdapter = dev->priv;
1534 pVirtualAd = dev->priv;
1535 if (pVirtualAd && pVirtualAd->RtmpDev)
1536 pAdapter = pVirtualAd->RtmpDev->priv;
1539 if (pAdapter == NULL)
1541 /* if 1st open fail, pAd will be free;
1542 So the net_dev->priv will be NULL in 2rd open */
1546 if (data->length > strlen(pAdapter->nickname) + 1)
1547 data->length = strlen(pAdapter->nickname) + 1;
1548 if (data->length > 0) {
1549 memcpy(nickname, pAdapter->nickname, data->length-1);
1550 nickname[data->length-1] = '\0';
1555 int rt_ioctl_siwrts(struct net_device *dev,
1556 struct iw_request_info *info,
1557 struct iw_param *rts, char *extra)
1559 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1562 //check if the interface is down
1563 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1565 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1570 val = MAX_RTS_THRESHOLD;
1571 else if (rts->value < 0 || rts->value > MAX_RTS_THRESHOLD)
1573 else if (rts->value == 0)
1574 val = MAX_RTS_THRESHOLD;
1578 if (val != pAdapter->CommonCfg.RtsThreshold)
1579 pAdapter->CommonCfg.RtsThreshold = val;
1584 int rt_ioctl_giwrts(struct net_device *dev,
1585 struct iw_request_info *info,
1586 struct iw_param *rts, char *extra)
1588 PRTMP_ADAPTER pAdapter = NULL;
1589 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1591 if (dev->priv_flags == INT_MAIN)
1593 pAdapter = dev->priv;
1597 pVirtualAd = dev->priv;
1598 if (pVirtualAd && pVirtualAd->RtmpDev)
1599 pAdapter = pVirtualAd->RtmpDev->priv;
1602 if (pAdapter == NULL)
1604 /* if 1st open fail, pAd will be free;
1605 So the net_dev->priv will be NULL in 2rd open */
1609 //check if the interface is down
1610 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1612 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1616 rts->value = pAdapter->CommonCfg.RtsThreshold;
1617 rts->disabled = (rts->value == MAX_RTS_THRESHOLD);
1623 int rt_ioctl_siwfrag(struct net_device *dev,
1624 struct iw_request_info *info,
1625 struct iw_param *frag, char *extra)
1627 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1630 //check if the interface is down
1631 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1633 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1638 val = MAX_FRAG_THRESHOLD;
1639 else if (frag->value >= MIN_FRAG_THRESHOLD || frag->value <= MAX_FRAG_THRESHOLD)
1640 val = __cpu_to_le16(frag->value & ~0x1); /* even numbers only */
1641 else if (frag->value == 0)
1642 val = MAX_FRAG_THRESHOLD;
1646 pAdapter->CommonCfg.FragmentThreshold = val;
1650 int rt_ioctl_giwfrag(struct net_device *dev,
1651 struct iw_request_info *info,
1652 struct iw_param *frag, char *extra)
1654 PRTMP_ADAPTER pAdapter = NULL;
1655 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1657 if (dev->priv_flags == INT_MAIN)
1659 pAdapter = dev->priv;
1663 pVirtualAd = dev->priv;
1664 if (pVirtualAd && pVirtualAd->RtmpDev)
1665 pAdapter = pVirtualAd->RtmpDev->priv;
1668 if (pAdapter == NULL)
1670 /* if 1st open fail, pAd will be free;
1671 So the net_dev->priv will be NULL in 2rd open */
1675 //check if the interface is down
1676 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1678 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1682 frag->value = pAdapter->CommonCfg.FragmentThreshold;
1683 frag->disabled = (frag->value == MAX_FRAG_THRESHOLD);
1689 #define MAX_WEP_KEY_SIZE 13
1690 #define MIN_WEP_KEY_SIZE 5
1691 int rt_ioctl_siwencode(struct net_device *dev,
1692 struct iw_request_info *info,
1693 struct iw_point *erq, char *extra)
1695 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
1697 //check if the interface is down
1698 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1700 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1704 if ((erq->length == 0) &&
1705 (erq->flags & IW_ENCODE_DISABLED))
1707 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
1708 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPDisabled;
1709 pAdapter->StaCfg.WepStatus = Ndis802_11WEPDisabled;
1710 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
1711 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
1714 else if ((erq->length == 0) &&
1715 (erq->flags & IW_ENCODE_RESTRICTED || erq->flags & IW_ENCODE_OPEN))
1717 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
1718 STA_PORT_SECURED(pAdapter);
1719 pAdapter->StaCfg.PairCipher = Ndis802_11WEPEnabled;
1720 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPEnabled;
1721 pAdapter->StaCfg.WepStatus = Ndis802_11WEPEnabled;
1722 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
1723 if (erq->flags & IW_ENCODE_RESTRICTED)
1724 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeShared;
1726 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
1730 if (erq->length > 0)
1732 int keyIdx = (erq->flags & IW_ENCODE_INDEX) - 1;
1733 /* Check the size of the key */
1734 if (erq->length > MAX_WEP_KEY_SIZE) {
1737 /* Check key index */
1738 if ((keyIdx < 0) || (keyIdx >= NR_WEP_KEYS))
1740 DBGPRINT(RT_DEBUG_TRACE ,("==>rt_ioctl_siwencode::Wrong keyIdx=%d! Using default key instead (%d)\n",
1741 keyIdx, pAdapter->StaCfg.DefaultKeyId));
1744 keyIdx = pAdapter->StaCfg.DefaultKeyId;
1747 NdisZeroMemory(pAdapter->SharedKey[BSS0][keyIdx].Key, 16);
1749 if (erq->length == MAX_WEP_KEY_SIZE)
1751 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = MAX_WEP_KEY_SIZE;
1752 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CIPHER_WEP128;
1754 else if (erq->length == MIN_WEP_KEY_SIZE)
1756 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = MIN_WEP_KEY_SIZE;
1757 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CIPHER_WEP64;
1760 /* Disable the key */
1761 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = 0;
1763 /* Check if the key is not marked as invalid */
1764 if(!(erq->flags & IW_ENCODE_NOKEY)) {
1765 /* Copy the key in the driver */
1766 NdisMoveMemory(pAdapter->SharedKey[BSS0][keyIdx].Key, extra, erq->length);
1771 /* Do we want to just set the transmit key index ? */
1772 int index = (erq->flags & IW_ENCODE_INDEX) - 1;
1773 if ((index >= 0) && (index < 4))
1775 pAdapter->StaCfg.DefaultKeyId = index;
1778 /* Don't complain if only change the mode */
1779 if(!erq->flags & IW_ENCODE_MODE) {
1785 DBGPRINT(RT_DEBUG_TRACE ,("==>rt_ioctl_siwencode::erq->flags=%x\n",erq->flags));
1786 DBGPRINT(RT_DEBUG_TRACE ,("==>rt_ioctl_siwencode::AuthMode=%x\n",pAdapter->StaCfg.AuthMode));
1787 DBGPRINT(RT_DEBUG_TRACE ,("==>rt_ioctl_siwencode::DefaultKeyId=%x, KeyLen = %d\n",pAdapter->StaCfg.DefaultKeyId , pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen));
1788 DBGPRINT(RT_DEBUG_TRACE ,("==>rt_ioctl_siwencode::WepStatus=%x\n",pAdapter->StaCfg.WepStatus));
1793 rt_ioctl_giwencode(struct net_device *dev,
1794 struct iw_request_info *info,
1795 struct iw_point *erq, char *key)
1798 PRTMP_ADAPTER pAdapter = NULL;
1799 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1801 if (dev->priv_flags == INT_MAIN)
1803 pAdapter = dev->priv;
1807 pVirtualAd = dev->priv;
1808 if (pVirtualAd && pVirtualAd->RtmpDev)
1809 pAdapter = pVirtualAd->RtmpDev->priv;
1812 if (pAdapter == NULL)
1814 /* if 1st open fail, pAd will be free;
1815 So the net_dev->priv will be NULL in 2rd open */
1819 //check if the interface is down
1820 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1822 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1826 kid = erq->flags & IW_ENCODE_INDEX;
1827 DBGPRINT(RT_DEBUG_TRACE, ("===>rt_ioctl_giwencode %d\n", erq->flags & IW_ENCODE_INDEX));
1829 if (pAdapter->StaCfg.WepStatus == Ndis802_11WEPDisabled)
1832 erq->flags = IW_ENCODE_DISABLED;
1834 else if ((kid > 0) && (kid <=4))
1837 erq->flags = kid ; /* NB: base 1 */
1838 if (erq->length > pAdapter->SharedKey[BSS0][kid-1].KeyLen)
1839 erq->length = pAdapter->SharedKey[BSS0][kid-1].KeyLen;
1840 memcpy(key, pAdapter->SharedKey[BSS0][kid-1].Key, erq->length);
1841 //if ((kid == pAdapter->PortCfg.DefaultKeyId))
1842 //erq->flags |= IW_ENCODE_ENABLED; /* XXX */
1843 if (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeShared)
1844 erq->flags |= IW_ENCODE_RESTRICTED; /* XXX */
1846 erq->flags |= IW_ENCODE_OPEN; /* XXX */
1851 if (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeShared)
1852 erq->flags |= IW_ENCODE_RESTRICTED; /* XXX */
1854 erq->flags |= IW_ENCODE_OPEN; /* XXX */
1855 erq->length = pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen;
1856 memcpy(key, pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].Key, erq->length);
1857 // copy default key ID
1858 if (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeShared)
1859 erq->flags |= IW_ENCODE_RESTRICTED; /* XXX */
1861 erq->flags |= IW_ENCODE_OPEN; /* XXX */
1862 erq->flags = pAdapter->StaCfg.DefaultKeyId + 1; /* NB: base 1 */
1863 erq->flags |= IW_ENCODE_ENABLED; /* XXX */
1871 rt_ioctl_setparam(struct net_device *dev, struct iw_request_info *info,
1872 void *w, char *extra)
1874 VIRTUAL_ADAPTER *pVirtualAd = NULL;
1875 PRTMP_ADAPTER pAdapter;
1877 char *this_char = extra;
1881 if (dev->priv_flags == INT_MAIN)
1883 pAdapter = dev->priv;
1887 pVirtualAd = dev->priv;
1888 pAdapter = pVirtualAd->RtmpDev->priv;
1890 pObj = (POS_COOKIE) pAdapter->OS_Cookie;
1892 if (pAdapter == NULL)
1894 /* if 1st open fail, pAd will be free;
1895 So the net_dev->priv will be NULL in 2rd open */
1900 pObj->ioctl_if_type = INT_MAIN;
1901 pObj->ioctl_if = MAIN_MBSSID;
1904 //check if the interface is down
1905 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
1907 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
1914 if ((value = rtstrchr(this_char, '=')) != NULL)
1920 // reject setting nothing besides ANY ssid(ssidLen=0)
1921 if (!*value && (strcmp(this_char, "SSID") != 0))
1924 for (PRTMP_PRIVATE_SET_PROC = RTMP_PRIVATE_SUPPORT_PROC; PRTMP_PRIVATE_SET_PROC->name; PRTMP_PRIVATE_SET_PROC++)
1926 if (strcmp(this_char, PRTMP_PRIVATE_SET_PROC->name) == 0)
1928 if(!PRTMP_PRIVATE_SET_PROC->set_proc(pAdapter, value))
1929 { //FALSE:Set private failed then return Invalid argument
1932 break; //Exit for loop.
1936 if(PRTMP_PRIVATE_SET_PROC->name == NULL)
1937 { //Not found argument
1939 DBGPRINT(RT_DEBUG_TRACE, ("===>rt_ioctl_setparam:: (iwpriv) Not Support Set Command [%s=%s]\n", this_char, value));
1947 rt_private_get_statistics(struct net_device *dev, struct iw_request_info *info,
1948 struct iw_point *wrq, char *extra)
1951 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
1959 memset(extra, 0x00, IW_PRIV_SIZE_MASK);
1960 sprintf(extra, "\n\n");
1965 sprintf(extra+strlen(extra), "Tx success = %ld\n", (ULONG)pAd->ate.TxDoneCount);
1966 //sprintf(extra+strlen(extra), "Tx success without retry = %ld\n", (ULONG)pAd->ate.TxDoneCount);
1969 #endif // RALINK_ATE //
1971 sprintf(extra+strlen(extra), "Tx success = %ld\n", (ULONG)pAd->WlanCounters.TransmittedFragmentCount.QuadPart);
1972 sprintf(extra+strlen(extra), "Tx success without retry = %ld\n", (ULONG)pAd->WlanCounters.TransmittedFragmentCount.QuadPart - (ULONG)pAd->WlanCounters.RetryCount.QuadPart);
1974 sprintf(extra+strlen(extra), "Tx success after retry = %ld\n", (ULONG)pAd->WlanCounters.RetryCount.QuadPart);
1975 sprintf(extra+strlen(extra), "Tx fail to Rcv ACK after retry = %ld\n", (ULONG)pAd->WlanCounters.FailedCount.QuadPart);
1976 sprintf(extra+strlen(extra), "RTS Success Rcv CTS = %ld\n", (ULONG)pAd->WlanCounters.RTSSuccessCount.QuadPart);
1977 sprintf(extra+strlen(extra), "RTS Fail Rcv CTS = %ld\n", (ULONG)pAd->WlanCounters.RTSFailureCount.QuadPart);
1979 sprintf(extra+strlen(extra), "Rx success = %ld\n", (ULONG)pAd->WlanCounters.ReceivedFragmentCount.QuadPart);
1980 sprintf(extra+strlen(extra), "Rx with CRC = %ld\n", (ULONG)pAd->WlanCounters.FCSErrorCount.QuadPart);
1981 sprintf(extra+strlen(extra), "Rx drop due to out of resource = %ld\n", (ULONG)pAd->Counters8023.RxNoBuffer);
1982 sprintf(extra+strlen(extra), "Rx duplicate frame = %ld\n", (ULONG)pAd->WlanCounters.FrameDuplicateCount.QuadPart);
1984 sprintf(extra+strlen(extra), "False CCA (one second) = %ld\n", (ULONG)pAd->RalinkCounters.OneSecFalseCCACnt);
1988 if (pAd->ate.RxAntennaSel == 0)
1990 sprintf(extra+strlen(extra), "RSSI-A = %ld\n", (LONG)(pAd->ate.LastRssi0 - pAd->BbpRssiToDbmDelta));
1991 sprintf(extra+strlen(extra), "RSSI-B (if available) = %ld\n", (LONG)(pAd->ate.LastRssi1 - pAd->BbpRssiToDbmDelta));
1992 sprintf(extra+strlen(extra), "RSSI-C (if available) = %ld\n\n", (LONG)(pAd->ate.LastRssi2 - pAd->BbpRssiToDbmDelta));
1996 sprintf(extra+strlen(extra), "RSSI = %ld\n", (LONG)(pAd->ate.LastRssi0 - pAd->BbpRssiToDbmDelta));
2000 #endif // RALINK_ATE //
2002 sprintf(extra+strlen(extra), "RSSI-A = %ld\n", (LONG)(pAd->StaCfg.RssiSample.LastRssi0 - pAd->BbpRssiToDbmDelta));
2003 sprintf(extra+strlen(extra), "RSSI-B (if available) = %ld\n", (LONG)(pAd->StaCfg.RssiSample.LastRssi1 - pAd->BbpRssiToDbmDelta));
2004 sprintf(extra+strlen(extra), "RSSI-C (if available) = %ld\n\n", (LONG)(pAd->StaCfg.RssiSample.LastRssi2 - pAd->BbpRssiToDbmDelta));
2006 #ifdef WPA_SUPPLICANT_SUPPORT
2007 sprintf(extra+strlen(extra), "WpaSupplicantUP = %d\n\n", pAd->StaCfg.WpaSupplicantUP);
2008 #endif // WPA_SUPPLICANT_SUPPORT //
2011 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2012 DBGPRINT(RT_DEBUG_TRACE, ("<== rt_private_get_statistics, wrq->length = %d\n", wrq->length));
2017 #ifdef DOT11_N_SUPPORT
2019 IN PRTMP_ADAPTER pAd,
2023 BA_ORI_ENTRY *pOriBAEntry;
2024 BA_REC_ENTRY *pRecBAEntry;
2026 for (i=0; i<MAX_LEN_OF_MAC_TABLE; i++)
2028 PMAC_TABLE_ENTRY pEntry = &pAd->MacTab.Content[i];
2029 if (((pEntry->ValidAsCLI || pEntry->ValidAsApCli) && (pEntry->Sst == SST_ASSOC))
2030 || (pEntry->ValidAsWDS) || (pEntry->ValidAsMesh))
2032 sprintf(pOutBuf, "%s\n%02X:%02X:%02X:%02X:%02X:%02X (Aid = %d) (AP) -\n",
2034 pEntry->Addr[0], pEntry->Addr[1], pEntry->Addr[2],
2035 pEntry->Addr[3], pEntry->Addr[4], pEntry->Addr[5], pEntry->Aid);
2037 sprintf(pOutBuf, "%s[Recipient]\n", pOutBuf);
2038 for (j=0; j < NUM_OF_TID; j++)
2040 if (pEntry->BARecWcidArray[j] != 0)
2042 pRecBAEntry =&pAd->BATable.BARecEntry[pEntry->BARecWcidArray[j]];
2043 sprintf(pOutBuf, "%sTID=%d, BAWinSize=%d, LastIndSeq=%d, ReorderingPkts=%d\n", pOutBuf, j, pRecBAEntry->BAWinSize, pRecBAEntry->LastIndSeq, pRecBAEntry->list.qlen);
2046 sprintf(pOutBuf, "%s\n", pOutBuf);
2048 sprintf(pOutBuf, "%s[Originator]\n", pOutBuf);
2049 for (j=0; j < NUM_OF_TID; j++)
2051 if (pEntry->BAOriWcidArray[j] != 0)
2053 pOriBAEntry =&pAd->BATable.BAOriEntry[pEntry->BAOriWcidArray[j]];
2054 sprintf(pOutBuf, "%sTID=%d, BAWinSize=%d, StartSeq=%d, CurTxSeq=%d\n", pOutBuf, j, pOriBAEntry->BAWinSize, pOriBAEntry->Sequence, pEntry->TxSeq[j]);
2057 sprintf(pOutBuf, "%s\n\n", pOutBuf);
2059 if (strlen(pOutBuf) > (IW_PRIV_SIZE_MASK - 30))
2065 #endif // DOT11_N_SUPPORT //
2068 rt_private_show(struct net_device *dev, struct iw_request_info *info,
2069 struct iw_point *wrq, char *extra)
2072 VIRTUAL_ADAPTER *pVirtualAd = NULL;
2075 u32 subcmd = wrq->flags;
2077 if (dev->priv_flags == INT_MAIN)
2081 pVirtualAd = dev->priv;
2082 pAd = pVirtualAd->RtmpDev->priv;
2084 pObj = (POS_COOKIE) pAd->OS_Cookie;
2088 /* if 1st open fail, pAd will be free;
2089 So the net_dev->priv will be NULL in 2rd open */
2098 memset(extra, 0x00, IW_PRIV_SIZE_MASK);
2101 pObj->ioctl_if_type = INT_MAIN;
2102 pObj->ioctl_if = MAIN_MBSSID;
2108 case SHOW_CONN_STATUS:
2109 if (MONITOR_ON(pAd))
2111 #ifdef DOT11_N_SUPPORT
2112 if (pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED &&
2113 pAd->CommonCfg.RegTransmitSetting.field.BW)
2114 sprintf(extra, "Monitor Mode(CentralChannel %d)\n", pAd->CommonCfg.CentralChannel);
2116 #endif // DOT11_N_SUPPORT //
2117 sprintf(extra, "Monitor Mode(Channel %d)\n", pAd->CommonCfg.Channel);
2121 if (pAd->IndicateMediaState == NdisMediaStateConnected)
2125 sprintf(extra, "Connected(AP: %s[%02X:%02X:%02X:%02X:%02X:%02X])\n",
2126 pAd->CommonCfg.Ssid,
2127 pAd->CommonCfg.Bssid[0],
2128 pAd->CommonCfg.Bssid[1],
2129 pAd->CommonCfg.Bssid[2],
2130 pAd->CommonCfg.Bssid[3],
2131 pAd->CommonCfg.Bssid[4],
2132 pAd->CommonCfg.Bssid[5]);
2133 DBGPRINT(RT_DEBUG_TRACE ,("Ssid=%s ,Ssidlen = %d\n",pAd->CommonCfg.Ssid, pAd->CommonCfg.SsidLen));
2135 else if (ADHOC_ON(pAd))
2136 sprintf(extra, "Connected\n");
2140 sprintf(extra, "Disconnected\n");
2141 DBGPRINT(RT_DEBUG_TRACE ,("ConnStatus is not connected\n"));
2144 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2146 case SHOW_DRVIER_VERION:
2147 sprintf(extra, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
2148 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2150 #ifdef DOT11_N_SUPPORT
2152 getBaInfo(pAd, extra);
2153 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2155 #endif // DOT11_N_SUPPORT //
2156 case SHOW_DESC_INFO:
2158 Show_DescInfo_Proc(pAd, NULL);
2159 wrq->length = 0; // 1: size of '\0'
2163 if (RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
2165 sprintf(extra, "Scanning\n");
2166 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2169 pAd->StaCfg.bSwRadio = FALSE;
2170 if (pAd->StaCfg.bRadio != (pAd->StaCfg.bHwRadio && pAd->StaCfg.bSwRadio))
2172 pAd->StaCfg.bRadio = (pAd->StaCfg.bHwRadio && pAd->StaCfg.bSwRadio);
2173 if (pAd->StaCfg.bRadio == FALSE)
2176 // Update extra information
2177 pAd->ExtraInfo = SW_RADIO_OFF;
2180 sprintf(extra, "Radio Off\n");
2181 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2184 if (RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
2186 sprintf(extra, "Scanning\n");
2187 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2190 pAd->StaCfg.bSwRadio = TRUE;
2191 //if (pAd->StaCfg.bRadio != (pAd->StaCfg.bHwRadio && pAd->StaCfg.bSwRadio))
2193 pAd->StaCfg.bRadio = (pAd->StaCfg.bHwRadio && pAd->StaCfg.bSwRadio);
2194 if (pAd->StaCfg.bRadio == TRUE)
2197 // Update extra information
2198 pAd->ExtraInfo = EXTRA_INFO_CLEAR;
2201 sprintf(extra, "Radio On\n");
2202 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2206 #ifdef QOS_DLS_SUPPORT
2207 case SHOW_DLS_ENTRY_INFO:
2209 Set_DlsEntryInfo_Display_Proc(pAd, NULL);
2210 wrq->length = 0; // 1: size of '\0'
2213 #endif // QOS_DLS_SUPPORT //
2215 case SHOW_CFG_VALUE:
2217 Status = RTMPShowCfgValue(pAd, wrq->pointer, extra);
2219 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2222 case SHOW_ADHOC_ENTRY_INFO:
2223 Show_Adhoc_MacTable_Proc(pAd, extra);
2224 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2227 DBGPRINT(RT_DEBUG_TRACE, ("%s - unknow subcmd = %d\n", __func__, subcmd));
2235 int rt_ioctl_siwmlme(struct net_device *dev,
2236 struct iw_request_info *info,
2237 union iwreq_data *wrqu,
2240 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
2241 struct iw_mlme *pMlme = (struct iw_mlme *)wrqu->data.pointer;
2242 MLME_QUEUE_ELEM MsgElem;
2243 MLME_DISASSOC_REQ_STRUCT DisAssocReq;
2244 MLME_DEAUTH_REQ_STRUCT DeAuthReq;
2246 DBGPRINT(RT_DEBUG_TRACE, ("====> %s\n", __func__));
2253 #ifdef IW_MLME_DEAUTH
2254 case IW_MLME_DEAUTH:
2255 DBGPRINT(RT_DEBUG_TRACE, ("====> %s - IW_MLME_DEAUTH\n", __func__));
2256 COPY_MAC_ADDR(DeAuthReq.Addr, pAd->CommonCfg.Bssid);
2257 DeAuthReq.Reason = pMlme->reason_code;
2258 MsgElem.MsgLen = sizeof(MLME_DEAUTH_REQ_STRUCT);
2259 NdisMoveMemory(MsgElem.Msg, &DeAuthReq, sizeof(MLME_DEAUTH_REQ_STRUCT));
2260 MlmeDeauthReqAction(pAd, &MsgElem);
2263 LinkDown(pAd, FALSE);
2264 pAd->Mlme.AssocMachine.CurrState = ASSOC_IDLE;
2267 #endif // IW_MLME_DEAUTH //
2268 #ifdef IW_MLME_DISASSOC
2269 case IW_MLME_DISASSOC:
2270 DBGPRINT(RT_DEBUG_TRACE, ("====> %s - IW_MLME_DISASSOC\n", __func__));
2271 COPY_MAC_ADDR(DisAssocReq.Addr, pAd->CommonCfg.Bssid);
2272 DisAssocReq.Reason = pMlme->reason_code;
2274 MsgElem.Machine = ASSOC_STATE_MACHINE;
2275 MsgElem.MsgType = MT2_MLME_DISASSOC_REQ;
2276 MsgElem.MsgLen = sizeof(MLME_DISASSOC_REQ_STRUCT);
2277 NdisMoveMemory(MsgElem.Msg, &DisAssocReq, sizeof(MLME_DISASSOC_REQ_STRUCT));
2279 pAd->Mlme.CntlMachine.CurrState = CNTL_WAIT_OID_DISASSOC;
2280 MlmeDisassocReqAction(pAd, &MsgElem);
2282 #endif // IW_MLME_DISASSOC //
2284 DBGPRINT(RT_DEBUG_TRACE, ("====> %s - Unknow Command\n", __func__));
2290 #endif // SIOCSIWMLME //
2292 #if WIRELESS_EXT > 17
2293 int rt_ioctl_siwauth(struct net_device *dev,
2294 struct iw_request_info *info,
2295 union iwreq_data *wrqu, char *extra)
2297 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
2298 struct iw_param *param = &wrqu->param;
2300 //check if the interface is down
2301 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
2303 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
2306 switch (param->flags & IW_AUTH_INDEX) {
2307 case IW_AUTH_WPA_VERSION:
2308 if (param->value == IW_AUTH_WPA_VERSION_WPA)
2310 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPAPSK;
2311 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
2312 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPANone;
2314 else if (param->value == IW_AUTH_WPA_VERSION_WPA2)
2315 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA2PSK;
2317 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_WPA_VERSION - param->value = %d!\n", __func__, param->value));
2319 case IW_AUTH_CIPHER_PAIRWISE:
2320 if (param->value == IW_AUTH_CIPHER_NONE)
2322 pAdapter->StaCfg.WepStatus = Ndis802_11WEPDisabled;
2323 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
2324 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
2326 else if (param->value == IW_AUTH_CIPHER_WEP40 ||
2327 param->value == IW_AUTH_CIPHER_WEP104)
2329 pAdapter->StaCfg.WepStatus = Ndis802_11WEPEnabled;
2330 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
2331 pAdapter->StaCfg.PairCipher = Ndis802_11WEPEnabled;
2332 #ifdef WPA_SUPPLICANT_SUPPORT
2333 pAdapter->StaCfg.IEEE8021X = FALSE;
2334 #endif // WPA_SUPPLICANT_SUPPORT //
2336 else if (param->value == IW_AUTH_CIPHER_TKIP)
2338 pAdapter->StaCfg.WepStatus = Ndis802_11Encryption2Enabled;
2339 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
2340 pAdapter->StaCfg.PairCipher = Ndis802_11Encryption2Enabled;
2342 else if (param->value == IW_AUTH_CIPHER_CCMP)
2344 pAdapter->StaCfg.WepStatus = Ndis802_11Encryption3Enabled;
2345 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
2346 pAdapter->StaCfg.PairCipher = Ndis802_11Encryption3Enabled;
2348 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_CIPHER_PAIRWISE - param->value = %d!\n", __func__, param->value));
2350 case IW_AUTH_CIPHER_GROUP:
2351 if (param->value == IW_AUTH_CIPHER_NONE)
2353 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPDisabled;
2355 else if (param->value == IW_AUTH_CIPHER_WEP40 ||
2356 param->value == IW_AUTH_CIPHER_WEP104)
2358 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPEnabled;
2360 else if (param->value == IW_AUTH_CIPHER_TKIP)
2362 pAdapter->StaCfg.GroupCipher = Ndis802_11Encryption2Enabled;
2364 else if (param->value == IW_AUTH_CIPHER_CCMP)
2366 pAdapter->StaCfg.GroupCipher = Ndis802_11Encryption3Enabled;
2368 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_CIPHER_GROUP - param->value = %d!\n", __func__, param->value));
2370 case IW_AUTH_KEY_MGMT:
2371 if (param->value == IW_AUTH_KEY_MGMT_802_1X)
2373 if (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPAPSK)
2375 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA;
2376 #ifdef WPA_SUPPLICANT_SUPPORT
2377 pAdapter->StaCfg.IEEE8021X = FALSE;
2378 #endif // WPA_SUPPLICANT_SUPPORT //
2380 else if (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA2PSK)
2382 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA2;
2383 #ifdef WPA_SUPPLICANT_SUPPORT
2384 pAdapter->StaCfg.IEEE8021X = FALSE;
2385 #endif // WPA_SUPPLICANT_SUPPORT //
2387 #ifdef WPA_SUPPLICANT_SUPPORT
2390 pAdapter->StaCfg.IEEE8021X = TRUE;
2391 #endif // WPA_SUPPLICANT_SUPPORT //
2393 else if (param->value == 0)
2395 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2396 STA_PORT_SECURED(pAdapter);
2398 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_KEY_MGMT - param->value = %d!\n", __func__, param->value));
2400 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
2402 case IW_AUTH_PRIVACY_INVOKED:
2403 /*if (param->value == 0)
2405 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
2406 pAdapter->StaCfg.WepStatus = Ndis802_11WEPDisabled;
2407 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
2408 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
2409 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPDisabled;
2411 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_PRIVACY_INVOKED - param->value = %d!\n", __func__, param->value));
2413 case IW_AUTH_DROP_UNENCRYPTED:
2414 if (param->value != 0)
2415 pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_NOT_SECURED;
2418 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2419 STA_PORT_SECURED(pAdapter);
2421 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_WPA_VERSION - param->value = %d!\n", __func__, param->value));
2423 case IW_AUTH_80211_AUTH_ALG:
2424 if (param->value & IW_AUTH_ALG_SHARED_KEY)
2426 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeShared;
2428 else if (param->value & IW_AUTH_ALG_OPEN_SYSTEM)
2430 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
2434 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_80211_AUTH_ALG - param->value = %d!\n", __func__, param->value));
2436 case IW_AUTH_WPA_ENABLED:
2437 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_AUTH_WPA_ENABLED - Driver supports WPA!(param->value = %d)\n", __func__, param->value));
2446 int rt_ioctl_giwauth(struct net_device *dev,
2447 struct iw_request_info *info,
2448 union iwreq_data *wrqu, char *extra)
2450 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
2451 struct iw_param *param = &wrqu->param;
2453 //check if the interface is down
2454 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
2456 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
2460 switch (param->flags & IW_AUTH_INDEX) {
2461 case IW_AUTH_DROP_UNENCRYPTED:
2462 param->value = (pAdapter->StaCfg.WepStatus == Ndis802_11WEPDisabled) ? 0 : 1;
2465 case IW_AUTH_80211_AUTH_ALG:
2466 param->value = (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeShared) ? IW_AUTH_ALG_SHARED_KEY : IW_AUTH_ALG_OPEN_SYSTEM;
2469 case IW_AUTH_WPA_ENABLED:
2470 param->value = (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA) ? 1 : 0;
2476 DBGPRINT(RT_DEBUG_TRACE, ("rt_ioctl_giwauth::param->value = %d!\n", param->value));
2480 void fnSetCipherKey(
2481 IN PRTMP_ADAPTER pAdapter,
2485 IN struct iw_encode_ext *ext)
2487 NdisZeroMemory(&pAdapter->SharedKey[BSS0][keyIdx], sizeof(CIPHER_KEY));
2488 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = LEN_TKIP_EK;
2489 NdisMoveMemory(pAdapter->SharedKey[BSS0][keyIdx].Key, ext->key, LEN_TKIP_EK);
2490 NdisMoveMemory(pAdapter->SharedKey[BSS0][keyIdx].TxMic, ext->key + LEN_TKIP_EK, LEN_TKIP_TXMICK);
2491 NdisMoveMemory(pAdapter->SharedKey[BSS0][keyIdx].RxMic, ext->key + LEN_TKIP_EK + LEN_TKIP_TXMICK, LEN_TKIP_RXMICK);
2492 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CipherAlg;
2494 // Update group key information to ASIC Shared Key Table
2495 AsicAddSharedKeyEntry(pAdapter,
2498 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg,
2499 pAdapter->SharedKey[BSS0][keyIdx].Key,
2500 pAdapter->SharedKey[BSS0][keyIdx].TxMic,
2501 pAdapter->SharedKey[BSS0][keyIdx].RxMic);
2504 // Update ASIC WCID attribute table and IVEIV table
2505 RTMPAddWcidAttributeEntry(pAdapter,
2508 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg,
2511 // Update ASIC WCID attribute table and IVEIV table
2512 RTMPAddWcidAttributeEntry(pAdapter,
2515 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg,
2516 &pAdapter->MacTab.Content[BSSID_WCID]);
2519 int rt_ioctl_siwencodeext(struct net_device *dev,
2520 struct iw_request_info *info,
2521 union iwreq_data *wrqu,
2524 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
2525 struct iw_point *encoding = &wrqu->encoding;
2526 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
2527 int keyIdx, alg = ext->alg;
2529 //check if the interface is down
2530 if(!RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
2532 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
2536 if (encoding->flags & IW_ENCODE_DISABLED)
2538 keyIdx = (encoding->flags & IW_ENCODE_INDEX) - 1;
2539 // set BSSID wcid entry of the Pair-wise Key table as no-security mode
2540 AsicRemovePairwiseKeyEntry(pAdapter, BSS0, BSSID_WCID);
2541 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = 0;
2542 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CIPHER_NONE;
2543 AsicRemoveSharedKeyEntry(pAdapter, 0, (UCHAR)keyIdx);
2544 NdisZeroMemory(&pAdapter->SharedKey[BSS0][keyIdx], sizeof(CIPHER_KEY));
2545 DBGPRINT(RT_DEBUG_TRACE, ("%s::Remove all keys!(encoding->flags = %x)\n", __func__, encoding->flags));
2549 // Get Key Index and convet to our own defined key index
2550 keyIdx = (encoding->flags & IW_ENCODE_INDEX) - 1;
2551 if((keyIdx < 0) || (keyIdx >= NR_WEP_KEYS))
2554 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
2556 pAdapter->StaCfg.DefaultKeyId = keyIdx;
2557 DBGPRINT(RT_DEBUG_TRACE, ("%s::DefaultKeyId = %d\n", __func__, pAdapter->StaCfg.DefaultKeyId));
2561 case IW_ENCODE_ALG_NONE:
2562 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_ENCODE_ALG_NONE\n", __func__));
2564 case IW_ENCODE_ALG_WEP:
2565 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_ENCODE_ALG_WEP - ext->key_len = %d, keyIdx = %d\n", __func__, ext->key_len, keyIdx));
2566 if (ext->key_len == MAX_WEP_KEY_SIZE)
2568 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = MAX_WEP_KEY_SIZE;
2569 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CIPHER_WEP128;
2571 else if (ext->key_len == MIN_WEP_KEY_SIZE)
2573 pAdapter->SharedKey[BSS0][keyIdx].KeyLen = MIN_WEP_KEY_SIZE;
2574 pAdapter->SharedKey[BSS0][keyIdx].CipherAlg = CIPHER_WEP64;
2579 NdisZeroMemory(pAdapter->SharedKey[BSS0][keyIdx].Key, 16);
2580 NdisMoveMemory(pAdapter->SharedKey[BSS0][keyIdx].Key, ext->key, ext->key_len);
2582 case IW_ENCODE_ALG_TKIP:
2583 DBGPRINT(RT_DEBUG_TRACE, ("%s::IW_ENCODE_ALG_TKIP - keyIdx = %d, ext->key_len = %d\n", __func__, keyIdx, ext->key_len));
2584 if (ext->key_len == 32)
2586 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
2588 fnSetCipherKey(pAdapter, keyIdx, CIPHER_TKIP, FALSE, ext);
2589 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA2)
2591 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2592 STA_PORT_SECURED(pAdapter);
2595 else if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
2597 fnSetCipherKey(pAdapter, keyIdx, CIPHER_TKIP, TRUE, ext);
2599 // set 802.1x port control
2600 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2601 STA_PORT_SECURED(pAdapter);
2607 case IW_ENCODE_ALG_CCMP:
2608 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
2610 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, FALSE, ext);
2611 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA2)
2612 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2613 STA_PORT_SECURED(pAdapter);
2615 else if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
2617 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, TRUE, ext);
2619 // set 802.1x port control
2620 //pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
2621 STA_PORT_SECURED(pAdapter);
2633 rt_ioctl_giwencodeext(struct net_device *dev,
2634 struct iw_request_info *info,
2635 union iwreq_data *wrqu, char *extra)
2637 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
2639 struct iw_point *encoding = &wrqu->encoding;
2640 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
2641 int idx, max_key_len;
2643 DBGPRINT(RT_DEBUG_TRACE ,("===> rt_ioctl_giwencodeext\n"));
2645 max_key_len = encoding->length - sizeof(*ext);
2646 if (max_key_len < 0)
2649 idx = encoding->flags & IW_ENCODE_INDEX;
2652 if (idx < 1 || idx > 4)
2656 if ((pAd->StaCfg.WepStatus == Ndis802_11Encryption2Enabled) ||
2657 (pAd->StaCfg.WepStatus == Ndis802_11Encryption3Enabled))
2659 if (idx != pAd->StaCfg.DefaultKeyId)
2667 idx = pAd->StaCfg.DefaultKeyId;
2669 encoding->flags = idx + 1;
2670 memset(ext, 0, sizeof(*ext));
2673 switch(pAd->StaCfg.WepStatus) {
2674 case Ndis802_11WEPDisabled:
2675 ext->alg = IW_ENCODE_ALG_NONE;
2676 encoding->flags |= IW_ENCODE_DISABLED;
2678 case Ndis802_11WEPEnabled:
2679 ext->alg = IW_ENCODE_ALG_WEP;
2680 if (pAd->SharedKey[BSS0][idx].KeyLen > max_key_len)
2684 ext->key_len = pAd->SharedKey[BSS0][idx].KeyLen;
2685 pKey = &(pAd->SharedKey[BSS0][idx].Key[0]);
2688 case Ndis802_11Encryption2Enabled:
2689 case Ndis802_11Encryption3Enabled:
2690 if (pAd->StaCfg.WepStatus == Ndis802_11Encryption2Enabled)
2691 ext->alg = IW_ENCODE_ALG_TKIP;
2693 ext->alg = IW_ENCODE_ALG_CCMP;
2695 if (max_key_len < 32)
2700 pKey = &pAd->StaCfg.PMK[0];
2707 if (ext->key_len && pKey)
2709 encoding->flags |= IW_ENCODE_ENABLED;
2710 memcpy(ext->key, pKey, ext->key_len);
2717 int rt_ioctl_siwgenie(struct net_device *dev,
2718 struct iw_request_info *info,
2719 union iwreq_data *wrqu, char *extra)
2721 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
2723 if (wrqu->data.length > MAX_LEN_OF_RSNIE ||
2724 (wrqu->data.length && extra == NULL))
2727 if (wrqu->data.length)
2729 pAd->StaCfg.RSNIE_Len = wrqu->data.length;
2730 NdisMoveMemory(&pAd->StaCfg.RSN_IE[0], extra, pAd->StaCfg.RSNIE_Len);
2734 pAd->StaCfg.RSNIE_Len = 0;
2735 NdisZeroMemory(&pAd->StaCfg.RSN_IE[0], MAX_LEN_OF_RSNIE);
2740 #endif // SIOCSIWGENIE //
2742 int rt_ioctl_giwgenie(struct net_device *dev,
2743 struct iw_request_info *info,
2744 union iwreq_data *wrqu, char *extra)
2746 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
2748 if ((pAd->StaCfg.RSNIE_Len == 0) ||
2749 (pAd->StaCfg.AuthMode < Ndis802_11AuthModeWPA))
2751 wrqu->data.length = 0;
2755 #ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
2757 if (pAd->StaCfg.WpaSupplicantUP == WPA_SUPPLICANT_ENABLE)
2759 if (wrqu->data.length < pAd->StaCfg.RSNIE_Len)
2762 wrqu->data.length = pAd->StaCfg.RSNIE_Len;
2763 memcpy(extra, &pAd->StaCfg.RSN_IE[0], pAd->StaCfg.RSNIE_Len);
2766 #endif // SIOCSIWGENIE //
2767 #endif // NATIVE_WPA_SUPPLICANT_SUPPORT //
2769 UCHAR RSNIe = IE_WPA;
2771 if (wrqu->data.length < (pAd->StaCfg.RSNIE_Len + 2)) // ID, Len
2773 wrqu->data.length = pAd->StaCfg.RSNIE_Len + 2;
2775 if ((pAd->StaCfg.AuthMode == Ndis802_11AuthModeWPA2PSK) ||
2776 (pAd->StaCfg.AuthMode == Ndis802_11AuthModeWPA2))
2779 extra[0] = (char)RSNIe;
2780 extra[1] = pAd->StaCfg.RSNIE_Len;
2781 memcpy(extra+2, &pAd->StaCfg.RSN_IE[0], pAd->StaCfg.RSNIE_Len);
2787 int rt_ioctl_siwpmksa(struct net_device *dev,
2788 struct iw_request_info *info,
2789 union iwreq_data *wrqu,
2792 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
2793 struct iw_pmksa *pPmksa = (struct iw_pmksa *)wrqu->data.pointer;
2794 INT CachedIdx = 0, idx = 0;
2799 DBGPRINT(RT_DEBUG_TRACE ,("===> rt_ioctl_siwpmksa\n"));
2802 case IW_PMKSA_FLUSH:
2803 NdisZeroMemory(pAd->StaCfg.SavedPMK, sizeof(BSSID_INFO)*PMKID_NO);
2804 DBGPRINT(RT_DEBUG_TRACE ,("rt_ioctl_siwpmksa - IW_PMKSA_FLUSH\n"));
2806 case IW_PMKSA_REMOVE:
2807 for (CachedIdx = 0; CachedIdx < pAd->StaCfg.SavedPMKNum; CachedIdx++)
2809 // compare the BSSID
2810 if (NdisEqualMemory(pPmksa->bssid.sa_data, pAd->StaCfg.SavedPMK[CachedIdx].BSSID, MAC_ADDR_LEN))
2812 NdisZeroMemory(pAd->StaCfg.SavedPMK[CachedIdx].BSSID, MAC_ADDR_LEN);
2813 NdisZeroMemory(pAd->StaCfg.SavedPMK[CachedIdx].PMKID, 16);
2814 for (idx = CachedIdx; idx < (pAd->StaCfg.SavedPMKNum - 1); idx++)
2816 NdisMoveMemory(&pAd->StaCfg.SavedPMK[idx].BSSID[0], &pAd->StaCfg.SavedPMK[idx+1].BSSID[0], MAC_ADDR_LEN);
2817 NdisMoveMemory(&pAd->StaCfg.SavedPMK[idx].PMKID[0], &pAd->StaCfg.SavedPMK[idx+1].PMKID[0], 16);
2819 pAd->StaCfg.SavedPMKNum--;
2824 DBGPRINT(RT_DEBUG_TRACE ,("rt_ioctl_siwpmksa - IW_PMKSA_REMOVE\n"));
2827 for (CachedIdx = 0; CachedIdx < pAd->StaCfg.SavedPMKNum; CachedIdx++)
2829 // compare the BSSID
2830 if (NdisEqualMemory(pPmksa->bssid.sa_data, pAd->StaCfg.SavedPMK[CachedIdx].BSSID, MAC_ADDR_LEN))
2834 // Found, replace it
2835 if (CachedIdx < PMKID_NO)
2837 DBGPRINT(RT_DEBUG_OFF, ("Update PMKID, idx = %d\n", CachedIdx));
2838 NdisMoveMemory(&pAd->StaCfg.SavedPMK[CachedIdx].BSSID[0], pPmksa->bssid.sa_data, MAC_ADDR_LEN);
2839 NdisMoveMemory(&pAd->StaCfg.SavedPMK[CachedIdx].PMKID[0], pPmksa->pmkid, 16);
2840 pAd->StaCfg.SavedPMKNum++;
2842 // Not found, replace the last one
2845 // Randomly replace one
2846 CachedIdx = (pPmksa->bssid.sa_data[5] % PMKID_NO);
2847 DBGPRINT(RT_DEBUG_OFF, ("Update PMKID, idx = %d\n", CachedIdx));
2848 NdisMoveMemory(&pAd->StaCfg.SavedPMK[CachedIdx].BSSID[0], pPmksa->bssid.sa_data, MAC_ADDR_LEN);
2849 NdisMoveMemory(&pAd->StaCfg.SavedPMK[CachedIdx].PMKID[0], pPmksa->pmkid, 16);
2852 DBGPRINT(RT_DEBUG_TRACE ,("rt_ioctl_siwpmksa - IW_PMKSA_ADD\n"));
2855 DBGPRINT(RT_DEBUG_TRACE ,("rt_ioctl_siwpmksa - Unknow Command!!\n"));
2861 #endif // #if WIRELESS_EXT > 17
2865 rt_private_ioctl_bbp(struct net_device *dev, struct iw_request_info *info,
2866 struct iw_point *wrq, char *extra)
2871 // CHAR arg[255]={0};
2874 BOOLEAN bIsPrintAllBBP = FALSE;
2876 PRTMP_ADAPTER pAdapter = (PRTMP_ADAPTER) dev->priv;
2879 memset(extra, 0x00, IW_PRIV_SIZE_MASK);
2881 if (wrq->length > 1) //No parameters.
2883 sprintf(extra, "\n");
2885 //Parsing Read or Write
2886 this_char = wrq->pointer;
2887 DBGPRINT(RT_DEBUG_TRACE, ("this_char=%s\n", this_char));
2891 if ((value = rtstrchr(this_char, '=')) != NULL)
2894 if (!value || !*value)
2896 DBGPRINT(RT_DEBUG_TRACE, ("this_char=%s, value=%s\n", this_char, value));
2897 if (sscanf(this_char, "%d", &(bbpId)) == 1)
2902 if (ATE_ON(pAdapter))
2904 ATE_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2907 #endif // RALINK_ATE //
2909 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2911 sprintf(extra+strlen(extra), "R%02d[0x%02X]:%02X\n", bbpId, bbpId*2, regBBP);
2912 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2913 DBGPRINT(RT_DEBUG_TRACE, ("msg=%s\n", extra));
2916 {//Invalid parametes, so default printk all bbp
2917 bIsPrintAllBBP = TRUE;
2922 { //Invalid parametes, so default printk all bbp
2923 bIsPrintAllBBP = TRUE;
2929 if ((sscanf(this_char, "%d", &(bbpId)) == 1) && (sscanf(value, "%x", &(bbpValue)) == 1))
2934 if (ATE_ON(pAdapter))
2936 ATE_BBP_IO_WRITE8_BY_REG_ID(pAdapter, bbpId, bbpValue);
2937 //Read it back for showing
2938 ATE_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2941 #endif // RALINK_ATE //
2943 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, bbpId, bbpValue);
2944 //Read it back for showing
2945 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2947 sprintf(extra+strlen(extra), "R%02d[0x%02X]:%02X\n", bbpId, bbpId*2, regBBP);
2948 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2949 DBGPRINT(RT_DEBUG_TRACE, ("msg=%s\n", extra));
2952 {//Invalid parametes, so default printk all bbp
2953 bIsPrintAllBBP = TRUE;
2958 { //Invalid parametes, so default printk all bbp
2959 bIsPrintAllBBP = TRUE;
2965 bIsPrintAllBBP = TRUE;
2970 memset(extra, 0x00, IW_PRIV_SIZE_MASK);
2971 sprintf(extra, "\n");
2972 for (bbpId = 0; bbpId <= 136; bbpId++)
2974 if (strlen(extra) >= (IW_PRIV_SIZE_MASK - 10))
2977 if (ATE_ON(pAdapter))
2979 ATE_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2982 #endif // RALINK_ATE //
2983 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, bbpId, ®BBP);
2984 sprintf(extra+strlen(extra), "R%02d[0x%02X]:%02X ", bbpId, bbpId*2, regBBP);
2986 sprintf(extra+strlen(extra), "\n");
2989 wrq->length = strlen(extra) + 1; // 1: size of '\0'
2990 DBGPRINT(RT_DEBUG_TRACE, ("wrq->length = %d\n", wrq->length));
2993 DBGPRINT(RT_DEBUG_TRACE, ("<==rt_private_ioctl_bbp\n\n"));
2999 int rt_ioctl_siwrate(struct net_device *dev,
3000 struct iw_request_info *info,
3001 union iwreq_data *wrqu, char *extra)
3003 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
3004 UINT32 rate = wrqu->bitrate.value, fixed = wrqu->bitrate.fixed;
3006 //check if the interface is down
3007 if(!RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_INTERRUPT_IN_USE))
3009 DBGPRINT(RT_DEBUG_TRACE, ("rt_ioctl_siwrate::Network is down!\n"));
3013 DBGPRINT(RT_DEBUG_TRACE, ("rt_ioctl_siwrate::(rate = %d, fixed = %d)\n", rate, fixed));
3014 /* rate = -1 => auto rate
3015 rate = X, fixed = 1 => (fixed rate X)
3020 pAd->StaCfg.DesiredTransmitSetting.field.MCS = MCS_AUTO;
3021 pAd->StaCfg.bAutoTxRateSwitch = TRUE;
3022 if ((pAd->CommonCfg.PhyMode <= PHY_11G) ||
3023 (pAd->MacTab.Content[BSSID_WCID].HTPhyMode.field.MODE <= MODE_OFDM))
3024 RTMPSetDesiredRates(pAd, -1);
3026 #ifdef DOT11_N_SUPPORT
3028 #endif // DOT11_N_SUPPORT //
3034 pAd->StaCfg.bAutoTxRateSwitch = FALSE;
3035 if ((pAd->CommonCfg.PhyMode <= PHY_11G) ||
3036 (pAd->MacTab.Content[BSSID_WCID].HTPhyMode.field.MODE <= MODE_OFDM))
3037 RTMPSetDesiredRates(pAd, rate);
3040 pAd->StaCfg.DesiredTransmitSetting.field.MCS = MCS_AUTO;
3041 #ifdef DOT11_N_SUPPORT
3043 #endif // DOT11_N_SUPPORT //
3045 DBGPRINT(RT_DEBUG_TRACE, ("rt_ioctl_siwrate::(HtMcs=%d)\n",pAd->StaCfg.DesiredTransmitSetting.field.MCS));
3049 // TODO: rate = X, fixed = 0 => (rates <= X)
3057 int rt_ioctl_giwrate(struct net_device *dev,
3058 struct iw_request_info *info,
3059 union iwreq_data *wrqu, char *extra)
3061 PRTMP_ADAPTER pAd = (PRTMP_ADAPTER) dev->priv;
3062 int rate_index = 0, rate_count = 0;
3063 HTTRANSMIT_SETTING ht_setting;
3064 __s32 ralinkrate[] =
3065 {2, 4, 11, 22, // CCK
3066 12, 18, 24, 36, 48, 72, 96, 108, // OFDM
3067 13, 26, 39, 52, 78, 104, 117, 130, 26, 52, 78, 104, 156, 208, 234, 260, // 20MHz, 800ns GI, MCS: 0 ~ 15
3068 39, 78, 117, 156, 234, 312, 351, 390, // 20MHz, 800ns GI, MCS: 16 ~ 23
3069 27, 54, 81, 108, 162, 216, 243, 270, 54, 108, 162, 216, 324, 432, 486, 540, // 40MHz, 800ns GI, MCS: 0 ~ 15
3070 81, 162, 243, 324, 486, 648, 729, 810, // 40MHz, 800ns GI, MCS: 16 ~ 23
3071 14, 29, 43, 57, 87, 115, 130, 144, 29, 59, 87, 115, 173, 230, 260, 288, // 20MHz, 400ns GI, MCS: 0 ~ 15
3072 43, 87, 130, 173, 260, 317, 390, 433, // 20MHz, 400ns GI, MCS: 16 ~ 23
3073 30, 60, 90, 120, 180, 240, 270, 300, 60, 120, 180, 240, 360, 480, 540, 600, // 40MHz, 400ns GI, MCS: 0 ~ 15
3074 90, 180, 270, 360, 540, 720, 810, 900}; // 40MHz, 400ns GI, MCS: 16 ~ 23
3076 rate_count = sizeof(ralinkrate)/sizeof(__s32);
3077 //check if the interface is down
3078 if(!RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_INTERRUPT_IN_USE))
3080 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
3084 if ((pAd->StaCfg.bAutoTxRateSwitch == FALSE) &&
3086 ((pAd->CommonCfg.PhyMode <= PHY_11G) || (pAd->MacTab.Content[BSSID_WCID].HTPhyMode.field.MODE <= MODE_OFDM)))
3087 ht_setting.word = pAd->StaCfg.HTPhyMode.word;
3089 ht_setting.word = pAd->MacTab.Content[BSSID_WCID].HTPhyMode.word;
3091 #ifdef DOT11_N_SUPPORT
3092 if (ht_setting.field.MODE >= MODE_HTMIX)
3094 // rate_index = 12 + ((UCHAR)ht_setting.field.BW *16) + ((UCHAR)ht_setting.field.ShortGI *32) + ((UCHAR)ht_setting.field.MCS);
3095 rate_index = 12 + ((UCHAR)ht_setting.field.BW *24) + ((UCHAR)ht_setting.field.ShortGI *48) + ((UCHAR)ht_setting.field.MCS);
3098 #endif // DOT11_N_SUPPORT //
3099 if (ht_setting.field.MODE == MODE_OFDM)
3100 rate_index = (UCHAR)(ht_setting.field.MCS) + 4;
3101 else if (ht_setting.field.MODE == MODE_CCK)
3102 rate_index = (UCHAR)(ht_setting.field.MCS);
3107 if (rate_index > rate_count)
3108 rate_index = rate_count;
3110 wrqu->bitrate.value = ralinkrate[rate_index] * 500000;
3111 wrqu->bitrate.disabled = 0;
3116 static const iw_handler rt_handler[] =
3118 (iw_handler) NULL, /* SIOCSIWCOMMIT */
3119 (iw_handler) rt_ioctl_giwname, /* SIOCGIWNAME */
3120 (iw_handler) NULL, /* SIOCSIWNWID */
3121 (iw_handler) NULL, /* SIOCGIWNWID */
3122 (iw_handler) rt_ioctl_siwfreq, /* SIOCSIWFREQ */
3123 (iw_handler) rt_ioctl_giwfreq, /* SIOCGIWFREQ */
3124 (iw_handler) rt_ioctl_siwmode, /* SIOCSIWMODE */
3125 (iw_handler) rt_ioctl_giwmode, /* SIOCGIWMODE */
3126 (iw_handler) NULL, /* SIOCSIWSENS */
3127 (iw_handler) NULL, /* SIOCGIWSENS */
3128 (iw_handler) NULL /* not used */, /* SIOCSIWRANGE */
3129 (iw_handler) rt_ioctl_giwrange, /* SIOCGIWRANGE */
3130 (iw_handler) NULL /* not used */, /* SIOCSIWPRIV */
3131 (iw_handler) NULL /* kernel code */, /* SIOCGIWPRIV */
3132 (iw_handler) NULL /* not used */, /* SIOCSIWSTATS */
3133 (iw_handler) rt28xx_get_wireless_stats /* kernel code */, /* SIOCGIWSTATS */
3134 (iw_handler) NULL, /* SIOCSIWSPY */
3135 (iw_handler) NULL, /* SIOCGIWSPY */
3136 (iw_handler) NULL, /* SIOCSIWTHRSPY */
3137 (iw_handler) NULL, /* SIOCGIWTHRSPY */
3138 (iw_handler) rt_ioctl_siwap, /* SIOCSIWAP */
3139 (iw_handler) rt_ioctl_giwap, /* SIOCGIWAP */
3141 (iw_handler) rt_ioctl_siwmlme, /* SIOCSIWMLME */
3143 (iw_handler) NULL, /* SIOCSIWMLME */
3144 #endif // SIOCSIWMLME //
3145 (iw_handler) rt_ioctl_iwaplist, /* SIOCGIWAPLIST */
3147 (iw_handler) rt_ioctl_siwscan, /* SIOCSIWSCAN */
3148 (iw_handler) rt_ioctl_giwscan, /* SIOCGIWSCAN */
3150 (iw_handler) NULL, /* SIOCSIWSCAN */
3151 (iw_handler) NULL, /* SIOCGIWSCAN */
3152 #endif /* SIOCGIWSCAN */
3153 (iw_handler) rt_ioctl_siwessid, /* SIOCSIWESSID */
3154 (iw_handler) rt_ioctl_giwessid, /* SIOCGIWESSID */
3155 (iw_handler) rt_ioctl_siwnickn, /* SIOCSIWNICKN */
3156 (iw_handler) rt_ioctl_giwnickn, /* SIOCGIWNICKN */
3157 (iw_handler) NULL, /* -- hole -- */
3158 (iw_handler) NULL, /* -- hole -- */
3159 (iw_handler) rt_ioctl_siwrate, /* SIOCSIWRATE */
3160 (iw_handler) rt_ioctl_giwrate, /* SIOCGIWRATE */
3161 (iw_handler) rt_ioctl_siwrts, /* SIOCSIWRTS */
3162 (iw_handler) rt_ioctl_giwrts, /* SIOCGIWRTS */
3163 (iw_handler) rt_ioctl_siwfrag, /* SIOCSIWFRAG */
3164 (iw_handler) rt_ioctl_giwfrag, /* SIOCGIWFRAG */
3165 (iw_handler) NULL, /* SIOCSIWTXPOW */
3166 (iw_handler) NULL, /* SIOCGIWTXPOW */
3167 (iw_handler) NULL, /* SIOCSIWRETRY */
3168 (iw_handler) NULL, /* SIOCGIWRETRY */
3169 (iw_handler) rt_ioctl_siwencode, /* SIOCSIWENCODE */
3170 (iw_handler) rt_ioctl_giwencode, /* SIOCGIWENCODE */
3171 (iw_handler) NULL, /* SIOCSIWPOWER */
3172 (iw_handler) NULL, /* SIOCGIWPOWER */
3173 (iw_handler) NULL, /* -- hole -- */
3174 (iw_handler) NULL, /* -- hole -- */
3175 #if WIRELESS_EXT > 17
3176 (iw_handler) rt_ioctl_siwgenie, /* SIOCSIWGENIE */
3177 (iw_handler) rt_ioctl_giwgenie, /* SIOCGIWGENIE */
3178 (iw_handler) rt_ioctl_siwauth, /* SIOCSIWAUTH */
3179 (iw_handler) rt_ioctl_giwauth, /* SIOCGIWAUTH */
3180 (iw_handler) rt_ioctl_siwencodeext, /* SIOCSIWENCODEEXT */
3181 (iw_handler) rt_ioctl_giwencodeext, /* SIOCGIWENCODEEXT */
3182 (iw_handler) rt_ioctl_siwpmksa, /* SIOCSIWPMKSA */
3186 static const iw_handler rt_priv_handlers[] = {
3187 (iw_handler) NULL, /* + 0x00 */
3188 (iw_handler) NULL, /* + 0x01 */
3189 #ifndef CONFIG_AP_SUPPORT
3190 (iw_handler) rt_ioctl_setparam, /* + 0x02 */
3192 (iw_handler) NULL, /* + 0x02 */
3193 #endif // CONFIG_AP_SUPPORT //
3195 (iw_handler) rt_private_ioctl_bbp, /* + 0x03 */
3197 (iw_handler) NULL, /* + 0x03 */
3199 (iw_handler) NULL, /* + 0x04 */
3200 (iw_handler) NULL, /* + 0x05 */
3201 (iw_handler) NULL, /* + 0x06 */
3202 (iw_handler) NULL, /* + 0x07 */
3203 (iw_handler) NULL, /* + 0x08 */
3204 (iw_handler) rt_private_get_statistics, /* + 0x09 */
3205 (iw_handler) NULL, /* + 0x0A */
3206 (iw_handler) NULL, /* + 0x0B */
3207 (iw_handler) NULL, /* + 0x0C */
3208 (iw_handler) NULL, /* + 0x0D */
3209 (iw_handler) NULL, /* + 0x0E */
3210 (iw_handler) NULL, /* + 0x0F */
3211 (iw_handler) NULL, /* + 0x10 */
3212 (iw_handler) rt_private_show, /* + 0x11 */
3213 (iw_handler) NULL, /* + 0x12 */
3214 (iw_handler) NULL, /* + 0x13 */
3215 (iw_handler) NULL, /* + 0x15 */
3216 (iw_handler) NULL, /* + 0x17 */
3217 (iw_handler) NULL, /* + 0x18 */
3220 const struct iw_handler_def rt28xx_iw_handler_def =
3222 #define N(a) (sizeof (a) / sizeof (a[0]))
3223 .standard = (iw_handler *) rt_handler,
3224 .num_standard = sizeof(rt_handler) / sizeof(iw_handler),
3225 .private = (iw_handler *) rt_priv_handlers,
3226 .num_private = N(rt_priv_handlers),
3227 .private_args = (struct iw_priv_args *) privtab,
3228 .num_private_args = N(privtab),
3229 #if IW_HANDLER_VERSION >= 7
3230 .get_wireless_stats = rt28xx_get_wireless_stats,
3234 INT RTMPSetInformation(
3235 IN PRTMP_ADAPTER pAdapter,
3236 IN OUT struct ifreq *rq,
3239 struct iwreq *wrq = (struct iwreq *) rq;
3240 NDIS_802_11_SSID Ssid;
3241 NDIS_802_11_MAC_ADDRESS Bssid;
3242 RT_802_11_PHY_MODE PhyMode;
3243 RT_802_11_STA_CONFIG StaConfig;
3244 NDIS_802_11_RATES aryRates;
3245 RT_802_11_PREAMBLE Preamble;
3246 NDIS_802_11_WEP_STATUS WepStatus;
3247 NDIS_802_11_AUTHENTICATION_MODE AuthMode = Ndis802_11AuthModeMax;
3248 NDIS_802_11_NETWORK_INFRASTRUCTURE BssType;
3249 NDIS_802_11_RTS_THRESHOLD RtsThresh;
3250 NDIS_802_11_FRAGMENTATION_THRESHOLD FragThresh;
3251 NDIS_802_11_POWER_MODE PowerMode;
3252 PNDIS_802_11_KEY pKey = NULL;
3253 PNDIS_802_11_WEP pWepKey =NULL;
3254 PNDIS_802_11_REMOVE_KEY pRemoveKey = NULL;
3255 NDIS_802_11_CONFIGURATION Config, *pConfig = NULL;
3256 NDIS_802_11_NETWORK_TYPE NetType;
3259 INT Status = NDIS_STATUS_SUCCESS, MaxPhyMode = PHY_11G;
3262 BOOLEAN StateMachineTouched = FALSE;
3263 #ifdef DOT11_N_SUPPORT
3264 OID_SET_HT_PHYMODE HT_PhyMode; //11n ,kathy
3265 #endif // DOT11_N_SUPPORT //
3266 #ifdef WPA_SUPPLICANT_SUPPORT
3267 PNDIS_802_11_PMKID pPmkId = NULL;
3268 BOOLEAN IEEE8021xState = FALSE;
3269 BOOLEAN IEEE8021x_required_keys = FALSE;
3270 UCHAR wpa_supplicant_enable = 0;
3271 #endif // WPA_SUPPLICANT_SUPPORT //
3274 TX_RTY_CFG_STRUC tx_rty_cfg;
3275 ULONG ShortRetryLimit, LongRetryLimit;
3277 #endif // SNMP_SUPPORT //
3281 #ifdef DOT11_N_SUPPORT
3282 MaxPhyMode = PHY_11N_5G;
3283 #endif // DOT11_N_SUPPORT //
3286 DBGPRINT(RT_DEBUG_TRACE, ("-->RTMPSetInformation(), 0x%08x\n", cmd&0x7FFF));
3287 switch(cmd & 0x7FFF) {
3288 case RT_OID_802_11_COUNTRY_REGION:
3289 if (wrq->u.data.length < sizeof(UCHAR))
3291 // Only avaliable when EEPROM not programming
3292 else if (!(pAdapter->CommonCfg.CountryRegion & 0x80) && !(pAdapter->CommonCfg.CountryRegionForABand & 0x80))
3297 Status = copy_from_user(&Country, wrq->u.data.pointer, wrq->u.data.length);
3298 pAdapter->CommonCfg.CountryRegion = (UCHAR)(Country & 0x000000FF);
3299 pAdapter->CommonCfg.CountryRegionForABand = (UCHAR)((Country >> 8) & 0x000000FF);
3300 TmpPhy = pAdapter->CommonCfg.PhyMode;
3301 pAdapter->CommonCfg.PhyMode = 0xff;
3302 // Build all corresponding channel information
3303 RTMPSetPhyMode(pAdapter, TmpPhy);
3304 #ifdef DOT11_N_SUPPORT
3305 SetCommonHT(pAdapter);
3306 #endif // DOT11_N_SUPPORT //
3307 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_COUNTRY_REGION (A:%d B/G:%d)\n", pAdapter->CommonCfg.CountryRegionForABand,
3308 pAdapter->CommonCfg.CountryRegion));
3311 case OID_802_11_BSSID_LIST_SCAN:
3313 if (ATE_ON(pAdapter))
3315 DBGPRINT(RT_DEBUG_TRACE, ("The driver is in ATE mode now\n"));
3318 #endif // RALINK_ATE //
3320 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_BSSID_LIST_SCAN, TxCnt = %d \n", pAdapter->RalinkCounters.LastOneSecTotalTxCount));
3322 if (MONITOR_ON(pAdapter))
3324 DBGPRINT(RT_DEBUG_TRACE, ("!!! Driver is in Monitor Mode now !!!\n"));
3328 //Benson add 20080527, when radio off, sta don't need to scan
3329 if (RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_RADIO_OFF))
3332 if (RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
3334 DBGPRINT(RT_DEBUG_TRACE, ("!!! Driver is scanning now !!!\n"));
3335 pAdapter->StaCfg.bScanReqIsFromWebUI = TRUE;
3336 Status = NDIS_STATUS_SUCCESS;
3340 if (pAdapter->RalinkCounters.LastOneSecTotalTxCount > 100)
3342 DBGPRINT(RT_DEBUG_TRACE, ("!!! Link UP, ignore this set::OID_802_11_BSSID_LIST_SCAN\n"));
3343 Status = NDIS_STATUS_SUCCESS;
3344 pAdapter->StaCfg.ScanCnt = 99; // Prevent auto scan triggered by this OID
3348 if ((OPSTATUS_TEST_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED)) &&
3349 ((pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA) ||
3350 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPAPSK) ||
3351 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA2) ||
3352 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA2PSK)) &&
3353 (pAdapter->StaCfg.PortSecured == WPA_802_1X_PORT_NOT_SECURED))
3355 DBGPRINT(RT_DEBUG_TRACE, ("!!! Link UP, Port Not Secured! ignore this set::OID_802_11_BSSID_LIST_SCAN\n"));
3356 Status = NDIS_STATUS_SUCCESS;
3357 pAdapter->StaCfg.ScanCnt = 99; // Prevent auto scan triggered by this OID
3362 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
3364 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
3365 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
3368 // tell CNTL state machine to call NdisMSetInformationComplete() after completing
3369 // this request, because this request is initiated by NDIS.
3370 pAdapter->MlmeAux.CurrReqIsFromNdis = FALSE;
3371 // Reset allowed scan retries
3372 pAdapter->StaCfg.ScanCnt = 0;
3373 pAdapter->StaCfg.LastScanTime = Now;
3375 pAdapter->StaCfg.bScanReqIsFromWebUI = TRUE;
3376 RTMP_SET_FLAG(pAdapter, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS);
3377 MlmeEnqueue(pAdapter,
3378 MLME_CNTL_STATE_MACHINE,
3379 OID_802_11_BSSID_LIST_SCAN,
3383 Status = NDIS_STATUS_SUCCESS;
3384 StateMachineTouched = TRUE;
3386 case OID_802_11_SSID:
3387 if (wrq->u.data.length != sizeof(NDIS_802_11_SSID))
3391 PCHAR pSsidString = NULL;
3392 Status = copy_from_user(&Ssid, wrq->u.data.pointer, wrq->u.data.length);
3394 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_SSID (Len=%d,Ssid=%s)\n", Ssid.SsidLength, Ssid.Ssid));
3395 if (Ssid.SsidLength > MAX_LEN_OF_SSID)
3399 if (Ssid.SsidLength == 0)
3401 Set_SSID_Proc(pAdapter, "");
3405 pSsidString = (CHAR *) kmalloc(MAX_LEN_OF_SSID+1, MEM_ALLOC_FLAG);
3408 NdisZeroMemory(pSsidString, MAX_LEN_OF_SSID+1);
3409 NdisMoveMemory(pSsidString, Ssid.Ssid, Ssid.SsidLength);
3410 Set_SSID_Proc(pAdapter, pSsidString);
3419 case OID_802_11_BSSID:
3421 if (ATE_ON(pAdapter))
3423 DBGPRINT(RT_DEBUG_TRACE, ("The driver is in ATE mode now\n"));
3426 #endif // RALINK_ATE //
3427 if (wrq->u.data.length != sizeof(NDIS_802_11_MAC_ADDRESS))
3431 Status = copy_from_user(&Bssid, wrq->u.data.pointer, wrq->u.data.length);
3433 // tell CNTL state machine to call NdisMSetInformationComplete() after completing
3434 // this request, because this request is initiated by NDIS.
3435 pAdapter->MlmeAux.CurrReqIsFromNdis = FALSE;
3437 // Prevent to connect AP again in STAMlmePeriodicExec
3438 pAdapter->MlmeAux.AutoReconnectSsidLen= 32;
3440 // Reset allowed scan retries
3441 pAdapter->StaCfg.ScanCnt = 0;
3443 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
3445 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
3446 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
3448 MlmeEnqueue(pAdapter,
3449 MLME_CNTL_STATE_MACHINE,
3451 sizeof(NDIS_802_11_MAC_ADDRESS),
3453 Status = NDIS_STATUS_SUCCESS;
3454 StateMachineTouched = TRUE;
3456 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_BSSID %02x:%02x:%02x:%02x:%02x:%02x\n",
3457 Bssid[0], Bssid[1], Bssid[2], Bssid[3], Bssid[4], Bssid[5]));
3460 case RT_OID_802_11_RADIO:
3461 if (wrq->u.data.length != sizeof(BOOLEAN))
3465 Status = copy_from_user(&RadioState, wrq->u.data.pointer, wrq->u.data.length);
3466 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_RADIO (=%d)\n", RadioState));
3467 if (pAdapter->StaCfg.bSwRadio != RadioState)
3469 pAdapter->StaCfg.bSwRadio = RadioState;
3470 if (pAdapter->StaCfg.bRadio != (pAdapter->StaCfg.bHwRadio && pAdapter->StaCfg.bSwRadio))
3472 pAdapter->StaCfg.bRadio = (pAdapter->StaCfg.bHwRadio && pAdapter->StaCfg.bSwRadio);
3473 if (pAdapter->StaCfg.bRadio == TRUE)
3475 MlmeRadioOn(pAdapter);
3476 // Update extra information
3477 pAdapter->ExtraInfo = EXTRA_INFO_CLEAR;
3481 MlmeRadioOff(pAdapter);
3482 // Update extra information
3483 pAdapter->ExtraInfo = SW_RADIO_OFF;
3489 case RT_OID_802_11_PHY_MODE:
3490 if (wrq->u.data.length != sizeof(RT_802_11_PHY_MODE))
3494 Status = copy_from_user(&PhyMode, wrq->u.data.pointer, wrq->u.data.length);
3495 if (PhyMode <= MaxPhyMode)
3497 RTMPSetPhyMode(pAdapter, PhyMode);
3498 #ifdef DOT11_N_SUPPORT
3499 SetCommonHT(pAdapter);
3500 #endif // DOT11_N_SUPPORT //
3502 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_PHY_MODE (=%d)\n", PhyMode));
3505 case RT_OID_802_11_STA_CONFIG:
3506 if (wrq->u.data.length != sizeof(RT_802_11_STA_CONFIG))
3510 Status = copy_from_user(&StaConfig, wrq->u.data.pointer, wrq->u.data.length);
3511 pAdapter->CommonCfg.bEnableTxBurst = StaConfig.EnableTxBurst;
3512 pAdapter->CommonCfg.UseBGProtection = StaConfig.UseBGProtection;
3513 pAdapter->CommonCfg.bUseShortSlotTime = 1; // 2003-10-30 always SHORT SLOT capable
3514 if ((pAdapter->CommonCfg.PhyMode != StaConfig.AdhocMode) &&
3515 (StaConfig.AdhocMode <= MaxPhyMode))
3517 // allow dynamic change of "USE OFDM rate or not" in ADHOC mode
3518 // if setting changed, need to reset current TX rate as well as BEACON frame format
3519 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
3521 pAdapter->CommonCfg.PhyMode = StaConfig.AdhocMode;
3522 RTMPSetPhyMode(pAdapter, PhyMode);
3523 MlmeUpdateTxRates(pAdapter, FALSE, 0);
3524 MakeIbssBeacon(pAdapter); // re-build BEACON frame
3525 AsicEnableIbssSync(pAdapter); // copy to on-chip memory
3528 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_SET_STA_CONFIG (Burst=%d, Protection=%ld,ShortSlot=%d\n",
3529 pAdapter->CommonCfg.bEnableTxBurst,
3530 pAdapter->CommonCfg.UseBGProtection,
3531 pAdapter->CommonCfg.bUseShortSlotTime));
3534 case OID_802_11_DESIRED_RATES:
3535 if (wrq->u.data.length != sizeof(NDIS_802_11_RATES))
3539 Status = copy_from_user(&aryRates, wrq->u.data.pointer, wrq->u.data.length);
3540 NdisZeroMemory(pAdapter->CommonCfg.DesireRate, MAX_LEN_OF_SUPPORTED_RATES);
3541 NdisMoveMemory(pAdapter->CommonCfg.DesireRate, &aryRates, sizeof(NDIS_802_11_RATES));
3542 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_DESIRED_RATES (%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x)\n",
3543 pAdapter->CommonCfg.DesireRate[0],pAdapter->CommonCfg.DesireRate[1],
3544 pAdapter->CommonCfg.DesireRate[2],pAdapter->CommonCfg.DesireRate[3],
3545 pAdapter->CommonCfg.DesireRate[4],pAdapter->CommonCfg.DesireRate[5],
3546 pAdapter->CommonCfg.DesireRate[6],pAdapter->CommonCfg.DesireRate[7] ));
3547 // Changing DesiredRate may affect the MAX TX rate we used to TX frames out
3548 MlmeUpdateTxRates(pAdapter, FALSE, 0);
3551 case RT_OID_802_11_PREAMBLE:
3552 if (wrq->u.data.length != sizeof(RT_802_11_PREAMBLE))
3556 Status = copy_from_user(&Preamble, wrq->u.data.pointer, wrq->u.data.length);
3557 if (Preamble == Rt802_11PreambleShort)
3559 pAdapter->CommonCfg.TxPreamble = Preamble;
3560 MlmeSetTxPreamble(pAdapter, Rt802_11PreambleShort);
3562 else if ((Preamble == Rt802_11PreambleLong) || (Preamble == Rt802_11PreambleAuto))
3564 // if user wants AUTO, initialize to LONG here, then change according to AP's
3565 // capability upon association.
3566 pAdapter->CommonCfg.TxPreamble = Preamble;
3567 MlmeSetTxPreamble(pAdapter, Rt802_11PreambleLong);
3574 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_PREAMBLE (=%d)\n", Preamble));
3577 case OID_802_11_WEP_STATUS:
3578 if (wrq->u.data.length != sizeof(NDIS_802_11_WEP_STATUS))
3582 Status = copy_from_user(&WepStatus, wrq->u.data.pointer, wrq->u.data.length);
3583 // Since TKIP, AES, WEP are all supported. It should not have any invalid setting
3584 if (WepStatus <= Ndis802_11Encryption3KeyAbsent)
3586 if (pAdapter->StaCfg.WepStatus != WepStatus)
3588 // Config has changed
3589 pAdapter->bConfigChanged = TRUE;
3591 pAdapter->StaCfg.WepStatus = WepStatus;
3592 pAdapter->StaCfg.OrigWepStatus = WepStatus;
3593 pAdapter->StaCfg.PairCipher = WepStatus;
3594 pAdapter->StaCfg.GroupCipher = WepStatus;
3601 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_WEP_STATUS (=%d)\n",WepStatus));
3604 case OID_802_11_AUTHENTICATION_MODE:
3605 if (wrq->u.data.length != sizeof(NDIS_802_11_AUTHENTICATION_MODE))
3609 Status = copy_from_user(&AuthMode, wrq->u.data.pointer, wrq->u.data.length);
3610 if (AuthMode > Ndis802_11AuthModeMax)
3617 if (pAdapter->StaCfg.AuthMode != AuthMode)
3619 // Config has changed
3620 pAdapter->bConfigChanged = TRUE;
3622 pAdapter->StaCfg.AuthMode = AuthMode;
3624 pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_NOT_SECURED;
3625 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_AUTHENTICATION_MODE (=%d) \n",pAdapter->StaCfg.AuthMode));
3628 case OID_802_11_INFRASTRUCTURE_MODE:
3629 if (wrq->u.data.length != sizeof(NDIS_802_11_NETWORK_INFRASTRUCTURE))
3633 Status = copy_from_user(&BssType, wrq->u.data.pointer, wrq->u.data.length);
3635 if (BssType == Ndis802_11IBSS)
3636 Set_NetworkType_Proc(pAdapter, "Adhoc");
3637 else if (BssType == Ndis802_11Infrastructure)
3638 Set_NetworkType_Proc(pAdapter, "Infra");
3639 else if (BssType == Ndis802_11Monitor)
3640 Set_NetworkType_Proc(pAdapter, "Monitor");
3644 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_INFRASTRUCTURE_MODE (unknown)\n"));
3648 case OID_802_11_REMOVE_WEP:
3649 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_WEP\n"));
3650 if (wrq->u.data.length != sizeof(NDIS_802_11_KEY_INDEX))
3656 KeyIdx = *(NDIS_802_11_KEY_INDEX *) wrq->u.data.pointer;
3658 if (KeyIdx & 0x80000000)
3660 // Should never set default bit when remove key
3665 KeyIdx = KeyIdx & 0x0fffffff;
3671 pAdapter->SharedKey[BSS0][KeyIdx].KeyLen = 0;
3672 pAdapter->SharedKey[BSS0][KeyIdx].CipherAlg = CIPHER_NONE;
3673 AsicRemoveSharedKeyEntry(pAdapter, 0, (UCHAR)KeyIdx);
3678 case RT_OID_802_11_RESET_COUNTERS:
3679 NdisZeroMemory(&pAdapter->WlanCounters, sizeof(COUNTER_802_11));
3680 NdisZeroMemory(&pAdapter->Counters8023, sizeof(COUNTER_802_3));
3681 NdisZeroMemory(&pAdapter->RalinkCounters, sizeof(COUNTER_RALINK));
3682 pAdapter->Counters8023.RxNoBuffer = 0;
3683 pAdapter->Counters8023.GoodReceives = 0;
3684 pAdapter->Counters8023.RxNoBuffer = 0;
3686 pAdapter->BulkOutComplete = 0;
3687 pAdapter->BulkOutCompleteOther= 0;
3688 pAdapter->BulkOutCompleteCancel = 0;
3689 pAdapter->BulkOutReq = 0;
3690 pAdapter->BulkInReq= 0;
3691 pAdapter->BulkInComplete = 0;
3692 pAdapter->BulkInCompleteFail = 0;
3694 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_RESET_COUNTERS \n"));
3696 case OID_802_11_RTS_THRESHOLD:
3697 if (wrq->u.data.length != sizeof(NDIS_802_11_RTS_THRESHOLD))
3701 Status = copy_from_user(&RtsThresh, wrq->u.data.pointer, wrq->u.data.length);
3702 if (RtsThresh > MAX_RTS_THRESHOLD)
3705 pAdapter->CommonCfg.RtsThreshold = (USHORT)RtsThresh;
3707 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_RTS_THRESHOLD (=%ld)\n",RtsThresh));
3709 case OID_802_11_FRAGMENTATION_THRESHOLD:
3710 if (wrq->u.data.length != sizeof(NDIS_802_11_FRAGMENTATION_THRESHOLD))
3714 Status = copy_from_user(&FragThresh, wrq->u.data.pointer, wrq->u.data.length);
3715 pAdapter->CommonCfg.bUseZeroToDisableFragment = FALSE;
3716 if (FragThresh > MAX_FRAG_THRESHOLD || FragThresh < MIN_FRAG_THRESHOLD)
3718 if (FragThresh == 0)
3720 pAdapter->CommonCfg.FragmentThreshold = MAX_FRAG_THRESHOLD;
3721 pAdapter->CommonCfg.bUseZeroToDisableFragment = TRUE;
3727 pAdapter->CommonCfg.FragmentThreshold = (USHORT)FragThresh;
3729 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_FRAGMENTATION_THRESHOLD (=%ld) \n",FragThresh));
3731 case OID_802_11_POWER_MODE:
3732 if (wrq->u.data.length != sizeof(NDIS_802_11_POWER_MODE))
3736 Status = copy_from_user(&PowerMode, wrq->u.data.pointer, wrq->u.data.length);
3737 if (PowerMode == Ndis802_11PowerModeCAM)
3738 Set_PSMode_Proc(pAdapter, "CAM");
3739 else if (PowerMode == Ndis802_11PowerModeMAX_PSP)
3740 Set_PSMode_Proc(pAdapter, "Max_PSP");
3741 else if (PowerMode == Ndis802_11PowerModeFast_PSP)
3742 Set_PSMode_Proc(pAdapter, "Fast_PSP");
3743 else if (PowerMode == Ndis802_11PowerModeLegacy_PSP)
3744 Set_PSMode_Proc(pAdapter, "Legacy_PSP");
3748 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_POWER_MODE (=%d)\n",PowerMode));
3750 case RT_OID_802_11_TX_POWER_LEVEL_1:
3751 if (wrq->u.data.length < sizeof(ULONG))
3755 Status = copy_from_user(&PowerTemp, wrq->u.data.pointer, wrq->u.data.length);
3756 if (PowerTemp > 100)
3757 PowerTemp = 0xffffffff; // AUTO
3758 pAdapter->CommonCfg.TxPowerDefault = PowerTemp; //keep current setting.
3759 pAdapter->CommonCfg.TxPowerPercentage = pAdapter->CommonCfg.TxPowerDefault;
3760 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_TX_POWER_LEVEL_1 (=%ld)\n", pAdapter->CommonCfg.TxPowerPercentage));
3763 case OID_802_11_NETWORK_TYPE_IN_USE:
3764 if (wrq->u.data.length != sizeof(NDIS_802_11_NETWORK_TYPE))
3768 Status = copy_from_user(&NetType, wrq->u.data.pointer, wrq->u.data.length);
3770 if (NetType == Ndis802_11DS)
3771 RTMPSetPhyMode(pAdapter, PHY_11B);
3772 else if (NetType == Ndis802_11OFDM24)
3773 RTMPSetPhyMode(pAdapter, PHY_11BG_MIXED);
3774 else if (NetType == Ndis802_11OFDM5)
3775 RTMPSetPhyMode(pAdapter, PHY_11A);
3778 #ifdef DOT11_N_SUPPORT
3779 if (Status == NDIS_STATUS_SUCCESS)
3780 SetCommonHT(pAdapter);
3781 #endif // DOT11_N_SUPPORT //
3782 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_NETWORK_TYPE_IN_USE (=%d)\n",NetType));
3785 // For WPA PSK PMK key
3786 case RT_OID_802_11_ADD_WPA:
3787 pKey = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
3794 Status = copy_from_user(pKey, wrq->u.data.pointer, wrq->u.data.length);
3795 if (pKey->Length != wrq->u.data.length)
3798 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_ADD_WPA, Failed!!\n"));
3802 if ((pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPAPSK) &&
3803 (pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPA2PSK) &&
3804 (pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPANone) )
3806 Status = -EOPNOTSUPP;
3807 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_ADD_WPA, Failed!! [AuthMode != WPAPSK/WPA2PSK/WPANONE]\n"));
3809 else if ((pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPAPSK) ||
3810 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPA2PSK) ||
3811 (pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPANone) ) // Only for WPA PSK mode
3813 NdisMoveMemory(pAdapter->StaCfg.PMK, &pKey->KeyMaterial, pKey->KeyLength);
3814 // Use RaConfig as PSK agent.
3815 // Start STA supplicant state machine
3816 if (pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPANone)
3817 pAdapter->StaCfg.WpaState = SS_START;
3819 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_ADD_WPA (id=0x%x, Len=%d-byte)\n", pKey->KeyIndex, pKey->KeyLength));
3823 pAdapter->StaCfg.WpaState = SS_NOTUSE;
3824 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_ADD_WPA (id=0x%x, Len=%d-byte)\n", pKey->KeyIndex, pKey->KeyLength));
3829 case OID_802_11_REMOVE_KEY:
3830 pRemoveKey = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
3831 if(pRemoveKey == NULL)
3837 Status = copy_from_user(pRemoveKey, wrq->u.data.pointer, wrq->u.data.length);
3838 if (pRemoveKey->Length != wrq->u.data.length)
3841 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_KEY, Failed!!\n"));
3845 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
3847 RTMPWPARemoveKeyProc(pAdapter, pRemoveKey);
3848 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_KEY, Remove WPA Key!!\n"));
3852 KeyIdx = pRemoveKey->KeyIndex;
3854 if (KeyIdx & 0x80000000)
3856 // Should never set default bit when remove key
3858 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_KEY, Failed!!(Should never set default bit when remove key)\n"));
3862 KeyIdx = KeyIdx & 0x0fffffff;
3866 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_KEY, Failed!!(KeyId[%d] out of range)\n", KeyIdx));
3870 pAdapter->SharedKey[BSS0][KeyIdx].KeyLen = 0;
3871 pAdapter->SharedKey[BSS0][KeyIdx].CipherAlg = CIPHER_NONE;
3872 AsicRemoveSharedKeyEntry(pAdapter, 0, (UCHAR)KeyIdx);
3873 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_REMOVE_KEY (id=0x%x, Len=%d-byte)\n", pRemoveKey->KeyIndex, pRemoveKey->Length));
3881 case OID_802_11_ADD_KEY:
3882 pKey = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
3888 Status = copy_from_user(pKey, wrq->u.data.pointer, wrq->u.data.length);
3889 if (pKey->Length != wrq->u.data.length)
3892 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_KEY, Failed!!\n"));
3896 RTMPAddKey(pAdapter, pKey);
3897 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_KEY (id=0x%x, Len=%d-byte)\n", pKey->KeyIndex, pKey->KeyLength));
3901 case OID_802_11_CONFIGURATION:
3902 if (wrq->u.data.length != sizeof(NDIS_802_11_CONFIGURATION))
3906 Status = copy_from_user(&Config, wrq->u.data.pointer, wrq->u.data.length);
3909 if ((pConfig->BeaconPeriod >= 20) && (pConfig->BeaconPeriod <=400))
3910 pAdapter->CommonCfg.BeaconPeriod = (USHORT) pConfig->BeaconPeriod;
3912 pAdapter->StaActive.AtimWin = (USHORT) pConfig->ATIMWindow;
3913 MAP_KHZ_TO_CHANNEL_ID(pConfig->DSConfig, pAdapter->CommonCfg.Channel);
3915 // Save the channel on MlmeAux for CntlOidRTBssidProc used.
3917 pAdapter->MlmeAux.Channel = pAdapter->CommonCfg.Channel;
3919 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_CONFIGURATION (BeacnPeriod=%ld,AtimW=%ld,Ch=%d)\n",
3920 pConfig->BeaconPeriod, pConfig->ATIMWindow, pAdapter->CommonCfg.Channel));
3921 // Config has changed
3922 pAdapter->bConfigChanged = TRUE;
3925 #ifdef DOT11_N_SUPPORT
3926 case RT_OID_802_11_SET_HT_PHYMODE:
3927 if (wrq->u.data.length != sizeof(OID_SET_HT_PHYMODE))
3931 POID_SET_HT_PHYMODE pHTPhyMode = &HT_PhyMode;
3933 Status = copy_from_user(&HT_PhyMode, wrq->u.data.pointer, wrq->u.data.length);
3934 DBGPRINT(RT_DEBUG_TRACE, ("Set::pHTPhyMode (PhyMode = %d,TransmitNo = %d, HtMode = %d, ExtOffset = %d , MCS = %d, BW = %d, STBC = %d, SHORTGI = %d) \n",
3935 pHTPhyMode->PhyMode, pHTPhyMode->TransmitNo,pHTPhyMode->HtMode,pHTPhyMode->ExtOffset,
3936 pHTPhyMode->MCS, pHTPhyMode->BW, pHTPhyMode->STBC, pHTPhyMode->SHORTGI));
3937 if (pAdapter->CommonCfg.PhyMode >= PHY_11ABGN_MIXED)
3938 RTMPSetHT(pAdapter, pHTPhyMode);
3940 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_SET_HT_PHYMODE(MCS=%d,BW=%d,SGI=%d,STBC=%d)\n",
3941 pAdapter->StaCfg.HTPhyMode.field.MCS, pAdapter->StaCfg.HTPhyMode.field.BW, pAdapter->StaCfg.HTPhyMode.field.ShortGI,
3942 pAdapter->StaCfg.HTPhyMode.field.STBC));
3944 #endif // DOT11_N_SUPPORT //
3945 case RT_OID_802_11_SET_APSD_SETTING:
3946 if (wrq->u.data.length != sizeof(ULONG))
3951 Status = copy_from_user(&apsd, wrq->u.data.pointer, wrq->u.data.length);
3953 /*-------------------------------------------------------------------
3954 |B31~B7 | B6~B5 | B4 | B3 | B2 | B1 | B0 |
3955 ---------------------------------------------------------------------
3956 | Rsvd | Max SP Len | AC_VO | AC_VI | AC_BK | AC_BE | APSD Capable |
3957 ---------------------------------------------------------------------*/
3958 pAdapter->CommonCfg.bAPSDCapable = (apsd & 0x00000001) ? TRUE : FALSE;
3959 pAdapter->CommonCfg.bAPSDAC_BE = ((apsd & 0x00000002) >> 1) ? TRUE : FALSE;
3960 pAdapter->CommonCfg.bAPSDAC_BK = ((apsd & 0x00000004) >> 2) ? TRUE : FALSE;
3961 pAdapter->CommonCfg.bAPSDAC_VI = ((apsd & 0x00000008) >> 3) ? TRUE : FALSE;
3962 pAdapter->CommonCfg.bAPSDAC_VO = ((apsd & 0x00000010) >> 4) ? TRUE : FALSE;
3963 pAdapter->CommonCfg.MaxSPLength = (UCHAR)((apsd & 0x00000060) >> 5);
3965 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_SET_APSD_SETTING (apsd=0x%lx, APSDCap=%d, [BE,BK,VI,VO]=[%d/%d/%d/%d], MaxSPLen=%d)\n", apsd, pAdapter->CommonCfg.bAPSDCapable,
3966 pAdapter->CommonCfg.bAPSDAC_BE, pAdapter->CommonCfg.bAPSDAC_BK, pAdapter->CommonCfg.bAPSDAC_VI, pAdapter->CommonCfg.bAPSDAC_VO, pAdapter->CommonCfg.MaxSPLength));
3970 case RT_OID_802_11_SET_APSD_PSM:
3971 if (wrq->u.data.length != sizeof(ULONG))
3975 // Driver needs to notify AP when PSM changes
3976 Status = copy_from_user(&pAdapter->CommonCfg.bAPSDForcePowerSave, wrq->u.data.pointer, wrq->u.data.length);
3977 if (pAdapter->CommonCfg.bAPSDForcePowerSave != pAdapter->StaCfg.Psm)
3979 MlmeSetPsmBit(pAdapter, pAdapter->CommonCfg.bAPSDForcePowerSave);
3980 RTMPSendNullFrame(pAdapter, pAdapter->CommonCfg.TxRate, TRUE);
3982 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_SET_APSD_PSM (bAPSDForcePowerSave:%d)\n", pAdapter->CommonCfg.bAPSDForcePowerSave));
3985 #ifdef QOS_DLS_SUPPORT
3986 case RT_OID_802_11_SET_DLS:
3987 if (wrq->u.data.length != sizeof(ULONG))
3991 BOOLEAN oldvalue = pAdapter->CommonCfg.bDLSCapable;
3992 Status = copy_from_user(&pAdapter->CommonCfg.bDLSCapable, wrq->u.data.pointer, wrq->u.data.length);
3993 if (oldvalue && !pAdapter->CommonCfg.bDLSCapable)
3996 // tear down local dls table entry
3997 for (i=0; i<MAX_NUM_OF_INIT_DLS_ENTRY; i++)
3999 if (pAdapter->StaCfg.DLSEntry[i].Valid && (pAdapter->StaCfg.DLSEntry[i].Status == DLS_FINISH))
4001 pAdapter->StaCfg.DLSEntry[i].Status = DLS_NONE;
4002 pAdapter->StaCfg.DLSEntry[i].Valid = FALSE;
4003 RTMPSendDLSTearDownFrame(pAdapter, pAdapter->StaCfg.DLSEntry[i].MacAddr);
4007 // tear down peer dls table entry
4008 for (i=MAX_NUM_OF_INIT_DLS_ENTRY; i<MAX_NUM_OF_DLS_ENTRY; i++)
4010 if (pAdapter->StaCfg.DLSEntry[i].Valid && (pAdapter->StaCfg.DLSEntry[i].Status == DLS_FINISH))
4012 pAdapter->StaCfg.DLSEntry[i].Status = DLS_NONE;
4013 pAdapter->StaCfg.DLSEntry[i].Valid = FALSE;
4014 RTMPSendDLSTearDownFrame(pAdapter, pAdapter->StaCfg.DLSEntry[i].MacAddr);
4019 DBGPRINT(RT_DEBUG_TRACE,("Set::RT_OID_802_11_SET_DLS (=%d)\n", pAdapter->CommonCfg.bDLSCapable));
4023 case RT_OID_802_11_SET_DLS_PARAM:
4024 if (wrq->u.data.length != sizeof(RT_802_11_DLS_UI))
4030 NdisZeroMemory(&Dls, sizeof(RT_802_11_DLS));
4031 RTMPMoveMemory(&Dls, wrq->u.data.pointer, sizeof(RT_802_11_DLS_UI));
4032 MlmeEnqueue(pAdapter,
4033 MLME_CNTL_STATE_MACHINE,
4034 RT_OID_802_11_SET_DLS_PARAM,
4035 sizeof(RT_802_11_DLS),
4037 DBGPRINT(RT_DEBUG_TRACE,("Set::RT_OID_802_11_SET_DLS_PARAM \n"));
4040 #endif // QOS_DLS_SUPPORT //
4041 case RT_OID_802_11_SET_WMM:
4042 if (wrq->u.data.length != sizeof(BOOLEAN))
4046 Status = copy_from_user(&pAdapter->CommonCfg.bWmmCapable, wrq->u.data.pointer, wrq->u.data.length);
4047 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_SET_WMM (=%d) \n", pAdapter->CommonCfg.bWmmCapable));
4051 case OID_802_11_DISASSOCIATE:
4053 if (ATE_ON(pAdapter))
4055 DBGPRINT(RT_DEBUG_TRACE, ("The driver is in ATE mode now\n"));
4058 #endif // RALINK_ATE //
4060 // Set NdisRadioStateOff to TRUE, instead of called MlmeRadioOff.
4061 // Later on, NDIS_802_11_BSSID_LIST_EX->NumberOfItems should be 0
4062 // when query OID_802_11_BSSID_LIST.
4064 // TRUE: NumberOfItems will set to 0.
4065 // FALSE: NumberOfItems no change.
4067 pAdapter->CommonCfg.NdisRadioStateOff = TRUE;
4068 // Set to immediately send the media disconnect event
4069 pAdapter->MlmeAux.CurrReqIsFromNdis = TRUE;
4070 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_DISASSOCIATE \n"));
4072 if (INFRA_ON(pAdapter))
4074 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
4076 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
4077 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
4080 MlmeEnqueue(pAdapter,
4081 MLME_CNTL_STATE_MACHINE,
4082 OID_802_11_DISASSOCIATE,
4086 StateMachineTouched = TRUE;
4090 #ifdef DOT11_N_SUPPORT
4091 case RT_OID_802_11_SET_IMME_BA_CAP:
4092 if (wrq->u.data.length != sizeof(OID_BACAP_STRUC))
4096 OID_BACAP_STRUC Orde ;
4097 Status = copy_from_user(&Orde, wrq->u.data.pointer, wrq->u.data.length);
4098 if (Orde.Policy > BA_NOTUSE)
4100 Status = NDIS_STATUS_INVALID_DATA;
4102 else if (Orde.Policy == BA_NOTUSE)
4104 pAdapter->CommonCfg.BACapability.field.Policy = BA_NOTUSE;
4105 pAdapter->CommonCfg.BACapability.field.MpduDensity = Orde.MpduDensity;
4106 pAdapter->CommonCfg.DesiredHtPhy.MpduDensity = Orde.MpduDensity;
4107 pAdapter->CommonCfg.DesiredHtPhy.AmsduEnable = Orde.AmsduEnable;
4108 pAdapter->CommonCfg.DesiredHtPhy.AmsduSize= Orde.AmsduSize;
4109 pAdapter->CommonCfg.DesiredHtPhy.MimoPs= Orde.MMPSmode;
4110 pAdapter->CommonCfg.BACapability.field.MMPSmode = Orde.MMPSmode;
4112 pAdapter->CommonCfg.HtCapability.HtCapInfo.MimoPs = Orde.MMPSmode;
4113 pAdapter->CommonCfg.HtCapability.HtCapInfo.AMsduSize = Orde.AmsduSize;
4114 pAdapter->CommonCfg.HtCapability.HtCapParm.MpduDensity = Orde.MpduDensity;
4118 pAdapter->CommonCfg.BACapability.field.AutoBA = Orde.AutoBA;
4119 pAdapter->CommonCfg.BACapability.field.Policy = IMMED_BA; // we only support immediate BA.
4120 pAdapter->CommonCfg.BACapability.field.MpduDensity = Orde.MpduDensity;
4121 pAdapter->CommonCfg.DesiredHtPhy.MpduDensity = Orde.MpduDensity;
4122 pAdapter->CommonCfg.DesiredHtPhy.AmsduEnable = Orde.AmsduEnable;
4123 pAdapter->CommonCfg.DesiredHtPhy.AmsduSize= Orde.AmsduSize;
4124 pAdapter->CommonCfg.DesiredHtPhy.MimoPs = Orde.MMPSmode;
4125 pAdapter->CommonCfg.BACapability.field.MMPSmode = Orde.MMPSmode;
4128 pAdapter->CommonCfg.HtCapability.HtCapInfo.MimoPs = Orde.MMPSmode;
4129 pAdapter->CommonCfg.HtCapability.HtCapInfo.AMsduSize = Orde.AmsduSize;
4130 pAdapter->CommonCfg.HtCapability.HtCapParm.MpduDensity = Orde.MpduDensity;
4132 if (pAdapter->CommonCfg.BACapability.field.RxBAWinLimit > MAX_RX_REORDERBUF)
4133 pAdapter->CommonCfg.BACapability.field.RxBAWinLimit = MAX_RX_REORDERBUF;
4137 pAdapter->CommonCfg.REGBACapability.word = pAdapter->CommonCfg.BACapability.word;
4138 DBGPRINT(RT_DEBUG_TRACE, ("Set::(Orde.AutoBA = %d) (Policy=%d)(ReBAWinLimit=%d)(TxBAWinLimit=%d)(AutoMode=%d)\n",Orde.AutoBA, pAdapter->CommonCfg.BACapability.field.Policy,
4139 pAdapter->CommonCfg.BACapability.field.RxBAWinLimit,pAdapter->CommonCfg.BACapability.field.TxBAWinLimit, pAdapter->CommonCfg.BACapability.field.AutoBA));
4140 DBGPRINT(RT_DEBUG_TRACE, ("Set::(MimoPs = %d)(AmsduEnable = %d) (AmsduSize=%d)(MpduDensity=%d)\n",pAdapter->CommonCfg.DesiredHtPhy.MimoPs, pAdapter->CommonCfg.DesiredHtPhy.AmsduEnable,
4141 pAdapter->CommonCfg.DesiredHtPhy.AmsduSize, pAdapter->CommonCfg.DesiredHtPhy.MpduDensity));
4145 case RT_OID_802_11_ADD_IMME_BA:
4146 DBGPRINT(RT_DEBUG_TRACE, (" Set :: RT_OID_802_11_ADD_IMME_BA \n"));
4147 if (wrq->u.data.length != sizeof(OID_ADD_BA_ENTRY))
4152 OID_ADD_BA_ENTRY BA;
4153 MAC_TABLE_ENTRY *pEntry;
4155 Status = copy_from_user(&BA, wrq->u.data.pointer, wrq->u.data.length);
4158 Status = NDIS_STATUS_INVALID_DATA;
4163 //BATableInsertEntry
4164 //As ad-hoc mode, BA pair is not limited to only BSSID. so add via OID.
4166 // in ad hoc mode, when adding BA pair, we should insert this entry into MACEntry too
4167 pEntry = MacTableLookup(pAdapter, BA.MACAddr);
4170 DBGPRINT(RT_DEBUG_TRACE, ("RT_OID_802_11_ADD_IMME_BA. break on no connection.----:%x:%x\n", BA.MACAddr[4], BA.MACAddr[5]));
4173 if (BA.IsRecipient == FALSE)
4175 if (pEntry->bIAmBadAtheros == TRUE)
4176 pAdapter->CommonCfg.BACapability.field.RxBAWinLimit = 0x10;
4178 BAOriSessionSetUp(pAdapter, pEntry, index, 0, 100, TRUE);
4182 //BATableInsertEntry(pAdapter, pEntry->Aid, BA.MACAddr, 0, 0xffff, BA.TID, BA.nMSDU, BA.IsRecipient);
4185 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_802_11_ADD_IMME_BA. Rec = %d. Mac = %x:%x:%x:%x:%x:%x . \n",
4186 BA.IsRecipient, BA.MACAddr[0], BA.MACAddr[1], BA.MACAddr[2], BA.MACAddr[2]
4187 , BA.MACAddr[4], BA.MACAddr[5]));
4192 case RT_OID_802_11_TEAR_IMME_BA:
4193 DBGPRINT(RT_DEBUG_TRACE, ("Set :: RT_OID_802_11_TEAR_IMME_BA \n"));
4194 if (wrq->u.data.length != sizeof(OID_ADD_BA_ENTRY))
4198 POID_ADD_BA_ENTRY pBA;
4199 MAC_TABLE_ENTRY *pEntry;
4201 pBA = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
4205 DBGPRINT(RT_DEBUG_TRACE, ("Set :: RT_OID_802_11_TEAR_IMME_BA kmalloc() can't allocate enough memory\n"));
4206 Status = NDIS_STATUS_FAILURE;
4210 Status = copy_from_user(pBA, wrq->u.data.pointer, wrq->u.data.length);
4211 DBGPRINT(RT_DEBUG_TRACE, ("Set :: RT_OID_802_11_TEAR_IMME_BA(TID=%d, bAllTid=%d)\n", pBA->TID, pBA->bAllTid));
4213 if (!pBA->bAllTid && (pBA->TID > NUM_OF_TID))
4215 Status = NDIS_STATUS_INVALID_DATA;
4219 if (pBA->IsRecipient == FALSE)
4221 pEntry = MacTableLookup(pAdapter, pBA->MACAddr);
4222 DBGPRINT(RT_DEBUG_TRACE, (" pBA->IsRecipient == FALSE\n"));
4225 DBGPRINT(RT_DEBUG_TRACE, (" pBA->pEntry\n"));
4226 BAOriSessionTearDown(pAdapter, pEntry->Aid, pBA->TID, FALSE, TRUE);
4229 DBGPRINT(RT_DEBUG_TRACE, ("Set :: Not found pEntry \n"));
4233 pEntry = MacTableLookup(pAdapter, pBA->MACAddr);
4236 BARecSessionTearDown( pAdapter, (UCHAR)pEntry->Aid, pBA->TID, TRUE);
4239 DBGPRINT(RT_DEBUG_TRACE, ("Set :: Not found pEntry \n"));
4245 #endif // DOT11_N_SUPPORT //
4247 // For WPA_SUPPLICANT to set static wep key
4248 case OID_802_11_ADD_WEP:
4249 pWepKey = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
4254 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_WEP, Failed!!\n"));
4257 Status = copy_from_user(pWepKey, wrq->u.data.pointer, wrq->u.data.length);
4261 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_WEP, Failed (length mismatch)!!\n"));
4265 KeyIdx = pWepKey->KeyIndex & 0x0fffffff;
4266 // KeyIdx must be 0 ~ 3
4270 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_WEP, Failed (KeyIdx must be smaller than 4)!!\n"));
4274 UCHAR CipherAlg = 0;
4277 // set key material and key length
4278 NdisZeroMemory(pAdapter->SharedKey[BSS0][KeyIdx].Key, 16);
4279 pAdapter->SharedKey[BSS0][KeyIdx].KeyLen = (UCHAR) pWepKey->KeyLength;
4280 NdisMoveMemory(pAdapter->SharedKey[BSS0][KeyIdx].Key, &pWepKey->KeyMaterial, pWepKey->KeyLength);
4282 switch(pWepKey->KeyLength)
4285 CipherAlg = CIPHER_WEP64;
4288 CipherAlg = CIPHER_WEP128;
4291 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_WEP, only support CIPHER_WEP64(len:5) & CIPHER_WEP128(len:13)!!\n"));
4295 pAdapter->SharedKey[BSS0][KeyIdx].CipherAlg = CipherAlg;
4297 // Default key for tx (shared key)
4298 if (pWepKey->KeyIndex & 0x80000000)
4300 #ifdef WPA_SUPPLICANT_SUPPORT
4301 // set key material and key length
4302 NdisZeroMemory(pAdapter->StaCfg.DesireSharedKey[KeyIdx].Key, 16);
4303 pAdapter->StaCfg.DesireSharedKey[KeyIdx].KeyLen = (UCHAR) pWepKey->KeyLength;
4304 NdisMoveMemory(pAdapter->StaCfg.DesireSharedKey[KeyIdx].Key, &pWepKey->KeyMaterial, pWepKey->KeyLength);
4305 pAdapter->StaCfg.DesireSharedKeyId = KeyIdx;
4306 pAdapter->StaCfg.DesireSharedKey[KeyIdx].CipherAlg = CipherAlg;
4307 #endif // WPA_SUPPLICANT_SUPPORT //
4308 pAdapter->StaCfg.DefaultKeyId = (UCHAR) KeyIdx;
4311 #ifdef WPA_SUPPLICANT_SUPPORT
4312 if (pAdapter->StaCfg.PortSecured == WPA_802_1X_PORT_SECURED)
4313 #endif // WPA_SUPPLICANT_SUPPORT
4315 Key = pAdapter->SharedKey[BSS0][KeyIdx].Key;
4317 // Set key material and cipherAlg to Asic
4318 AsicAddSharedKeyEntry(pAdapter, BSS0, KeyIdx, CipherAlg, Key, NULL, NULL);
4320 if (pWepKey->KeyIndex & 0x80000000)
4322 PMAC_TABLE_ENTRY pEntry = &pAdapter->MacTab.Content[BSSID_WCID];
4323 // Assign group key info
4324 RTMPAddWcidAttributeEntry(pAdapter, BSS0, KeyIdx, CipherAlg, NULL);
4325 // Assign pairwise key info
4326 RTMPAddWcidAttributeEntry(pAdapter, BSS0, KeyIdx, CipherAlg, pEntry);
4329 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_ADD_WEP (id=0x%x, Len=%d-byte), %s\n", pWepKey->KeyIndex, pWepKey->KeyLength, (pAdapter->StaCfg.PortSecured == WPA_802_1X_PORT_SECURED) ? "Port Secured":"Port NOT Secured"));
4334 #ifdef WPA_SUPPLICANT_SUPPORT
4335 case OID_SET_COUNTERMEASURES:
4336 if (wrq->u.data.length != sizeof(int))
4341 Status = copy_from_user(&enabled, wrq->u.data.pointer, wrq->u.data.length);
4343 pAdapter->StaCfg.bBlockAssoc = TRUE;
4345 // WPA MIC error should block association attempt for 60 seconds
4346 pAdapter->StaCfg.bBlockAssoc = FALSE;
4347 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_SET_COUNTERMEASURES bBlockAssoc=%s\n", pAdapter->StaCfg.bBlockAssoc ? "TRUE":"FALSE"));
4350 case RT_OID_WPA_SUPPLICANT_SUPPORT:
4351 if (wrq->u.data.length != sizeof(UCHAR))
4355 Status = copy_from_user(&wpa_supplicant_enable, wrq->u.data.pointer, wrq->u.data.length);
4356 pAdapter->StaCfg.WpaSupplicantUP = wpa_supplicant_enable;
4357 DBGPRINT(RT_DEBUG_TRACE, ("Set::RT_OID_WPA_SUPPLICANT_SUPPORT (=%d)\n", pAdapter->StaCfg.WpaSupplicantUP));
4360 case OID_802_11_DEAUTHENTICATION:
4361 if (wrq->u.data.length != sizeof(MLME_DEAUTH_REQ_STRUCT))
4365 MLME_DEAUTH_REQ_STRUCT *pInfo;
4366 MLME_QUEUE_ELEM *MsgElem = (MLME_QUEUE_ELEM *) kmalloc(sizeof(MLME_QUEUE_ELEM), MEM_ALLOC_FLAG);
4368 pInfo = (MLME_DEAUTH_REQ_STRUCT *) MsgElem->Msg;
4369 Status = copy_from_user(pInfo, wrq->u.data.pointer, wrq->u.data.length);
4370 MlmeDeauthReqAction(pAdapter, MsgElem);
4373 if (INFRA_ON(pAdapter))
4375 LinkDown(pAdapter, FALSE);
4376 pAdapter->Mlme.AssocMachine.CurrState = ASSOC_IDLE;
4378 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_DEAUTHENTICATION (Reason=%d)\n", pInfo->Reason));
4381 case OID_802_11_DROP_UNENCRYPTED:
4382 if (wrq->u.data.length != sizeof(int))
4387 Status = copy_from_user(&enabled, wrq->u.data.pointer, wrq->u.data.length);
4389 pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_NOT_SECURED;
4391 pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_SECURED;
4392 NdisAcquireSpinLock(&pAdapter->MacTabLock);
4393 pAdapter->MacTab.Content[BSSID_WCID].PortSecured = pAdapter->StaCfg.PortSecured;
4394 NdisReleaseSpinLock(&pAdapter->MacTabLock);
4395 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_DROP_UNENCRYPTED (=%d)\n", enabled));
4398 case OID_802_11_SET_IEEE8021X:
4399 if (wrq->u.data.length != sizeof(BOOLEAN))
4403 Status = copy_from_user(&IEEE8021xState, wrq->u.data.pointer, wrq->u.data.length);
4404 pAdapter->StaCfg.IEEE8021X = IEEE8021xState;
4405 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_SET_IEEE8021X (=%d)\n", IEEE8021xState));
4408 case OID_802_11_SET_IEEE8021X_REQUIRE_KEY:
4409 if (wrq->u.data.length != sizeof(BOOLEAN))
4413 Status = copy_from_user(&IEEE8021x_required_keys, wrq->u.data.pointer, wrq->u.data.length);
4414 pAdapter->StaCfg.IEEE8021x_required_keys = IEEE8021x_required_keys;
4415 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_SET_IEEE8021X_REQUIRE_KEY (%d)\n", IEEE8021x_required_keys));
4418 case OID_802_11_PMKID:
4419 pPmkId = kmalloc(wrq->u.data.length, MEM_ALLOC_FLAG);
4421 if(pPmkId == NULL) {
4425 Status = copy_from_user(pPmkId, wrq->u.data.pointer, wrq->u.data.length);
4427 // check the PMKID information
4428 if (pPmkId->BSSIDInfoCount == 0)
4429 NdisZeroMemory(pAdapter->StaCfg.SavedPMK, sizeof(BSSID_INFO)*PMKID_NO);
4432 PBSSID_INFO pBssIdInfo;
4436 for (BssIdx = 0; BssIdx < pPmkId->BSSIDInfoCount; BssIdx++)
4438 // point to the indexed BSSID_INFO structure
4439 pBssIdInfo = (PBSSID_INFO) ((PUCHAR) pPmkId + 2 * sizeof(UINT) + BssIdx * sizeof(BSSID_INFO));
4440 // Find the entry in the saved data base.
4441 for (CachedIdx = 0; CachedIdx < pAdapter->StaCfg.SavedPMKNum; CachedIdx++)
4443 // compare the BSSID
4444 if (NdisEqualMemory(pBssIdInfo->BSSID, pAdapter->StaCfg.SavedPMK[CachedIdx].BSSID, sizeof(NDIS_802_11_MAC_ADDRESS)))
4448 // Found, replace it
4449 if (CachedIdx < PMKID_NO)
4451 DBGPRINT(RT_DEBUG_OFF, ("Update OID_802_11_PMKID, idx = %d\n", CachedIdx));
4452 NdisMoveMemory(&pAdapter->StaCfg.SavedPMK[CachedIdx], pBssIdInfo, sizeof(BSSID_INFO));
4453 pAdapter->StaCfg.SavedPMKNum++;
4455 // Not found, replace the last one
4458 // Randomly replace one
4459 CachedIdx = (pBssIdInfo->BSSID[5] % PMKID_NO);
4460 DBGPRINT(RT_DEBUG_OFF, ("Update OID_802_11_PMKID, idx = %d\n", CachedIdx));
4461 NdisMoveMemory(&pAdapter->StaCfg.SavedPMK[CachedIdx], pBssIdInfo, sizeof(BSSID_INFO));
4468 #endif // WPA_SUPPLICANT_SUPPORT //
4473 case OID_802_11_SHORTRETRYLIMIT:
4474 if (wrq->u.data.length != sizeof(ULONG))
4478 Status = copy_from_user(&ShortRetryLimit, wrq->u.data.pointer, wrq->u.data.length);
4479 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
4480 tx_rty_cfg.field.ShortRtyLimit = ShortRetryLimit;
4481 RTMP_IO_WRITE32(pAdapter, TX_RTY_CFG, tx_rty_cfg.word);
4482 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_SHORTRETRYLIMIT (tx_rty_cfg.field.ShortRetryLimit=%d, ShortRetryLimit=%ld)\n", tx_rty_cfg.field.ShortRtyLimit, ShortRetryLimit));
4486 case OID_802_11_LONGRETRYLIMIT:
4487 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_LONGRETRYLIMIT \n"));
4488 if (wrq->u.data.length != sizeof(ULONG))
4492 Status = copy_from_user(&LongRetryLimit, wrq->u.data.pointer, wrq->u.data.length);
4493 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
4494 tx_rty_cfg.field.LongRtyLimit = LongRetryLimit;
4495 RTMP_IO_WRITE32(pAdapter, TX_RTY_CFG, tx_rty_cfg.word);
4496 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_LONGRETRYLIMIT (tx_rty_cfg.field.LongRetryLimit= %d,LongRetryLimit=%ld)\n", tx_rty_cfg.field.LongRtyLimit, LongRetryLimit));
4500 case OID_802_11_WEPDEFAULTKEYVALUE:
4501 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_WEPDEFAULTKEYVALUE\n"));
4502 pKey = kmalloc(wrq->u.data.length, GFP_KERNEL);
4503 Status = copy_from_user(pKey, wrq->u.data.pointer, wrq->u.data.length);
4506 if ( pKey->Length != wrq->u.data.length)
4509 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_WEPDEFAULTKEYVALUE, Failed!!\n"));
4511 KeyIdx = pKey->KeyIndex & 0x0fffffff;
4512 DBGPRINT(RT_DEBUG_TRACE,("pKey->KeyIndex =%d, pKey->KeyLength=%d\n", pKey->KeyIndex, pKey->KeyLength));
4514 // it is a shared key
4519 pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen = (UCHAR) pKey->KeyLength;
4520 NdisMoveMemory(&pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].Key, &pKey->KeyMaterial, pKey->KeyLength);
4521 if (pKey->KeyIndex & 0x80000000)
4523 // Default key for tx (shared key)
4524 pAdapter->StaCfg.DefaultKeyId = (UCHAR) KeyIdx;
4526 //RestartAPIsRequired = TRUE;
4531 case OID_802_11_WEPDEFAULTKEYID:
4532 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_WEPDEFAULTKEYID \n"));
4534 if (wrq->u.data.length != sizeof(UCHAR))
4537 Status = copy_from_user(&pAdapter->StaCfg.DefaultKeyId, wrq->u.data.pointer, wrq->u.data.length);
4542 case OID_802_11_CURRENTCHANNEL:
4543 DBGPRINT(RT_DEBUG_TRACE, ("Set::OID_802_11_CURRENTCHANNEL \n"));
4544 if (wrq->u.data.length != sizeof(UCHAR))
4548 Status = copy_from_user(&ctmp, wrq->u.data.pointer, wrq->u.data.length);
4549 sprintf(&ctmp,"%d", ctmp);
4550 Set_Channel_Proc(pAdapter, &ctmp);
4558 DBGPRINT(RT_DEBUG_TRACE, ("Set::unknown IOCTL's subcmd = 0x%08x\n", cmd));
4559 Status = -EOPNOTSUPP;
4567 INT RTMPQueryInformation(
4568 IN PRTMP_ADAPTER pAdapter,
4569 IN OUT struct ifreq *rq,
4572 struct iwreq *wrq = (struct iwreq *) rq;
4573 NDIS_802_11_BSSID_LIST_EX *pBssidList = NULL;
4574 PNDIS_WLAN_BSSID_EX pBss;
4575 NDIS_802_11_SSID Ssid;
4576 NDIS_802_11_CONFIGURATION *pConfiguration = NULL;
4577 RT_802_11_LINK_STATUS *pLinkStatus = NULL;
4578 RT_802_11_STA_CONFIG *pStaConfig = NULL;
4579 NDIS_802_11_STATISTICS *pStatistics = NULL;
4580 NDIS_802_11_RTS_THRESHOLD RtsThresh;
4581 NDIS_802_11_FRAGMENTATION_THRESHOLD FragThresh;
4582 NDIS_802_11_POWER_MODE PowerMode;
4583 NDIS_802_11_NETWORK_INFRASTRUCTURE BssType;
4584 RT_802_11_PREAMBLE PreamType;
4585 NDIS_802_11_AUTHENTICATION_MODE AuthMode;
4586 NDIS_802_11_WEP_STATUS WepStatus;
4587 NDIS_MEDIA_STATE MediaState;
4588 ULONG BssBufSize, ulInfo=0, NetworkTypeList[4], apsd = 0;
4590 PUCHAR pBuf = NULL, pPtr;
4591 INT Status = NDIS_STATUS_SUCCESS;
4592 UINT we_version_compiled;
4593 UCHAR i, Padding = 0;
4595 UCHAR driverVersion[8];
4596 OID_SET_HT_PHYMODE *pHTPhyMode = NULL;
4601 DefaultKeyIdxValue *pKeyIdxValue;
4603 TX_RTY_CFG_STRUC tx_rty_cfg;
4604 ULONG ShortRetryLimit, LongRetryLimit;
4610 case RT_OID_DEVICE_NAME:
4611 wrq->u.data.length = sizeof(STA_NIC_DEVICE_NAME);
4612 Status = copy_to_user(wrq->u.data.pointer, STA_NIC_DEVICE_NAME, wrq->u.data.length);
4614 case RT_OID_VERSION_INFO:
4615 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_VERSION_INFO \n"));
4616 wrq->u.data.length = 8*sizeof(UCHAR);
4617 sprintf(&driverVersion[0], "%s", STA_DRIVER_VERSION);
4618 driverVersion[7] = '\0';
4619 if (copy_to_user(wrq->u.data.pointer, &driverVersion, wrq->u.data.length))
4625 case RT_QUERY_ATE_TXDONE_COUNT:
4626 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_QUERY_ATE_TXDONE_COUNT \n"));
4627 wrq->u.data.length = sizeof(UINT32);
4628 if (copy_to_user(wrq->u.data.pointer, &pAdapter->ate.TxDoneCount, wrq->u.data.length))
4633 #endif // RALINK_ATE //
4634 case OID_802_11_BSSID_LIST:
4635 if (RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS))
4638 * Still scanning, indicate the caller should try again.
4640 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_BSSID_LIST (Still scanning)\n"));
4643 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_BSSID_LIST (%d BSS returned)\n",pAdapter->ScanTab.BssNr));
4644 pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
4645 // Claculate total buffer size required
4646 BssBufSize = sizeof(ULONG);
4648 for (i = 0; i < pAdapter->ScanTab.BssNr; i++)
4650 // Align pointer to 4 bytes boundary.
4651 //Padding = 4 - (pAdapter->ScanTab.BssEntry[i].VarIELen & 0x0003);
4654 BssBufSize += (sizeof(NDIS_WLAN_BSSID_EX) - 1 + sizeof(NDIS_802_11_FIXED_IEs) + pAdapter->ScanTab.BssEntry[i].VarIELen + Padding);
4657 // For safety issue, we add 256 bytes just in case
4659 // Allocate the same size as passed from higher layer
4660 pBuf = kmalloc(BssBufSize, MEM_ALLOC_FLAG);
4666 // Init 802_11_BSSID_LIST_EX structure
4667 NdisZeroMemory(pBuf, BssBufSize);
4668 pBssidList = (PNDIS_802_11_BSSID_LIST_EX) pBuf;
4669 pBssidList->NumberOfItems = pAdapter->ScanTab.BssNr;
4671 // Calculate total buffer length
4672 BssLen = 4; // Consist of NumberOfItems
4673 // Point to start of NDIS_WLAN_BSSID_EX
4674 // pPtr = pBuf + sizeof(ULONG);
4675 pPtr = (PUCHAR) &pBssidList->Bssid[0];
4676 for (i = 0; i < pAdapter->ScanTab.BssNr; i++)
4678 pBss = (PNDIS_WLAN_BSSID_EX) pPtr;
4679 NdisMoveMemory(&pBss->MacAddress, &pAdapter->ScanTab.BssEntry[i].Bssid, MAC_ADDR_LEN);
4680 if ((pAdapter->ScanTab.BssEntry[i].Hidden == 1) && (pAdapter->StaCfg.bShowHiddenSSID == FALSE))
4683 // We must return this SSID during 4way handshaking, otherwise Aegis will failed to parse WPA infomation
4684 // and then failed to send EAPOl farame.
4686 if ((pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA) && (pAdapter->StaCfg.PortSecured != WPA_802_1X_PORT_SECURED))
4688 pBss->Ssid.SsidLength = pAdapter->ScanTab.BssEntry[i].SsidLen;
4689 NdisMoveMemory(pBss->Ssid.Ssid, pAdapter->ScanTab.BssEntry[i].Ssid, pAdapter->ScanTab.BssEntry[i].SsidLen);
4692 pBss->Ssid.SsidLength = 0;
4696 pBss->Ssid.SsidLength = pAdapter->ScanTab.BssEntry[i].SsidLen;
4697 NdisMoveMemory(pBss->Ssid.Ssid, pAdapter->ScanTab.BssEntry[i].Ssid, pAdapter->ScanTab.BssEntry[i].SsidLen);
4699 pBss->Privacy = pAdapter->ScanTab.BssEntry[i].Privacy;
4700 pBss->Rssi = pAdapter->ScanTab.BssEntry[i].Rssi - pAdapter->BbpRssiToDbmDelta;
4701 pBss->NetworkTypeInUse = NetworkTypeInUseSanity(&pAdapter->ScanTab.BssEntry[i]);
4702 pBss->Configuration.Length = sizeof(NDIS_802_11_CONFIGURATION);
4703 pBss->Configuration.BeaconPeriod = pAdapter->ScanTab.BssEntry[i].BeaconPeriod;
4704 pBss->Configuration.ATIMWindow = pAdapter->ScanTab.BssEntry[i].AtimWin;
4706 MAP_CHANNEL_ID_TO_KHZ(pAdapter->ScanTab.BssEntry[i].Channel, pBss->Configuration.DSConfig);
4708 if (pAdapter->ScanTab.BssEntry[i].BssType == BSS_INFRA)
4709 pBss->InfrastructureMode = Ndis802_11Infrastructure;
4711 pBss->InfrastructureMode = Ndis802_11IBSS;
4713 NdisMoveMemory(pBss->SupportedRates, pAdapter->ScanTab.BssEntry[i].SupRate, pAdapter->ScanTab.BssEntry[i].SupRateLen);
4714 NdisMoveMemory(pBss->SupportedRates + pAdapter->ScanTab.BssEntry[i].SupRateLen,
4715 pAdapter->ScanTab.BssEntry[i].ExtRate,
4716 pAdapter->ScanTab.BssEntry[i].ExtRateLen);
4718 if (pAdapter->ScanTab.BssEntry[i].VarIELen == 0)
4720 pBss->IELength = sizeof(NDIS_802_11_FIXED_IEs);
4721 NdisMoveMemory(pBss->IEs, &pAdapter->ScanTab.BssEntry[i].FixIEs, sizeof(NDIS_802_11_FIXED_IEs));
4722 pPtr = pPtr + sizeof(NDIS_WLAN_BSSID_EX) - 1 + sizeof(NDIS_802_11_FIXED_IEs);
4726 pBss->IELength = (ULONG)(sizeof(NDIS_802_11_FIXED_IEs) + pAdapter->ScanTab.BssEntry[i].VarIELen);
4727 pPtr = pPtr + sizeof(NDIS_WLAN_BSSID_EX) - 1 + sizeof(NDIS_802_11_FIXED_IEs);
4728 NdisMoveMemory(pBss->IEs, &pAdapter->ScanTab.BssEntry[i].FixIEs, sizeof(NDIS_802_11_FIXED_IEs));
4729 NdisMoveMemory(pBss->IEs + sizeof(NDIS_802_11_FIXED_IEs), pAdapter->ScanTab.BssEntry[i].VarIEs, pAdapter->ScanTab.BssEntry[i].VarIELen);
4730 pPtr += pAdapter->ScanTab.BssEntry[i].VarIELen;
4732 pBss->Length = (ULONG)(sizeof(NDIS_WLAN_BSSID_EX) - 1 + sizeof(NDIS_802_11_FIXED_IEs) + pAdapter->ScanTab.BssEntry[i].VarIELen + Padding);
4734 #if WIRELESS_EXT < 17
4735 if ((BssLen + pBss->Length) < wrq->u.data.length)
4736 BssLen += pBss->Length;
4739 pBssidList->NumberOfItems = i;
4743 BssLen += pBss->Length;
4747 #if WIRELESS_EXT < 17
4748 wrq->u.data.length = BssLen;
4750 if (BssLen > wrq->u.data.length)
4756 wrq->u.data.length = BssLen;
4758 Status = copy_to_user(wrq->u.data.pointer, pBssidList, BssLen);
4761 case OID_802_3_CURRENT_ADDRESS:
4762 wrq->u.data.length = MAC_ADDR_LEN;
4763 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CurrentAddress, wrq->u.data.length);
4765 case OID_GEN_MEDIA_CONNECT_STATUS:
4766 if (pAdapter->IndicateMediaState == NdisMediaStateConnected)
4767 MediaState = NdisMediaStateConnected;
4769 MediaState = NdisMediaStateDisconnected;
4771 wrq->u.data.length = sizeof(NDIS_MEDIA_STATE);
4772 Status = copy_to_user(wrq->u.data.pointer, &MediaState, wrq->u.data.length);
4774 case OID_802_11_BSSID:
4776 if (ATE_ON(pAdapter))
4778 DBGPRINT(RT_DEBUG_TRACE, ("The driver is in ATE mode now\n"));
4779 Status = NDIS_STATUS_RESOURCES;
4782 #endif // RALINK_ATE //
4783 if (INFRA_ON(pAdapter) || ADHOC_ON(pAdapter))
4785 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.Bssid, sizeof(NDIS_802_11_MAC_ADDRESS));
4790 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_BSSID(=EMPTY)\n"));
4794 case OID_802_11_SSID:
4795 NdisZeroMemory(&Ssid, sizeof(NDIS_802_11_SSID));
4796 NdisZeroMemory(Ssid.Ssid, MAX_LEN_OF_SSID);
4797 Ssid.SsidLength = pAdapter->CommonCfg.SsidLen;
4798 memcpy(Ssid.Ssid, pAdapter->CommonCfg.Ssid, Ssid.SsidLength);
4799 wrq->u.data.length = sizeof(NDIS_802_11_SSID);
4800 Status = copy_to_user(wrq->u.data.pointer, &Ssid, wrq->u.data.length);
4801 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_SSID (Len=%d, ssid=%s)\n", Ssid.SsidLength,Ssid.Ssid));
4803 case RT_OID_802_11_QUERY_LINK_STATUS:
4804 pLinkStatus = (RT_802_11_LINK_STATUS *) kmalloc(sizeof(RT_802_11_LINK_STATUS), MEM_ALLOC_FLAG);
4807 pLinkStatus->CurrTxRate = RateIdTo500Kbps[pAdapter->CommonCfg.TxRate]; // unit : 500 kbps
4808 pLinkStatus->ChannelQuality = pAdapter->Mlme.ChannelQuality;
4809 pLinkStatus->RxByteCount = pAdapter->RalinkCounters.ReceivedByteCount;
4810 pLinkStatus->TxByteCount = pAdapter->RalinkCounters.TransmittedByteCount;
4811 pLinkStatus->CentralChannel = pAdapter->CommonCfg.CentralChannel;
4812 wrq->u.data.length = sizeof(RT_802_11_LINK_STATUS);
4813 Status = copy_to_user(wrq->u.data.pointer, pLinkStatus, wrq->u.data.length);
4815 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_LINK_STATUS\n"));
4819 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_LINK_STATUS(kmalloc failed)\n"));
4823 case OID_802_11_CONFIGURATION:
4824 pConfiguration = (NDIS_802_11_CONFIGURATION *) kmalloc(sizeof(NDIS_802_11_CONFIGURATION), MEM_ALLOC_FLAG);
4827 pConfiguration->Length = sizeof(NDIS_802_11_CONFIGURATION);
4828 pConfiguration->BeaconPeriod = pAdapter->CommonCfg.BeaconPeriod;
4829 pConfiguration->ATIMWindow = pAdapter->StaActive.AtimWin;
4830 MAP_CHANNEL_ID_TO_KHZ(pAdapter->CommonCfg.Channel, pConfiguration->DSConfig);
4831 wrq->u.data.length = sizeof(NDIS_802_11_CONFIGURATION);
4832 Status = copy_to_user(wrq->u.data.pointer, pConfiguration, wrq->u.data.length);
4833 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_CONFIGURATION(BeaconPeriod=%ld,AtimW=%ld,Channel=%d) \n",
4834 pConfiguration->BeaconPeriod, pConfiguration->ATIMWindow, pAdapter->CommonCfg.Channel));
4835 kfree(pConfiguration);
4839 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_CONFIGURATION(kmalloc failed)\n"));
4843 case RT_OID_802_11_SNR_0:
4844 if ((pAdapter->StaCfg.LastSNR0 > 0))
4846 ulInfo = ((0xeb - pAdapter->StaCfg.LastSNR0) * 3) / 16 ;
4847 wrq->u.data.length = sizeof(ulInfo);
4848 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4849 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_SNR_0(0x=%lx)\n", ulInfo));
4854 case RT_OID_802_11_SNR_1:
4855 if ((pAdapter->Antenna.field.RxPath > 1) &&
4856 (pAdapter->StaCfg.LastSNR1 > 0))
4858 ulInfo = ((0xeb - pAdapter->StaCfg.LastSNR1) * 3) / 16 ;
4859 wrq->u.data.length = sizeof(ulInfo);
4860 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4861 DBGPRINT(RT_DEBUG_TRACE,("Query::RT_OID_802_11_SNR_1(0x=%lx)\n",ulInfo));
4865 DBGPRINT(RT_DEBUG_TRACE,("Query::RT_OID_802_11_SNR_1(pAdapter->StaCfg.LastSNR1=%d)\n",pAdapter->StaCfg.LastSNR1));
4867 case OID_802_11_RSSI_TRIGGER:
4868 ulInfo = pAdapter->StaCfg.RssiSample.LastRssi0 - pAdapter->BbpRssiToDbmDelta;
4869 wrq->u.data.length = sizeof(ulInfo);
4870 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4871 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_RSSI_TRIGGER(=%ld)\n", ulInfo));
4873 case OID_802_11_RSSI:
4874 case RT_OID_802_11_RSSI:
4875 ulInfo = pAdapter->StaCfg.RssiSample.LastRssi0;
4876 wrq->u.data.length = sizeof(ulInfo);
4877 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4879 case RT_OID_802_11_RSSI_1:
4880 ulInfo = pAdapter->StaCfg.RssiSample.LastRssi1;
4881 wrq->u.data.length = sizeof(ulInfo);
4882 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4884 case RT_OID_802_11_RSSI_2:
4885 ulInfo = pAdapter->StaCfg.RssiSample.LastRssi2;
4886 wrq->u.data.length = sizeof(ulInfo);
4887 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4889 case OID_802_11_STATISTICS:
4890 pStatistics = (NDIS_802_11_STATISTICS *) kmalloc(sizeof(NDIS_802_11_STATISTICS), MEM_ALLOC_FLAG);
4893 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_STATISTICS \n"));
4894 // add the most up-to-date h/w raw counters into software counters
4895 NICUpdateRawCounters(pAdapter);
4897 // Sanity check for calculation of sucessful count
4898 if (pAdapter->WlanCounters.TransmittedFragmentCount.QuadPart < pAdapter->WlanCounters.RetryCount.QuadPart)
4899 pAdapter->WlanCounters.TransmittedFragmentCount.QuadPart = pAdapter->WlanCounters.RetryCount.QuadPart;
4901 pStatistics->TransmittedFragmentCount.QuadPart = pAdapter->WlanCounters.TransmittedFragmentCount.QuadPart;
4902 pStatistics->MulticastTransmittedFrameCount.QuadPart = pAdapter->WlanCounters.MulticastTransmittedFrameCount.QuadPart;
4903 pStatistics->FailedCount.QuadPart = pAdapter->WlanCounters.FailedCount.QuadPart;
4904 pStatistics->RetryCount.QuadPart = pAdapter->WlanCounters.RetryCount.QuadPart;
4905 pStatistics->MultipleRetryCount.QuadPart = pAdapter->WlanCounters.MultipleRetryCount.QuadPart;
4906 pStatistics->RTSSuccessCount.QuadPart = pAdapter->WlanCounters.RTSSuccessCount.QuadPart;
4907 pStatistics->RTSFailureCount.QuadPart = pAdapter->WlanCounters.RTSFailureCount.QuadPart;
4908 pStatistics->ACKFailureCount.QuadPart = pAdapter->WlanCounters.ACKFailureCount.QuadPart;
4909 pStatistics->FrameDuplicateCount.QuadPart = pAdapter->WlanCounters.FrameDuplicateCount.QuadPart;
4910 pStatistics->ReceivedFragmentCount.QuadPart = pAdapter->WlanCounters.ReceivedFragmentCount.QuadPart;
4911 pStatistics->MulticastReceivedFrameCount.QuadPart = pAdapter->WlanCounters.MulticastReceivedFrameCount.QuadPart;
4913 pStatistics->FCSErrorCount = pAdapter->RalinkCounters.RealFcsErrCount;
4915 pStatistics->FCSErrorCount.QuadPart = pAdapter->WlanCounters.FCSErrorCount.QuadPart;
4916 pStatistics->FrameDuplicateCount.u.LowPart = pAdapter->WlanCounters.FrameDuplicateCount.u.LowPart / 100;
4918 wrq->u.data.length = sizeof(NDIS_802_11_STATISTICS);
4919 Status = copy_to_user(wrq->u.data.pointer, pStatistics, wrq->u.data.length);
4924 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_STATISTICS(kmalloc failed)\n"));
4928 case OID_GEN_RCV_OK:
4929 ulInfo = pAdapter->Counters8023.GoodReceives;
4930 wrq->u.data.length = sizeof(ulInfo);
4931 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4933 case OID_GEN_RCV_NO_BUFFER:
4934 ulInfo = pAdapter->Counters8023.RxNoBuffer;
4935 wrq->u.data.length = sizeof(ulInfo);
4936 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4938 case RT_OID_802_11_PHY_MODE:
4939 ulInfo = (ULONG)pAdapter->CommonCfg.PhyMode;
4940 wrq->u.data.length = sizeof(ulInfo);
4941 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
4942 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_PHY_MODE (=%ld)\n", ulInfo));
4944 case RT_OID_802_11_STA_CONFIG:
4945 pStaConfig = (RT_802_11_STA_CONFIG *) kmalloc(sizeof(RT_802_11_STA_CONFIG), MEM_ALLOC_FLAG);
4948 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_STA_CONFIG\n"));
4949 pStaConfig->EnableTxBurst = pAdapter->CommonCfg.bEnableTxBurst;
4950 pStaConfig->EnableTurboRate = 0;
4951 pStaConfig->UseBGProtection = pAdapter->CommonCfg.UseBGProtection;
4952 pStaConfig->UseShortSlotTime = pAdapter->CommonCfg.bUseShortSlotTime;
4953 //pStaConfig->AdhocMode = pAdapter->StaCfg.AdhocMode;
4954 pStaConfig->HwRadioStatus = (pAdapter->StaCfg.bHwRadio == TRUE) ? 1 : 0;
4955 pStaConfig->Rsv1 = 0;
4956 pStaConfig->SystemErrorBitmap = pAdapter->SystemErrorBitmap;
4957 wrq->u.data.length = sizeof(RT_802_11_STA_CONFIG);
4958 Status = copy_to_user(wrq->u.data.pointer, pStaConfig, wrq->u.data.length);
4963 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_STA_CONFIG(kmalloc failed)\n"));
4967 case OID_802_11_RTS_THRESHOLD:
4968 RtsThresh = pAdapter->CommonCfg.RtsThreshold;
4969 wrq->u.data.length = sizeof(RtsThresh);
4970 Status = copy_to_user(wrq->u.data.pointer, &RtsThresh, wrq->u.data.length);
4971 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_RTS_THRESHOLD(=%ld)\n", RtsThresh));
4973 case OID_802_11_FRAGMENTATION_THRESHOLD:
4974 FragThresh = pAdapter->CommonCfg.FragmentThreshold;
4975 if (pAdapter->CommonCfg.bUseZeroToDisableFragment == TRUE)
4977 wrq->u.data.length = sizeof(FragThresh);
4978 Status = copy_to_user(wrq->u.data.pointer, &FragThresh, wrq->u.data.length);
4979 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_FRAGMENTATION_THRESHOLD(=%ld)\n", FragThresh));
4981 case OID_802_11_POWER_MODE:
4982 PowerMode = pAdapter->StaCfg.WindowsPowerMode;
4983 wrq->u.data.length = sizeof(PowerMode);
4984 Status = copy_to_user(wrq->u.data.pointer, &PowerMode, wrq->u.data.length);
4985 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_POWER_MODE(=%d)\n", PowerMode));
4987 case RT_OID_802_11_RADIO:
4988 RadioState = (BOOLEAN) pAdapter->StaCfg.bSwRadio;
4989 wrq->u.data.length = sizeof(RadioState);
4990 Status = copy_to_user(wrq->u.data.pointer, &RadioState, wrq->u.data.length);
4991 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_RADIO (=%d)\n", RadioState));
4993 case OID_802_11_INFRASTRUCTURE_MODE:
4994 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
4995 BssType = Ndis802_11IBSS;
4996 else if (pAdapter->StaCfg.BssType == BSS_INFRA)
4997 BssType = Ndis802_11Infrastructure;
4998 else if (pAdapter->StaCfg.BssType == BSS_MONITOR)
4999 BssType = Ndis802_11Monitor;
5001 BssType = Ndis802_11AutoUnknown;
5003 wrq->u.data.length = sizeof(BssType);
5004 Status = copy_to_user(wrq->u.data.pointer, &BssType, wrq->u.data.length);
5005 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_INFRASTRUCTURE_MODE(=%d)\n", BssType));
5007 case RT_OID_802_11_PREAMBLE:
5008 PreamType = pAdapter->CommonCfg.TxPreamble;
5009 wrq->u.data.length = sizeof(PreamType);
5010 Status = copy_to_user(wrq->u.data.pointer, &PreamType, wrq->u.data.length);
5011 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_PREAMBLE(=%d)\n", PreamType));
5013 case OID_802_11_AUTHENTICATION_MODE:
5014 AuthMode = pAdapter->StaCfg.AuthMode;
5015 wrq->u.data.length = sizeof(AuthMode);
5016 Status = copy_to_user(wrq->u.data.pointer, &AuthMode, wrq->u.data.length);
5017 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_AUTHENTICATION_MODE(=%d)\n", AuthMode));
5019 case OID_802_11_WEP_STATUS:
5020 WepStatus = pAdapter->StaCfg.WepStatus;
5021 wrq->u.data.length = sizeof(WepStatus);
5022 Status = copy_to_user(wrq->u.data.pointer, &WepStatus, wrq->u.data.length);
5023 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_WEP_STATUS(=%d)\n", WepStatus));
5025 case OID_802_11_TX_POWER_LEVEL:
5026 wrq->u.data.length = sizeof(ULONG);
5027 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.TxPower, wrq->u.data.length);
5028 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_TX_POWER_LEVEL %x\n",pAdapter->CommonCfg.TxPower));
5030 case RT_OID_802_11_TX_POWER_LEVEL_1:
5031 wrq->u.data.length = sizeof(ULONG);
5032 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.TxPowerPercentage, wrq->u.data.length);
5033 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_TX_POWER_LEVEL_1 (=%ld)\n", pAdapter->CommonCfg.TxPowerPercentage));
5035 case OID_802_11_NETWORK_TYPES_SUPPORTED:
5036 if ((pAdapter->RfIcType == RFIC_2850) || (pAdapter->RfIcType == RFIC_2750))
5038 NetworkTypeList[0] = 3; // NumberOfItems = 3
5039 NetworkTypeList[1] = Ndis802_11DS; // NetworkType[1] = 11b
5040 NetworkTypeList[2] = Ndis802_11OFDM24; // NetworkType[2] = 11g
5041 NetworkTypeList[3] = Ndis802_11OFDM5; // NetworkType[3] = 11a
5042 wrq->u.data.length = 16;
5043 Status = copy_to_user(wrq->u.data.pointer, &NetworkTypeList[0], wrq->u.data.length);
5047 NetworkTypeList[0] = 2; // NumberOfItems = 2
5048 NetworkTypeList[1] = Ndis802_11DS; // NetworkType[1] = 11b
5049 NetworkTypeList[2] = Ndis802_11OFDM24; // NetworkType[2] = 11g
5050 wrq->u.data.length = 12;
5051 Status = copy_to_user(wrq->u.data.pointer, &NetworkTypeList[0], wrq->u.data.length);
5053 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_NETWORK_TYPES_SUPPORTED\n"));
5055 case OID_802_11_NETWORK_TYPE_IN_USE:
5056 wrq->u.data.length = sizeof(ULONG);
5057 if (pAdapter->CommonCfg.PhyMode == PHY_11A)
5058 ulInfo = Ndis802_11OFDM5;
5059 else if ((pAdapter->CommonCfg.PhyMode == PHY_11BG_MIXED) || (pAdapter->CommonCfg.PhyMode == PHY_11G))
5060 ulInfo = Ndis802_11OFDM24;
5062 ulInfo = Ndis802_11DS;
5063 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
5065 case RT_OID_802_11_QUERY_LAST_RX_RATE:
5066 ulInfo = (ULONG)pAdapter->LastRxRate;
5067 wrq->u.data.length = sizeof(ulInfo);
5068 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
5069 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_LAST_RX_RATE (=%ld)\n", ulInfo));
5071 case RT_OID_802_11_QUERY_LAST_TX_RATE:
5072 //ulInfo = (ULONG)pAdapter->LastTxRate;
5073 ulInfo = (ULONG)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.word;
5074 wrq->u.data.length = sizeof(ulInfo);
5075 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
5076 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_LAST_TX_RATE (=%lx)\n", ulInfo));
5078 case RT_OID_802_11_QUERY_EEPROM_VERSION:
5079 wrq->u.data.length = sizeof(ULONG);
5080 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->EepromVersion, wrq->u.data.length);
5082 case RT_OID_802_11_QUERY_FIRMWARE_VERSION:
5083 wrq->u.data.length = sizeof(ULONG);
5084 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->FirmwareVersion, wrq->u.data.length);
5086 case RT_OID_802_11_QUERY_NOISE_LEVEL:
5087 wrq->u.data.length = sizeof(UCHAR);
5088 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->BbpWriteLatch[66], wrq->u.data.length);
5089 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_NOISE_LEVEL (=%d)\n", pAdapter->BbpWriteLatch[66]));
5091 case RT_OID_802_11_EXTRA_INFO:
5092 wrq->u.data.length = sizeof(ULONG);
5093 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->ExtraInfo, wrq->u.data.length);
5094 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_EXTRA_INFO (=%ld)\n", pAdapter->ExtraInfo));
5096 case RT_OID_WE_VERSION_COMPILED:
5097 wrq->u.data.length = sizeof(UINT);
5098 we_version_compiled = WIRELESS_EXT;
5099 Status = copy_to_user(wrq->u.data.pointer, &we_version_compiled, wrq->u.data.length);
5101 case RT_OID_802_11_QUERY_APSD_SETTING:
5102 apsd = (pAdapter->CommonCfg.bAPSDCapable | (pAdapter->CommonCfg.bAPSDAC_BE << 1) | (pAdapter->CommonCfg.bAPSDAC_BK << 2)
5103 | (pAdapter->CommonCfg.bAPSDAC_VI << 3) | (pAdapter->CommonCfg.bAPSDAC_VO << 4) | (pAdapter->CommonCfg.MaxSPLength << 5));
5105 wrq->u.data.length = sizeof(ULONG);
5106 Status = copy_to_user(wrq->u.data.pointer, &apsd, wrq->u.data.length);
5107 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_APSD_SETTING (=0x%lx,APSDCap=%d,AC_BE=%d,AC_BK=%d,AC_VI=%d,AC_VO=%d,MAXSPLen=%d)\n",
5108 apsd,pAdapter->CommonCfg.bAPSDCapable,pAdapter->CommonCfg.bAPSDAC_BE,pAdapter->CommonCfg.bAPSDAC_BK,pAdapter->CommonCfg.bAPSDAC_VI,pAdapter->CommonCfg.bAPSDAC_VO,pAdapter->CommonCfg.MaxSPLength));
5110 case RT_OID_802_11_QUERY_APSD_PSM:
5111 wrq->u.data.length = sizeof(ULONG);
5112 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.bAPSDForcePowerSave, wrq->u.data.length);
5113 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_APSD_PSM (=%d)\n", pAdapter->CommonCfg.bAPSDForcePowerSave));
5115 case RT_OID_802_11_QUERY_WMM:
5116 wrq->u.data.length = sizeof(BOOLEAN);
5117 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.bWmmCapable, wrq->u.data.length);
5118 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_WMM (=%d)\n", pAdapter->CommonCfg.bWmmCapable));
5120 #ifdef WPA_SUPPLICANT_SUPPORT
5121 case RT_OID_NEW_DRIVER:
5124 wrq->u.data.length = sizeof(UCHAR);
5125 Status = copy_to_user(wrq->u.data.pointer, &enabled, wrq->u.data.length);
5126 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_NEW_DRIVER (=%d)\n", enabled));
5129 case RT_OID_WPA_SUPPLICANT_SUPPORT:
5130 wrq->u.data.length = sizeof(UCHAR);
5131 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->StaCfg.WpaSupplicantUP, wrq->u.data.length);
5132 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_WPA_SUPPLICANT_SUPPORT (=%d)\n", pAdapter->StaCfg.WpaSupplicantUP));
5134 #endif // WPA_SUPPLICANT_SUPPORT //
5136 case RT_OID_DRIVER_DEVICE_NAME:
5137 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_DRIVER_DEVICE_NAME \n"));
5138 wrq->u.data.length = 16;
5139 if (copy_to_user(wrq->u.data.pointer, pAdapter->StaCfg.dev_name, wrq->u.data.length))
5144 case RT_OID_802_11_QUERY_HT_PHYMODE:
5145 pHTPhyMode = (OID_SET_HT_PHYMODE *) kmalloc(sizeof(OID_SET_HT_PHYMODE), MEM_ALLOC_FLAG);
5148 pHTPhyMode->PhyMode = pAdapter->CommonCfg.PhyMode;
5149 pHTPhyMode->HtMode = (UCHAR)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.field.MODE;
5150 pHTPhyMode->BW = (UCHAR)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.field.BW;
5151 pHTPhyMode->MCS= (UCHAR)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.field.MCS;
5152 pHTPhyMode->SHORTGI= (UCHAR)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.field.ShortGI;
5153 pHTPhyMode->STBC= (UCHAR)pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.field.STBC;
5155 pHTPhyMode->ExtOffset = ((pAdapter->CommonCfg.CentralChannel < pAdapter->CommonCfg.Channel) ? (EXTCHA_BELOW) : (EXTCHA_ABOVE));
5156 wrq->u.data.length = sizeof(OID_SET_HT_PHYMODE);
5157 if (copy_to_user(wrq->u.data.pointer, pHTPhyMode, wrq->u.data.length))
5161 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_HT_PHYMODE (PhyMode = %d, MCS =%d, BW = %d, STBC = %d, ExtOffset=%d)\n",
5162 pHTPhyMode->HtMode, pHTPhyMode->MCS, pHTPhyMode->BW, pHTPhyMode->STBC, pHTPhyMode->ExtOffset));
5163 DBGPRINT(RT_DEBUG_TRACE, (" MlmeUpdateTxRates (.word = %x )\n", pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.word));
5167 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_STA_CONFIG(kmalloc failed)\n"));
5171 case RT_OID_802_11_COUNTRY_REGION:
5172 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_COUNTRY_REGION \n"));
5173 wrq->u.data.length = sizeof(ulInfo);
5174 ulInfo = pAdapter->CommonCfg.CountryRegionForABand;
5175 ulInfo = (ulInfo << 8)|(pAdapter->CommonCfg.CountryRegion);
5176 if (copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length))
5181 case RT_OID_802_11_QUERY_DAT_HT_PHYMODE:
5182 pHTPhyMode = (OID_SET_HT_PHYMODE *) kmalloc(sizeof(OID_SET_HT_PHYMODE), MEM_ALLOC_FLAG);
5185 pHTPhyMode->PhyMode = pAdapter->CommonCfg.PhyMode;
5186 pHTPhyMode->HtMode = (UCHAR)pAdapter->CommonCfg.RegTransmitSetting.field.HTMODE;
5187 pHTPhyMode->BW = (UCHAR)pAdapter->CommonCfg.RegTransmitSetting.field.BW;
5188 pHTPhyMode->MCS= (UCHAR)pAdapter->StaCfg.DesiredTransmitSetting.field.MCS;
5189 pHTPhyMode->SHORTGI= (UCHAR)pAdapter->CommonCfg.RegTransmitSetting.field.ShortGI;
5190 pHTPhyMode->STBC= (UCHAR)pAdapter->CommonCfg.RegTransmitSetting.field.STBC;
5192 wrq->u.data.length = sizeof(OID_SET_HT_PHYMODE);
5193 if (copy_to_user(wrq->u.data.pointer, pHTPhyMode, wrq->u.data.length))
5197 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_HT_PHYMODE (PhyMode = %d, MCS =%d, BW = %d, STBC = %d, ExtOffset=%d)\n",
5198 pHTPhyMode->HtMode, pHTPhyMode->MCS, pHTPhyMode->BW, pHTPhyMode->STBC, pHTPhyMode->ExtOffset));
5199 DBGPRINT(RT_DEBUG_TRACE, (" MlmeUpdateTxRates (.word = %x )\n", pAdapter->MacTab.Content[BSSID_WCID].HTPhyMode.word));
5203 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_STA_CONFIG(kmalloc failed)\n"));
5207 case RT_OID_QUERY_MULTIPLE_CARD_SUPPORT:
5208 wrq->u.data.length = sizeof(UCHAR);
5210 #ifdef MULTIPLE_CARD_SUPPORT
5212 #endif // MULTIPLE_CARD_SUPPORT //
5213 if (copy_to_user(wrq->u.data.pointer, &i, wrq->u.data.length))
5217 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_QUERY_MULTIPLE_CARD_SUPPORT(=%d) \n", i));
5220 case RT_OID_802_11_MAC_ADDRESS:
5221 wrq->u.data.length = MAC_ADDR_LEN;
5222 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CurrentAddress, wrq->u.data.length);
5225 case RT_OID_802_11_MANUFACTUREROUI:
5226 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_MANUFACTUREROUI \n"));
5227 wrq->u.data.length = ManufacturerOUI_LEN;
5228 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CurrentAddress, wrq->u.data.length);
5231 case RT_OID_802_11_MANUFACTURERNAME:
5232 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_MANUFACTURERNAME \n"));
5233 wrq->u.data.length = strlen(ManufacturerNAME);
5234 Status = copy_to_user(wrq->u.data.pointer, ManufacturerNAME, wrq->u.data.length);
5237 case RT_OID_802_11_RESOURCETYPEIDNAME:
5238 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_RESOURCETYPEIDNAME \n"));
5239 wrq->u.data.length = strlen(ResourceTypeIdName);
5240 Status = copy_to_user(wrq->u.data.pointer, ResourceTypeIdName, wrq->u.data.length);
5243 case RT_OID_802_11_PRIVACYOPTIONIMPLEMENTED:
5244 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_PRIVACYOPTIONIMPLEMENTED \n"));
5245 ulInfo = 1; // 1 is support wep else 2 is not support.
5246 wrq->u.data.length = sizeof(ulInfo);
5247 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
5250 case RT_OID_802_11_POWERMANAGEMENTMODE:
5251 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_POWERMANAGEMENTMODE \n"));
5252 if (pAdapter->StaCfg.Psm == PSMP_ACTION)
5253 ulInfo = 1; // 1 is power active else 2 is power save.
5257 wrq->u.data.length = sizeof(ulInfo);
5258 Status = copy_to_user(wrq->u.data.pointer, &ulInfo, wrq->u.data.length);
5261 case OID_802_11_WEPDEFAULTKEYVALUE:
5262 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_WEPDEFAULTKEYVALUE \n"));
5263 //KeyIdxValue.KeyIdx = pAd->PortCfg.MBSSID[pAd->IoctlIF].DefaultKeyId;
5264 pKeyIdxValue = wrq->u.data.pointer;
5265 DBGPRINT(RT_DEBUG_TRACE,("KeyIdxValue.KeyIdx = %d, \n",pKeyIdxValue->KeyIdx));
5266 valueLen = pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen;
5267 NdisMoveMemory(pKeyIdxValue->Value,
5268 &pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].Key,
5270 pKeyIdxValue->Value[valueLen]='\0';
5272 wrq->u.data.length = sizeof(DefaultKeyIdxValue);
5274 Status = copy_to_user(wrq->u.data.pointer, pKeyIdxValue, wrq->u.data.length);
5275 DBGPRINT(RT_DEBUG_TRACE,("DefaultKeyId = %d, total len = %d, str len=%d, KeyValue= %02x %02x %02x %02x \n", pAdapter->StaCfg.DefaultKeyId, wrq->u.data.length, pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen,
5276 pAdapter->SharedKey[BSS0][0].Key[0],
5277 pAdapter->SharedKey[BSS0][1].Key[0],
5278 pAdapter->SharedKey[BSS0][2].Key[0],
5279 pAdapter->SharedKey[BSS0][3].Key[0]));
5282 case OID_802_11_WEPDEFAULTKEYID:
5283 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_WEPDEFAULTKEYID \n"));
5284 wrq->u.data.length = sizeof(UCHAR);
5285 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->StaCfg.DefaultKeyId, wrq->u.data.length);
5286 DBGPRINT(RT_DEBUG_TRACE, ("DefaultKeyId =%d \n", pAdapter->StaCfg.DefaultKeyId));
5289 case RT_OID_802_11_WEPKEYMAPPINGLENGTH:
5290 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_WEPKEYMAPPINGLENGTH \n"));
5291 wrq->u.data.length = sizeof(UCHAR);
5292 Status = copy_to_user(wrq->u.data.pointer,
5293 &pAdapter->SharedKey[BSS0][pAdapter->StaCfg.DefaultKeyId].KeyLen,
5294 wrq->u.data.length);
5297 case OID_802_11_SHORTRETRYLIMIT:
5298 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_SHORTRETRYLIMIT \n"));
5299 wrq->u.data.length = sizeof(ULONG);
5300 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
5301 ShortRetryLimit = tx_rty_cfg.field.ShortRtyLimit;
5302 DBGPRINT(RT_DEBUG_TRACE, ("ShortRetryLimit =%ld, tx_rty_cfg.field.ShortRetryLimit=%d\n", ShortRetryLimit, tx_rty_cfg.field.ShortRtyLimit));
5303 Status = copy_to_user(wrq->u.data.pointer, &ShortRetryLimit, wrq->u.data.length);
5306 case OID_802_11_LONGRETRYLIMIT:
5307 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_LONGRETRYLIMIT \n"));
5308 wrq->u.data.length = sizeof(ULONG);
5309 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
5310 LongRetryLimit = tx_rty_cfg.field.LongRtyLimit;
5311 DBGPRINT(RT_DEBUG_TRACE, ("LongRetryLimit =%ld, tx_rty_cfg.field.LongRtyLimit=%d\n", LongRetryLimit, tx_rty_cfg.field.LongRtyLimit));
5312 Status = copy_to_user(wrq->u.data.pointer, &LongRetryLimit, wrq->u.data.length);
5315 case RT_OID_802_11_PRODUCTID:
5316 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_PRODUCTID \n"));
5319 sprintf(tmp, "%04x %04x\n", ((POS_COOKIE)pAdapter->OS_Cookie)->pUsb_Dev->descriptor.idVendor ,((POS_COOKIE)pAdapter->OS_Cookie)->pUsb_Dev->descriptor.idProduct);
5322 wrq->u.data.length = strlen(tmp);
5323 Status = copy_to_user(wrq->u.data.pointer, tmp, wrq->u.data.length);
5326 case RT_OID_802_11_MANUFACTUREID:
5327 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_MANUFACTUREID \n"));
5328 wrq->u.data.length = strlen(ManufacturerNAME);
5329 Status = copy_to_user(wrq->u.data.pointer, ManufacturerNAME, wrq->u.data.length);
5332 case OID_802_11_CURRENTCHANNEL:
5333 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_CURRENTCHANNEL \n"));
5334 wrq->u.data.length = sizeof(UCHAR);
5335 DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), pAdapter->CommonCfg.Channel));
5336 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.Channel, wrq->u.data.length);
5337 DBGPRINT(RT_DEBUG_TRACE, ("Status=%d\n", Status));
5339 #endif //SNMP_SUPPORT
5341 case OID_802_11_BUILD_CHANNEL_EX:
5344 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_BUILD_CHANNEL_EX \n"));
5345 wrq->u.data.length = sizeof(UCHAR);
5346 #ifdef EXT_BUILD_CHANNEL_LIST
5347 DBGPRINT(RT_DEBUG_TRACE, ("Support EXT_BUILD_CHANNEL_LIST.\n"));
5350 DBGPRINT(RT_DEBUG_TRACE, ("Doesn't support EXT_BUILD_CHANNEL_LIST.\n"));
5352 #endif // EXT_BUILD_CHANNEL_LIST //
5353 Status = copy_to_user(wrq->u.data.pointer, &value, 1);
5354 DBGPRINT(RT_DEBUG_TRACE, ("Status=%d\n", Status));
5358 case OID_802_11_GET_CH_LIST:
5360 PRT_CHANNEL_LIST_INFO pChListBuf;
5362 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_GET_CH_LIST \n"));
5363 if (pAdapter->ChannelListNum == 0)
5365 wrq->u.data.length = 0;
5369 pChListBuf = (RT_CHANNEL_LIST_INFO *) kmalloc(sizeof(RT_CHANNEL_LIST_INFO), MEM_ALLOC_FLAG);
5370 if (pChListBuf == NULL)
5372 wrq->u.data.length = 0;
5376 pChListBuf->ChannelListNum = pAdapter->ChannelListNum;
5377 for (i = 0; i < pChListBuf->ChannelListNum; i++)
5378 pChListBuf->ChannelList[i] = pAdapter->ChannelList[i].Channel;
5380 wrq->u.data.length = sizeof(RT_CHANNEL_LIST_INFO);
5381 Status = copy_to_user(wrq->u.data.pointer, pChListBuf, sizeof(RT_CHANNEL_LIST_INFO));
5382 DBGPRINT(RT_DEBUG_TRACE, ("Status=%d\n", Status));
5389 case OID_802_11_GET_COUNTRY_CODE:
5390 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_GET_COUNTRY_CODE \n"));
5391 wrq->u.data.length = 2;
5392 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.CountryCode, 2);
5393 DBGPRINT(RT_DEBUG_TRACE, ("Status=%d\n", Status));
5396 case OID_802_11_GET_CHANNEL_GEOGRAPHY:
5397 DBGPRINT(RT_DEBUG_TRACE, ("Query::OID_802_11_GET_CHANNEL_GEOGRAPHY \n"));
5398 wrq->u.data.length = 1;
5399 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.Geography, 1);
5400 DBGPRINT(RT_DEBUG_TRACE, ("Status=%d\n", Status));
5404 #ifdef QOS_DLS_SUPPORT
5405 case RT_OID_802_11_QUERY_DLS:
5406 wrq->u.data.length = sizeof(BOOLEAN);
5407 Status = copy_to_user(wrq->u.data.pointer, &pAdapter->CommonCfg.bDLSCapable, wrq->u.data.length);
5408 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_DLS(=%d)\n", pAdapter->CommonCfg.bDLSCapable));
5411 case RT_OID_802_11_QUERY_DLS_PARAM:
5413 PRT_802_11_DLS_INFO pDlsInfo = kmalloc(sizeof(RT_802_11_DLS_INFO), GFP_ATOMIC);
5414 if (pDlsInfo == NULL)
5417 for (i=0; i<MAX_NUM_OF_DLS_ENTRY; i++)
5419 RTMPMoveMemory(&pDlsInfo->Entry[i], &pAdapter->StaCfg.DLSEntry[i], sizeof(RT_802_11_DLS_UI));
5422 pDlsInfo->num = MAX_NUM_OF_DLS_ENTRY;
5423 wrq->u.data.length = sizeof(RT_802_11_DLS_INFO);
5424 Status = copy_to_user(wrq->u.data.pointer, pDlsInfo, wrq->u.data.length);
5425 DBGPRINT(RT_DEBUG_TRACE, ("Query::RT_OID_802_11_QUERY_DLS_PARAM\n"));
5431 #endif // QOS_DLS_SUPPORT //
5433 DBGPRINT(RT_DEBUG_TRACE, ("Query::unknown IOCTL's subcmd = 0x%08x\n", cmd));
5434 Status = -EOPNOTSUPP;
5440 INT rt28xx_sta_ioctl(
5441 IN struct net_device *net_dev,
5442 IN OUT struct ifreq *rq,
5446 VIRTUAL_ADAPTER *pVirtualAd = NULL;
5447 RTMP_ADAPTER *pAd = NULL;
5448 struct iwreq *wrq = (struct iwreq *) rq;
5449 BOOLEAN StateMachineTouched = FALSE;
5450 INT Status = NDIS_STATUS_SUCCESS;
5453 if (net_dev->priv_flags == INT_MAIN)
5455 pAd = net_dev->priv;
5459 pVirtualAd = net_dev->priv;
5460 pAd = pVirtualAd->RtmpDev->priv;
5462 pObj = (POS_COOKIE) pAd->OS_Cookie;
5466 /* if 1st open fail, pAd will be free;
5467 So the net_dev->priv will be NULL in 2rd open */
5471 //check if the interface is down
5472 if(!RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_INTERRUPT_IN_USE))
5474 #ifdef CONFIG_APSTA_MIXED_SUPPORT
5475 if (wrq->u.data.pointer == NULL)
5480 if (strstr(wrq->u.data.pointer, "OpMode") == NULL)
5481 #endif // CONFIG_APSTA_MIXED_SUPPORT //
5483 DBGPRINT(RT_DEBUG_TRACE, ("INFO::Network is down!\n"));
5488 { // determine this ioctl command is comming from which interface.
5489 pObj->ioctl_if_type = INT_MAIN;
5490 pObj->ioctl_if = MAIN_MBSSID;
5496 #ifdef RALINK_28xx_QA
5497 case RTPRIV_IOCTL_ATE:
5499 RtmpDoAte(pAd, wrq);
5502 #endif // RALINK_28xx_QA //
5503 #endif // RALINK_ATE //
5505 DBGPRINT(RT_DEBUG_TRACE, ("IOCTL::SIOCGIFHWADDR\n"));
5506 memcpy(wrq->u.name, pAd->CurrentAddress, ETH_ALEN);
5510 char *name=&wrq->u.name[0];
5511 rt_ioctl_giwname(net_dev, NULL, name, NULL);
5514 case SIOCGIWESSID: //Get ESSID
5516 struct iw_point *essid=&wrq->u.essid;
5517 rt_ioctl_giwessid(net_dev, NULL, essid, essid->pointer);
5520 case SIOCSIWESSID: //Set ESSID
5522 struct iw_point *essid=&wrq->u.essid;
5523 rt_ioctl_siwessid(net_dev, NULL, essid, essid->pointer);
5526 case SIOCSIWNWID: // set network id (the cell)
5527 case SIOCGIWNWID: // get network id
5528 Status = -EOPNOTSUPP;
5530 case SIOCSIWFREQ: //set channel/frequency (Hz)
5532 struct iw_freq *freq=&wrq->u.freq;
5533 rt_ioctl_siwfreq(net_dev, NULL, freq, NULL);
5536 case SIOCGIWFREQ: // get channel/frequency (Hz)
5538 struct iw_freq *freq=&wrq->u.freq;
5539 rt_ioctl_giwfreq(net_dev, NULL, freq, NULL);
5542 case SIOCSIWNICKN: //set node name/nickname
5544 struct iw_point *data=&wrq->u.data;
5545 rt_ioctl_siwnickn(net_dev, NULL, data, NULL);
5548 case SIOCGIWNICKN: //get node name/nickname
5550 struct iw_point *data=&wrq->u.data;
5551 rt_ioctl_giwnickn(net_dev, NULL, data, NULL);
5554 case SIOCGIWRATE: //get default bit rate (bps)
5555 rt_ioctl_giwrate(net_dev, NULL, &wrq->u, NULL);
5557 case SIOCSIWRATE: //set default bit rate (bps)
5558 rt_ioctl_siwrate(net_dev, NULL, &wrq->u, NULL);
5560 case SIOCGIWRTS: // get RTS/CTS threshold (bytes)
5562 struct iw_param *rts=&wrq->u.rts;
5563 rt_ioctl_giwrts(net_dev, NULL, rts, NULL);
5566 case SIOCSIWRTS: //set RTS/CTS threshold (bytes)
5568 struct iw_param *rts=&wrq->u.rts;
5569 rt_ioctl_siwrts(net_dev, NULL, rts, NULL);
5572 case SIOCGIWFRAG: //get fragmentation thr (bytes)
5574 struct iw_param *frag=&wrq->u.frag;
5575 rt_ioctl_giwfrag(net_dev, NULL, frag, NULL);
5578 case SIOCSIWFRAG: //set fragmentation thr (bytes)
5580 struct iw_param *frag=&wrq->u.frag;
5581 rt_ioctl_siwfrag(net_dev, NULL, frag, NULL);
5584 case SIOCGIWENCODE: //get encoding token & mode
5586 struct iw_point *erq=&wrq->u.encoding;
5588 rt_ioctl_giwencode(net_dev, NULL, erq, erq->pointer);
5591 case SIOCSIWENCODE: //set encoding token & mode
5593 struct iw_point *erq=&wrq->u.encoding;
5595 rt_ioctl_siwencode(net_dev, NULL, erq, erq->pointer);
5598 case SIOCGIWAP: //get access point MAC addresses
5600 struct sockaddr *ap_addr=&wrq->u.ap_addr;
5601 rt_ioctl_giwap(net_dev, NULL, ap_addr, ap_addr->sa_data);
5604 case SIOCSIWAP: //set access point MAC addresses
5606 struct sockaddr *ap_addr=&wrq->u.ap_addr;
5607 rt_ioctl_siwap(net_dev, NULL, ap_addr, ap_addr->sa_data);
5610 case SIOCGIWMODE: //get operation mode
5612 __u32 *mode=&wrq->u.mode;
5613 rt_ioctl_giwmode(net_dev, NULL, mode, NULL);
5616 case SIOCSIWMODE: //set operation mode
5618 __u32 *mode=&wrq->u.mode;
5619 rt_ioctl_siwmode(net_dev, NULL, mode, NULL);
5622 case SIOCGIWSENS: //get sensitivity (dBm)
5623 case SIOCSIWSENS: //set sensitivity (dBm)
5624 case SIOCGIWPOWER: //get Power Management settings
5625 case SIOCSIWPOWER: //set Power Management settings
5626 case SIOCGIWTXPOW: //get transmit power (dBm)
5627 case SIOCSIWTXPOW: //set transmit power (dBm)
5628 case SIOCGIWRANGE: //Get range of parameters
5629 case SIOCGIWRETRY: //get retry limits and lifetime
5630 case SIOCSIWRETRY: //set retry limits and lifetime
5631 Status = -EOPNOTSUPP;
5634 subcmd = wrq->u.data.flags;
5635 if( subcmd & OID_GET_SET_TOGGLE)
5636 Status = RTMPSetInformation(pAd, rq, subcmd);
5638 Status = RTMPQueryInformation(pAd, rq, subcmd);
5641 if (wrq->u.data.pointer)
5643 if ( access_ok(VERIFY_WRITE, wrq->u.data.pointer, sizeof(privtab)) != TRUE)
5645 wrq->u.data.length = sizeof(privtab) / sizeof(privtab[0]);
5646 if (copy_to_user(wrq->u.data.pointer, privtab, sizeof(privtab)))
5650 case RTPRIV_IOCTL_SET:
5651 if(access_ok(VERIFY_READ, wrq->u.data.pointer, wrq->u.data.length) != TRUE)
5653 rt_ioctl_setparam(net_dev, NULL, NULL, wrq->u.data.pointer);
5655 case RTPRIV_IOCTL_GSITESURVEY:
5656 RTMPIoctlGetSiteSurvey(pAd, wrq);
5659 case RTPRIV_IOCTL_MAC:
5660 RTMPIoctlMAC(pAd, wrq);
5662 case RTPRIV_IOCTL_E2P:
5663 RTMPIoctlE2PROM(pAd, wrq);
5669 DBGPRINT(RT_DEBUG_ERROR, ("IOCTL::unknown IOCTL's cmd = 0x%08x\n", cmd));
5670 Status = -EOPNOTSUPP;
5674 if(StateMachineTouched) // Upper layer sent a MLME-related operations
5675 RT28XX_MLME_HANDLER(pAd);
5681 ==========================================================================
5685 TRUE if all parameters are OK, FALSE otherwise
5686 ==========================================================================
5689 IN PRTMP_ADAPTER pAdapter,
5692 NDIS_802_11_SSID Ssid, *pSsid=NULL;
5693 BOOLEAN StateMachineTouched = FALSE;
5696 if( strlen(arg) <= MAX_LEN_OF_SSID)
5698 NdisZeroMemory(&Ssid, sizeof(NDIS_802_11_SSID));
5699 if (strlen(arg) != 0)
5701 NdisMoveMemory(Ssid.Ssid, arg, strlen(arg));
5702 Ssid.SsidLength = strlen(arg);
5706 Ssid.SsidLength = 0;
5707 memcpy(Ssid.Ssid, "", 0);
5708 pAdapter->StaCfg.BssType = BSS_INFRA;
5709 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
5710 pAdapter->StaCfg.WepStatus = Ndis802_11EncryptionDisabled;
5714 if (pAdapter->Mlme.CntlMachine.CurrState != CNTL_IDLE)
5716 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
5717 DBGPRINT(RT_DEBUG_TRACE, ("!!! MLME busy, reset MLME state machine !!!\n"));
5720 pAdapter->MlmeAux.CurrReqIsFromNdis = TRUE;
5721 pAdapter->StaCfg.bScanReqIsFromWebUI = FALSE;
5722 pAdapter->bConfigChanged = TRUE;
5724 MlmeEnqueue(pAdapter,
5725 MLME_CNTL_STATE_MACHINE,
5727 sizeof(NDIS_802_11_SSID),
5730 StateMachineTouched = TRUE;
5731 DBGPRINT(RT_DEBUG_TRACE, ("Set_SSID_Proc::(Len=%d,Ssid=%s)\n", Ssid.SsidLength, Ssid.Ssid));
5736 if (StateMachineTouched) // Upper layer sent a MLME-related operations
5737 RT28XX_MLME_HANDLER(pAdapter);
5744 ==========================================================================
5746 Set WmmCapable Enable or Disable
5748 TRUE if all parameters are OK, FALSE otherwise
5749 ==========================================================================
5751 INT Set_WmmCapable_Proc(
5752 IN PRTMP_ADAPTER pAd,
5755 BOOLEAN bWmmCapable;
5757 bWmmCapable = simple_strtol(arg, 0, 10);
5759 if ((bWmmCapable == 1)
5761 && (pAd->NumberOfPipes >= 5)
5764 pAd->CommonCfg.bWmmCapable = TRUE;
5765 else if (bWmmCapable == 0)
5766 pAd->CommonCfg.bWmmCapable = FALSE;
5768 return FALSE; //Invalid argument
5770 DBGPRINT(RT_DEBUG_TRACE, ("Set_WmmCapable_Proc::(bWmmCapable=%d)\n",
5771 pAd->CommonCfg.bWmmCapable));
5775 #endif // WMM_SUPPORT //
5778 ==========================================================================
5780 Set Network Type(Infrastructure/Adhoc mode)
5782 TRUE if all parameters are OK, FALSE otherwise
5783 ==========================================================================
5785 INT Set_NetworkType_Proc(
5786 IN PRTMP_ADAPTER pAdapter,
5791 if (strcmp(arg, "Adhoc") == 0)
5793 if (pAdapter->StaCfg.BssType != BSS_ADHOC)
5795 // Config has changed
5796 pAdapter->bConfigChanged = TRUE;
5797 if (MONITOR_ON(pAdapter))
5799 RTMP_IO_WRITE32(pAdapter, RX_FILTR_CFG, STANORMAL);
5800 RTMP_IO_READ32(pAdapter, MAC_SYS_CTRL, &Value);
5802 RTMP_IO_WRITE32(pAdapter, MAC_SYS_CTRL, Value);
5803 OPSTATUS_CLEAR_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED);
5804 pAdapter->StaCfg.bAutoReconnect = TRUE;
5805 LinkDown(pAdapter, FALSE);
5807 if (INFRA_ON(pAdapter))
5809 //BOOLEAN Cancelled;
5810 // Set the AutoReconnectSsid to prevent it reconnect to old SSID
5811 // Since calling this indicate user don't want to connect to that SSID anymore.
5812 pAdapter->MlmeAux.AutoReconnectSsidLen= 32;
5813 NdisZeroMemory(pAdapter->MlmeAux.AutoReconnectSsid, pAdapter->MlmeAux.AutoReconnectSsidLen);
5815 LinkDown(pAdapter, FALSE);
5817 DBGPRINT(RT_DEBUG_TRACE, ("NDIS_STATUS_MEDIA_DISCONNECT Event BB!\n"));
5820 pAdapter->StaCfg.BssType = BSS_ADHOC;
5821 pAdapter->net_dev->type = pAdapter->StaCfg.OriDevType;
5822 DBGPRINT(RT_DEBUG_TRACE, ("===>Set_NetworkType_Proc::(AD-HOC)\n"));
5824 else if (strcmp(arg, "Infra") == 0)
5826 if (pAdapter->StaCfg.BssType != BSS_INFRA)
5828 // Config has changed
5829 pAdapter->bConfigChanged = TRUE;
5830 if (MONITOR_ON(pAdapter))
5832 RTMP_IO_WRITE32(pAdapter, RX_FILTR_CFG, STANORMAL);
5833 RTMP_IO_READ32(pAdapter, MAC_SYS_CTRL, &Value);
5835 RTMP_IO_WRITE32(pAdapter, MAC_SYS_CTRL, Value);
5836 OPSTATUS_CLEAR_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED);
5837 pAdapter->StaCfg.bAutoReconnect = TRUE;
5838 LinkDown(pAdapter, FALSE);
5840 if (ADHOC_ON(pAdapter))
5842 // Set the AutoReconnectSsid to prevent it reconnect to old SSID
5843 // Since calling this indicate user don't want to connect to that SSID anymore.
5844 pAdapter->MlmeAux.AutoReconnectSsidLen= 32;
5845 NdisZeroMemory(pAdapter->MlmeAux.AutoReconnectSsid, pAdapter->MlmeAux.AutoReconnectSsidLen);
5847 LinkDown(pAdapter, FALSE);
5850 pAdapter->StaCfg.BssType = BSS_INFRA;
5851 pAdapter->net_dev->type = pAdapter->StaCfg.OriDevType;
5852 DBGPRINT(RT_DEBUG_TRACE, ("===>Set_NetworkType_Proc::(INFRA)\n"));
5854 pAdapter->StaCfg.BssType = BSS_INFRA;
5856 else if (strcmp(arg, "Monitor") == 0)
5859 BCN_TIME_CFG_STRUC csr;
5860 OPSTATUS_CLEAR_FLAG(pAdapter, fOP_STATUS_INFRA_ON);
5861 OPSTATUS_CLEAR_FLAG(pAdapter, fOP_STATUS_ADHOC_ON);
5862 OPSTATUS_SET_FLAG(pAdapter, fOP_STATUS_MEDIA_STATE_CONNECTED);
5863 // disable all periodic state machine
5864 pAdapter->StaCfg.bAutoReconnect = FALSE;
5865 // reset all mlme state machine
5866 RT28XX_MLME_RESET_STATE_MACHINE(pAdapter);
5867 DBGPRINT(RT_DEBUG_TRACE, ("fOP_STATUS_MEDIA_STATE_CONNECTED \n"));
5868 if (pAdapter->CommonCfg.CentralChannel == 0)
5870 #ifdef DOT11_N_SUPPORT
5871 if (pAdapter->CommonCfg.PhyMode == PHY_11AN_MIXED)
5872 pAdapter->CommonCfg.CentralChannel = 36;
5874 #endif // DOT11_N_SUPPORT //
5875 pAdapter->CommonCfg.CentralChannel = 6;
5877 #ifdef DOT11_N_SUPPORT
5879 N_ChannelCheck(pAdapter);
5880 #endif // DOT11_N_SUPPORT //
5882 #ifdef DOT11_N_SUPPORT
5883 if (pAdapter->CommonCfg.PhyMode >= PHY_11ABGN_MIXED &&
5884 pAdapter->CommonCfg.RegTransmitSetting.field.BW == BW_40 &&
5885 pAdapter->CommonCfg.RegTransmitSetting.field.EXTCHA == EXTCHA_ABOVE)
5887 // 40MHz ,control channel at lower
5888 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, BBP_R4, &bbpValue);
5889 bbpValue &= (~0x18);
5891 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R4, bbpValue);
5892 pAdapter->CommonCfg.BBPCurrentBW = BW_40;
5893 // RX : control channel at lower
5894 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, BBP_R3, &bbpValue);
5895 bbpValue &= (~0x20);
5896 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R3, bbpValue);
5898 RTMP_IO_READ32(pAdapter, TX_BAND_CFG, &Value);
5899 Value &= 0xfffffffe;
5900 RTMP_IO_WRITE32(pAdapter, TX_BAND_CFG, Value);
5901 pAdapter->CommonCfg.CentralChannel = pAdapter->CommonCfg.Channel + 2;
5902 AsicSwitchChannel(pAdapter, pAdapter->CommonCfg.CentralChannel, FALSE);
5903 AsicLockChannel(pAdapter, pAdapter->CommonCfg.CentralChannel);
5904 DBGPRINT(RT_DEBUG_TRACE, ("BW_40 ,control_channel(%d), CentralChannel(%d) \n",
5905 pAdapter->CommonCfg.Channel,
5906 pAdapter->CommonCfg.CentralChannel));
5908 else if (pAdapter->CommonCfg.PhyMode >= PHY_11ABGN_MIXED &&
5909 pAdapter->CommonCfg.RegTransmitSetting.field.BW == BW_40 &&
5910 pAdapter->CommonCfg.RegTransmitSetting.field.EXTCHA == EXTCHA_BELOW)
5912 // 40MHz ,control channel at upper
5913 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, BBP_R4, &bbpValue);
5914 bbpValue &= (~0x18);
5916 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R4, bbpValue);
5917 pAdapter->CommonCfg.BBPCurrentBW = BW_40;
5918 RTMP_IO_READ32(pAdapter, TX_BAND_CFG, &Value);
5920 RTMP_IO_WRITE32(pAdapter, TX_BAND_CFG, Value);
5922 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, BBP_R3, &bbpValue);
5924 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R3, bbpValue);
5925 pAdapter->CommonCfg.CentralChannel = pAdapter->CommonCfg.Channel - 2;
5926 AsicSwitchChannel(pAdapter, pAdapter->CommonCfg.CentralChannel, FALSE);
5927 AsicLockChannel(pAdapter, pAdapter->CommonCfg.CentralChannel);
5928 DBGPRINT(RT_DEBUG_TRACE, ("BW_40 ,control_channel(%d), CentralChannel(%d) \n",
5929 pAdapter->CommonCfg.Channel,
5930 pAdapter->CommonCfg.CentralChannel));
5933 #endif // DOT11_N_SUPPORT //
5936 RTMP_BBP_IO_READ8_BY_REG_ID(pAdapter, BBP_R4, &bbpValue);
5937 bbpValue &= (~0x18);
5938 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R4, bbpValue);
5939 pAdapter->CommonCfg.BBPCurrentBW = BW_20;
5940 AsicSwitchChannel(pAdapter, pAdapter->CommonCfg.Channel, FALSE);
5941 AsicLockChannel(pAdapter, pAdapter->CommonCfg.Channel);
5942 DBGPRINT(RT_DEBUG_TRACE, ("BW_20, Channel(%d)\n", pAdapter->CommonCfg.Channel));
5944 // Enable Rx with promiscuous reception
5945 RTMP_IO_WRITE32(pAdapter, RX_FILTR_CFG, 0x3);
5946 // ASIC supporsts sniffer function with replacing RSSI with timestamp.
5947 //RTMP_IO_READ32(pAdapter, MAC_SYS_CTRL, &Value);
5949 //RTMP_IO_WRITE32(pAdapter, MAC_SYS_CTRL, Value);
5951 RTMP_IO_READ32(pAdapter, BCN_TIME_CFG, &csr.word);
5952 csr.field.bBeaconGen = 0;
5953 csr.field.bTBTTEnable = 0;
5954 csr.field.TsfSyncMode = 0;
5955 RTMP_IO_WRITE32(pAdapter, BCN_TIME_CFG, csr.word);
5957 pAdapter->StaCfg.BssType = BSS_MONITOR;
5958 pAdapter->net_dev->type = ARPHRD_IEEE80211_PRISM; //ARPHRD_IEEE80211; // IEEE80211
5959 DBGPRINT(RT_DEBUG_TRACE, ("===>Set_NetworkType_Proc::(MONITOR)\n"));
5962 // Reset Ralink supplicant to not use, it will be set to start when UI set PMK key
5963 pAdapter->StaCfg.WpaState = SS_NOTUSE;
5965 DBGPRINT(RT_DEBUG_TRACE, ("Set_NetworkType_Proc::(NetworkType=%d)\n", pAdapter->StaCfg.BssType));
5971 ==========================================================================
5973 Set Authentication mode
5975 TRUE if all parameters are OK, FALSE otherwise
5976 ==========================================================================
5978 INT Set_AuthMode_Proc(
5979 IN PRTMP_ADAPTER pAdapter,
5982 if ((strcmp(arg, "WEPAUTO") == 0) || (strcmp(arg, "wepauto") == 0))
5983 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeAutoSwitch;
5984 else if ((strcmp(arg, "OPEN") == 0) || (strcmp(arg, "open") == 0))
5985 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeOpen;
5986 else if ((strcmp(arg, "SHARED") == 0) || (strcmp(arg, "shared") == 0))
5987 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeShared;
5988 else if ((strcmp(arg, "WPAPSK") == 0) || (strcmp(arg, "wpapsk") == 0))
5989 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPAPSK;
5990 else if ((strcmp(arg, "WPANONE") == 0) || (strcmp(arg, "wpanone") == 0))
5991 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPANone;
5992 else if ((strcmp(arg, "WPA2PSK") == 0) || (strcmp(arg, "wpa2psk") == 0))
5993 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA2PSK;
5994 #ifdef WPA_SUPPLICANT_SUPPORT
5995 else if ((strcmp(arg, "WPA") == 0) || (strcmp(arg, "wpa") == 0))
5996 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA;
5997 else if ((strcmp(arg, "WPA2") == 0) || (strcmp(arg, "wpa2") == 0))
5998 pAdapter->StaCfg.AuthMode = Ndis802_11AuthModeWPA2;
5999 #endif // WPA_SUPPLICANT_SUPPORT //
6003 pAdapter->StaCfg.PortSecured = WPA_802_1X_PORT_NOT_SECURED;
6005 DBGPRINT(RT_DEBUG_TRACE, ("Set_AuthMode_Proc::(AuthMode=%d)\n", pAdapter->StaCfg.AuthMode));
6011 ==========================================================================
6015 TRUE if all parameters are OK, FALSE otherwise
6016 ==========================================================================
6018 INT Set_EncrypType_Proc(
6019 IN PRTMP_ADAPTER pAdapter,
6022 if ((strcmp(arg, "NONE") == 0) || (strcmp(arg, "none") == 0))
6024 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6025 return TRUE; // do nothing
6027 pAdapter->StaCfg.WepStatus = Ndis802_11WEPDisabled;
6028 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
6029 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPDisabled;
6031 else if ((strcmp(arg, "WEP") == 0) || (strcmp(arg, "wep") == 0))
6033 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6034 return TRUE; // do nothing
6036 pAdapter->StaCfg.WepStatus = Ndis802_11WEPEnabled;
6037 pAdapter->StaCfg.PairCipher = Ndis802_11WEPEnabled;
6038 pAdapter->StaCfg.GroupCipher = Ndis802_11WEPEnabled;
6040 else if ((strcmp(arg, "TKIP") == 0) || (strcmp(arg, "tkip") == 0))
6042 if (pAdapter->StaCfg.AuthMode < Ndis802_11AuthModeWPA)
6043 return TRUE; // do nothing
6045 pAdapter->StaCfg.WepStatus = Ndis802_11Encryption2Enabled;
6046 pAdapter->StaCfg.PairCipher = Ndis802_11Encryption2Enabled;
6047 pAdapter->StaCfg.GroupCipher = Ndis802_11Encryption2Enabled;
6049 else if ((strcmp(arg, "AES") == 0) || (strcmp(arg, "aes") == 0))
6051 if (pAdapter->StaCfg.AuthMode < Ndis802_11AuthModeWPA)
6052 return TRUE; // do nothing
6054 pAdapter->StaCfg.WepStatus = Ndis802_11Encryption3Enabled;
6055 pAdapter->StaCfg.PairCipher = Ndis802_11Encryption3Enabled;
6056 pAdapter->StaCfg.GroupCipher = Ndis802_11Encryption3Enabled;
6061 pAdapter->StaCfg.OrigWepStatus = pAdapter->StaCfg.WepStatus;
6063 DBGPRINT(RT_DEBUG_TRACE, ("Set_EncrypType_Proc::(EncrypType=%d)\n", pAdapter->StaCfg.WepStatus));
6069 ==========================================================================
6073 TRUE if all parameters are OK, FALSE otherwise
6074 ==========================================================================
6076 INT Set_DefaultKeyID_Proc(
6077 IN PRTMP_ADAPTER pAdapter,
6082 KeyIdx = simple_strtol(arg, 0, 10);
6083 if((KeyIdx >= 1 ) && (KeyIdx <= 4))
6084 pAdapter->StaCfg.DefaultKeyId = (UCHAR) (KeyIdx - 1 );
6086 return FALSE; //Invalid argument
6088 DBGPRINT(RT_DEBUG_TRACE, ("Set_DefaultKeyID_Proc::(DefaultKeyID=%d)\n", pAdapter->StaCfg.DefaultKeyId));
6094 ==========================================================================
6098 TRUE if all parameters are OK, FALSE otherwise
6099 ==========================================================================
6102 IN PRTMP_ADAPTER pAdapter,
6107 UCHAR CipherAlg=CIPHER_WEP64;
6109 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6110 return TRUE; // do nothing
6112 KeyLen = strlen(arg);
6116 case 5: //wep 40 Ascii type
6117 pAdapter->SharedKey[BSS0][0].KeyLen = KeyLen;
6118 memcpy(pAdapter->SharedKey[BSS0][0].Key, arg, KeyLen);
6119 CipherAlg = CIPHER_WEP64;
6120 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key1_Proc::(Key1=%s and type=%s)\n", arg, "Ascii"));
6122 case 10: //wep 40 Hex type
6123 for(i=0; i < KeyLen; i++)
6125 if( !isxdigit(*(arg+i)) )
6126 return FALSE; //Not Hex value;
6128 pAdapter->SharedKey[BSS0][0].KeyLen = KeyLen / 2 ;
6129 AtoH(arg, pAdapter->SharedKey[BSS0][0].Key, KeyLen / 2);
6130 CipherAlg = CIPHER_WEP64;
6131 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key1_Proc::(Key1=%s and type=%s)\n", arg, "Hex"));
6133 case 13: //wep 104 Ascii type
6134 pAdapter->SharedKey[BSS0][0].KeyLen = KeyLen;
6135 memcpy(pAdapter->SharedKey[BSS0][0].Key, arg, KeyLen);
6136 CipherAlg = CIPHER_WEP128;
6137 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key1_Proc::(Key1=%s and type=%s)\n", arg, "Ascii"));
6139 case 26: //wep 104 Hex type
6140 for(i=0; i < KeyLen; i++)
6142 if( !isxdigit(*(arg+i)) )
6143 return FALSE; //Not Hex value;
6145 pAdapter->SharedKey[BSS0][0].KeyLen = KeyLen / 2 ;
6146 AtoH(arg, pAdapter->SharedKey[BSS0][0].Key, KeyLen / 2);
6147 CipherAlg = CIPHER_WEP128;
6148 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key1_Proc::(Key1=%s and type=%s)\n", arg, "Hex"));
6150 default: //Invalid argument
6151 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key1_Proc::Invalid argument (=%s)\n", arg));
6155 pAdapter->SharedKey[BSS0][0].CipherAlg = CipherAlg;
6157 // Set keys (into ASIC)
6158 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6160 else // Old WEP stuff
6162 AsicAddSharedKeyEntry(pAdapter,
6165 pAdapter->SharedKey[BSS0][0].CipherAlg,
6166 pAdapter->SharedKey[BSS0][0].Key,
6174 ==========================================================================
6179 TRUE if all parameters are OK, FALSE otherwise
6180 ==========================================================================
6183 IN PRTMP_ADAPTER pAdapter,
6188 UCHAR CipherAlg=CIPHER_WEP64;
6190 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6191 return TRUE; // do nothing
6193 KeyLen = strlen(arg);
6197 case 5: //wep 40 Ascii type
6198 pAdapter->SharedKey[BSS0][1].KeyLen = KeyLen;
6199 memcpy(pAdapter->SharedKey[BSS0][1].Key, arg, KeyLen);
6200 CipherAlg = CIPHER_WEP64;
6201 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key2_Proc::(Key2=%s and type=%s)\n", arg, "Ascii"));
6203 case 10: //wep 40 Hex type
6204 for(i=0; i < KeyLen; i++)
6206 if( !isxdigit(*(arg+i)) )
6207 return FALSE; //Not Hex value;
6209 pAdapter->SharedKey[BSS0][1].KeyLen = KeyLen / 2 ;
6210 AtoH(arg, pAdapter->SharedKey[BSS0][1].Key, KeyLen / 2);
6211 CipherAlg = CIPHER_WEP64;
6212 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key2_Proc::(Key2=%s and type=%s)\n", arg, "Hex"));
6214 case 13: //wep 104 Ascii type
6215 pAdapter->SharedKey[BSS0][1].KeyLen = KeyLen;
6216 memcpy(pAdapter->SharedKey[BSS0][1].Key, arg, KeyLen);
6217 CipherAlg = CIPHER_WEP128;
6218 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key2_Proc::(Key2=%s and type=%s)\n", arg, "Ascii"));
6220 case 26: //wep 104 Hex type
6221 for(i=0; i < KeyLen; i++)
6223 if( !isxdigit(*(arg+i)) )
6224 return FALSE; //Not Hex value;
6226 pAdapter->SharedKey[BSS0][1].KeyLen = KeyLen / 2 ;
6227 AtoH(arg, pAdapter->SharedKey[BSS0][1].Key, KeyLen / 2);
6228 CipherAlg = CIPHER_WEP128;
6229 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key2_Proc::(Key2=%s and type=%s)\n", arg, "Hex"));
6231 default: //Invalid argument
6232 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key2_Proc::Invalid argument (=%s)\n", arg));
6235 pAdapter->SharedKey[BSS0][1].CipherAlg = CipherAlg;
6237 // Set keys (into ASIC)
6238 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6240 else // Old WEP stuff
6242 AsicAddSharedKeyEntry(pAdapter,
6245 pAdapter->SharedKey[BSS0][1].CipherAlg,
6246 pAdapter->SharedKey[BSS0][1].Key,
6254 ==========================================================================
6258 TRUE if all parameters are OK, FALSE otherwise
6259 ==========================================================================
6262 IN PRTMP_ADAPTER pAdapter,
6267 UCHAR CipherAlg=CIPHER_WEP64;
6269 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6270 return TRUE; // do nothing
6272 KeyLen = strlen(arg);
6276 case 5: //wep 40 Ascii type
6277 pAdapter->SharedKey[BSS0][2].KeyLen = KeyLen;
6278 memcpy(pAdapter->SharedKey[BSS0][2].Key, arg, KeyLen);
6279 CipherAlg = CIPHER_WEP64;
6280 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key3_Proc::(Key3=%s and type=Ascii)\n", arg));
6282 case 10: //wep 40 Hex type
6283 for(i=0; i < KeyLen; i++)
6285 if( !isxdigit(*(arg+i)) )
6286 return FALSE; //Not Hex value;
6288 pAdapter->SharedKey[BSS0][2].KeyLen = KeyLen / 2 ;
6289 AtoH(arg, pAdapter->SharedKey[BSS0][2].Key, KeyLen / 2);
6290 CipherAlg = CIPHER_WEP64;
6291 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key3_Proc::(Key3=%s and type=Hex)\n", arg));
6293 case 13: //wep 104 Ascii type
6294 pAdapter->SharedKey[BSS0][2].KeyLen = KeyLen;
6295 memcpy(pAdapter->SharedKey[BSS0][2].Key, arg, KeyLen);
6296 CipherAlg = CIPHER_WEP128;
6297 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key3_Proc::(Key3=%s and type=Ascii)\n", arg));
6299 case 26: //wep 104 Hex type
6300 for(i=0; i < KeyLen; i++)
6302 if( !isxdigit(*(arg+i)) )
6303 return FALSE; //Not Hex value;
6305 pAdapter->SharedKey[BSS0][2].KeyLen = KeyLen / 2 ;
6306 AtoH(arg, pAdapter->SharedKey[BSS0][2].Key, KeyLen / 2);
6307 CipherAlg = CIPHER_WEP128;
6308 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key3_Proc::(Key3=%s and type=Hex)\n", arg));
6310 default: //Invalid argument
6311 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key3_Proc::Invalid argument (=%s)\n", arg));
6314 pAdapter->SharedKey[BSS0][2].CipherAlg = CipherAlg;
6316 // Set keys (into ASIC)
6317 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6319 else // Old WEP stuff
6321 AsicAddSharedKeyEntry(pAdapter,
6324 pAdapter->SharedKey[BSS0][2].CipherAlg,
6325 pAdapter->SharedKey[BSS0][2].Key,
6333 ==========================================================================
6337 TRUE if all parameters are OK, FALSE otherwise
6338 ==========================================================================
6341 IN PRTMP_ADAPTER pAdapter,
6346 UCHAR CipherAlg=CIPHER_WEP64;
6348 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6349 return TRUE; // do nothing
6351 KeyLen = strlen(arg);
6355 case 5: //wep 40 Ascii type
6356 pAdapter->SharedKey[BSS0][3].KeyLen = KeyLen;
6357 memcpy(pAdapter->SharedKey[BSS0][3].Key, arg, KeyLen);
6358 CipherAlg = CIPHER_WEP64;
6359 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key4_Proc::(Key4=%s and type=%s)\n", arg, "Ascii"));
6361 case 10: //wep 40 Hex type
6362 for(i=0; i < KeyLen; i++)
6364 if( !isxdigit(*(arg+i)) )
6365 return FALSE; //Not Hex value;
6367 pAdapter->SharedKey[BSS0][3].KeyLen = KeyLen / 2 ;
6368 AtoH(arg, pAdapter->SharedKey[BSS0][3].Key, KeyLen / 2);
6369 CipherAlg = CIPHER_WEP64;
6370 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key4_Proc::(Key4=%s and type=%s)\n", arg, "Hex"));
6372 case 13: //wep 104 Ascii type
6373 pAdapter->SharedKey[BSS0][3].KeyLen = KeyLen;
6374 memcpy(pAdapter->SharedKey[BSS0][3].Key, arg, KeyLen);
6375 CipherAlg = CIPHER_WEP128;
6376 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key4_Proc::(Key4=%s and type=%s)\n", arg, "Ascii"));
6378 case 26: //wep 104 Hex type
6379 for(i=0; i < KeyLen; i++)
6381 if( !isxdigit(*(arg+i)) )
6382 return FALSE; //Not Hex value;
6384 pAdapter->SharedKey[BSS0][3].KeyLen = KeyLen / 2 ;
6385 AtoH(arg, pAdapter->SharedKey[BSS0][3].Key, KeyLen / 2);
6386 CipherAlg = CIPHER_WEP128;
6387 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key4_Proc::(Key4=%s and type=%s)\n", arg, "Hex"));
6389 default: //Invalid argument
6390 DBGPRINT(RT_DEBUG_TRACE, ("Set_Key4_Proc::Invalid argument (=%s)\n", arg));
6393 pAdapter->SharedKey[BSS0][3].CipherAlg = CipherAlg;
6395 // Set keys (into ASIC)
6396 if (pAdapter->StaCfg.AuthMode >= Ndis802_11AuthModeWPA)
6398 else // Old WEP stuff
6400 AsicAddSharedKeyEntry(pAdapter,
6403 pAdapter->SharedKey[BSS0][3].CipherAlg,
6404 pAdapter->SharedKey[BSS0][3].Key,
6413 ==========================================================================
6417 TRUE if all parameters are OK, FALSE otherwise
6418 ==========================================================================
6420 INT Set_WPAPSK_Proc(
6421 IN PRTMP_ADAPTER pAdapter,
6424 UCHAR keyMaterial[40];
6426 if ((pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPAPSK) &&
6427 (pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPA2PSK) &&
6428 (pAdapter->StaCfg.AuthMode != Ndis802_11AuthModeWPANone)
6430 return TRUE; // do nothing
6432 DBGPRINT(RT_DEBUG_TRACE, ("Set_WPAPSK_Proc::(WPAPSK=%s)\n", arg));
6434 NdisZeroMemory(keyMaterial, 40);
6436 if ((strlen(arg) < 8) || (strlen(arg) > 64))
6438 DBGPRINT(RT_DEBUG_TRACE, ("Set failed!!(WPAPSK=%s), WPAPSK key-string required 8 ~ 64 characters \n", arg));
6442 if (strlen(arg) == 64)
6444 AtoH(arg, keyMaterial, 32);
6445 NdisMoveMemory(pAdapter->StaCfg.PMK, keyMaterial, 32);
6450 PasswordHash((char *)arg, pAdapter->MlmeAux.Ssid, pAdapter->MlmeAux.SsidLen, keyMaterial);
6451 NdisMoveMemory(pAdapter->StaCfg.PMK, keyMaterial, 32);
6456 if(pAdapter->StaCfg.BssType == BSS_ADHOC &&
6457 pAdapter->StaCfg.AuthMode == Ndis802_11AuthModeWPANone)
6459 pAdapter->StaCfg.WpaState = SS_NOTUSE;
6463 // Start STA supplicant state machine
6464 pAdapter->StaCfg.WpaState = SS_START;
6471 ==========================================================================
6473 Set Power Saving mode
6475 TRUE if all parameters are OK, FALSE otherwise
6476 ==========================================================================
6478 INT Set_PSMode_Proc(
6479 IN PRTMP_ADAPTER pAdapter,
6482 if (pAdapter->StaCfg.BssType == BSS_INFRA)
6484 if ((strcmp(arg, "Max_PSP") == 0) ||
6485 (strcmp(arg, "max_psp") == 0) ||
6486 (strcmp(arg, "MAX_PSP") == 0))
6488 // do NOT turn on PSM bit here, wait until MlmeCheckForPsmChange()
6489 // to exclude certain situations.
6490 if (pAdapter->StaCfg.bWindowsACCAMEnable == FALSE)
6491 pAdapter->StaCfg.WindowsPowerMode = Ndis802_11PowerModeMAX_PSP;
6492 pAdapter->StaCfg.WindowsBatteryPowerMode = Ndis802_11PowerModeMAX_PSP;
6493 OPSTATUS_SET_FLAG(pAdapter, fOP_STATUS_RECEIVE_DTIM);
6494 pAdapter->StaCfg.DefaultListenCount = 5;
6497 else if ((strcmp(arg, "Fast_PSP") == 0) ||
6498 (strcmp(arg, "fast_psp") == 0) ||
6499 (strcmp(arg, "FAST_PSP") == 0))
6501 // do NOT turn on PSM bit here, wait until MlmeCheckForPsmChange()
6502 // to exclude certain situations.
6503 OPSTATUS_SET_FLAG(pAdapter, fOP_STATUS_RECEIVE_DTIM);
6504 if (pAdapter->StaCfg.bWindowsACCAMEnable == FALSE)
6505 pAdapter->StaCfg.WindowsPowerMode = Ndis802_11PowerModeFast_PSP;
6506 pAdapter->StaCfg.WindowsBatteryPowerMode = Ndis802_11PowerModeFast_PSP;
6507 pAdapter->StaCfg.DefaultListenCount = 3;
6509 else if ((strcmp(arg, "Legacy_PSP") == 0) ||
6510 (strcmp(arg, "legacy_psp") == 0) ||
6511 (strcmp(arg, "LEGACY_PSP") == 0))
6513 // do NOT turn on PSM bit here, wait until MlmeCheckForPsmChange()
6514 // to exclude certain situations.
6515 OPSTATUS_SET_FLAG(pAdapter, fOP_STATUS_RECEIVE_DTIM);
6516 if (pAdapter->StaCfg.bWindowsACCAMEnable == FALSE)
6517 pAdapter->StaCfg.WindowsPowerMode = Ndis802_11PowerModeLegacy_PSP;
6518 pAdapter->StaCfg.WindowsBatteryPowerMode = Ndis802_11PowerModeLegacy_PSP;
6519 pAdapter->StaCfg.DefaultListenCount = 3;
6523 //Default Ndis802_11PowerModeCAM
6524 // clear PSM bit immediately
6525 MlmeSetPsmBit(pAdapter, PWR_ACTIVE);
6526 OPSTATUS_SET_FLAG(pAdapter, fOP_STATUS_RECEIVE_DTIM);
6527 if (pAdapter->StaCfg.bWindowsACCAMEnable == FALSE)
6528 pAdapter->StaCfg.WindowsPowerMode = Ndis802_11PowerModeCAM;
6529 pAdapter->StaCfg.WindowsBatteryPowerMode = Ndis802_11PowerModeCAM;
6532 DBGPRINT(RT_DEBUG_TRACE, ("Set_PSMode_Proc::(PSMode=%ld)\n", pAdapter->StaCfg.WindowsPowerMode));
6541 #ifdef WPA_SUPPLICANT_SUPPORT
6543 ==========================================================================
6545 Set WpaSupport flag.
6547 0: Driver ignore wpa_supplicant.
6548 1: wpa_supplicant initiates scanning and AP selection.
6549 2: driver takes care of scanning, AP selection, and IEEE 802.11 association parameters.
6551 TRUE if all parameters are OK, FALSE otherwise
6552 ==========================================================================
6554 INT Set_Wpa_Support(
6555 IN PRTMP_ADAPTER pAd,
6559 if ( simple_strtol(arg, 0, 10) == 0)
6560 pAd->StaCfg.WpaSupplicantUP = WPA_SUPPLICANT_DISABLE;
6561 else if ( simple_strtol(arg, 0, 10) == 1)
6562 pAd->StaCfg.WpaSupplicantUP = WPA_SUPPLICANT_ENABLE;
6563 else if ( simple_strtol(arg, 0, 10) == 2)
6564 pAd->StaCfg.WpaSupplicantUP = WPA_SUPPLICANT_ENABLE_WITH_WEB_UI;
6566 pAd->StaCfg.WpaSupplicantUP = WPA_SUPPLICANT_DISABLE;
6568 DBGPRINT(RT_DEBUG_TRACE, ("Set_Wpa_Support::(WpaSupplicantUP=%d)\n", pAd->StaCfg.WpaSupplicantUP));
6572 #endif // WPA_SUPPLICANT_SUPPORT //
6576 ==========================================================================
6580 pAdapter Pointer to our adapter
6581 wrq Pointer to the ioctl argument
6588 1.) iwpriv ra0 mac 0 ==> read MAC where Addr=0x0
6589 2.) iwpriv ra0 mac 0=12 ==> write MAC where Addr=0x0, value=12
6590 ==========================================================================
6593 IN PRTMP_ADAPTER pAdapter,
6594 IN struct iwreq *wrq)
6602 UCHAR temp[16], temp2[16];
6603 UINT32 macValue = 0;
6607 memset(msg, 0x00, 1024);
6608 if (wrq->u.data.length > 1) //No parameters.
6610 Status = copy_from_user(arg, wrq->u.data.pointer, (wrq->u.data.length > 255) ? 255 : wrq->u.data.length);
6613 //Parsing Read or Write
6618 if ((value = rtstrchr(this_char, '=')) != NULL)
6621 if (!value || !*value)
6624 if(strlen(this_char) > 4)
6627 j = strlen(this_char);
6630 if(this_char[j] > 'f' || this_char[j] < '0')
6635 k = j = strlen(this_char);
6638 this_char[4-k+j] = this_char[j];
6642 this_char[3-k++]='0';
6645 if(strlen(this_char) == 4)
6647 AtoH(this_char, temp, 2);
6648 macAddr = *temp*256 + temp[1];
6649 if (macAddr < 0xFFFF)
6651 RTMP_IO_READ32(pAdapter, macAddr, &macValue);
6652 DBGPRINT(RT_DEBUG_TRACE, ("MacAddr=%lx, MacValue=%x\n", macAddr, macValue));
6653 sprintf(msg+strlen(msg), "[0x%08lX]:%08X ", macAddr , macValue);
6656 {//Invalid parametes, so default printk all bbp
6663 memcpy(&temp2, value, strlen(value));
6664 temp2[strlen(value)] = '\0';
6667 if((strlen(this_char) > 4) || strlen(temp2) > 8)
6670 j = strlen(this_char);
6673 if(this_char[j] > 'f' || this_char[j] < '0')
6680 if(temp2[j] > 'f' || temp2[j] < '0')
6685 k = j = strlen(this_char);
6688 this_char[4-k+j] = this_char[j];
6692 this_char[3-k++]='0';
6696 k = j = strlen(temp2);
6699 temp2[8-k+j] = temp2[j];
6707 AtoH(this_char, temp, 2);
6708 macAddr = *temp*256 + temp[1];
6710 AtoH(temp2, temp, 4);
6711 macValue = *temp*256*256*256 + temp[1]*256*256 + temp[2]*256 + temp[3];
6714 if (macAddr == (HW_DEBUG_SETTING_BASE + 4))
6716 // 0x2bf4: byte0 non-zero: enable R17 tuning, 0: disable R17 tuning
6717 if (macValue & 0x000000ff)
6719 pAdapter->BbpTuning.bEnable = TRUE;
6720 DBGPRINT(RT_DEBUG_TRACE,("turn on R17 tuning\n"));
6725 pAdapter->BbpTuning.bEnable = FALSE;
6726 R66 = 0x26 + GET_LNA_GAIN(pAdapter);
6728 if (ATE_ON(pAdapter))
6730 ATE_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R66, (0x26 + GET_LNA_GAIN(pAdapter)));
6733 #endif // RALINK_ATE //
6734 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAdapter, BBP_R66, (0x26 + GET_LNA_GAIN(pAdapter)));
6735 DBGPRINT(RT_DEBUG_TRACE,("turn off R17 tuning, restore to 0x%02x\n", R66));
6740 DBGPRINT(RT_DEBUG_TRACE, ("MacAddr=%02lx, MacValue=0x%x\n", macAddr, macValue));
6742 RTMP_IO_WRITE32(pAdapter, macAddr, macValue);
6743 sprintf(msg+strlen(msg), "[0x%08lX]:%08X ", macAddr, macValue);
6748 if(strlen(msg) == 1)
6749 sprintf(msg+strlen(msg), "===>Error command format!");
6751 // Copy the information into the user buffer
6752 wrq->u.data.length = strlen(msg);
6753 Status = copy_to_user(wrq->u.data.pointer, msg, wrq->u.data.length);
6755 DBGPRINT(RT_DEBUG_TRACE, ("<==RTMPIoctlMAC\n\n"));
6759 ==========================================================================
6763 pAdapter Pointer to our adapter
6764 wrq Pointer to the ioctl argument
6771 1.) iwpriv ra0 e2p 0 ==> read E2PROM where Addr=0x0
6772 2.) iwpriv ra0 e2p 0=1234 ==> write E2PROM where Addr=0x0, value=1234
6773 ==========================================================================
6775 VOID RTMPIoctlE2PROM(
6776 IN PRTMP_ADAPTER pAdapter,
6777 IN struct iwreq *wrq)
6785 UCHAR temp[16], temp2[16];
6790 memset(msg, 0x00, 1024);
6791 if (wrq->u.data.length > 1) //No parameters.
6793 Status = copy_from_user(arg, wrq->u.data.pointer, (wrq->u.data.length > 255) ? 255 : wrq->u.data.length);
6796 //Parsing Read or Write
6803 if ((value = rtstrchr(this_char, '=')) != NULL)
6806 if (!value || !*value)
6810 if(strlen(this_char) > 4)
6813 j = strlen(this_char);
6816 if(this_char[j] > 'f' || this_char[j] < '0')
6821 k = j = strlen(this_char);
6824 this_char[4-k+j] = this_char[j];
6828 this_char[3-k++]='0';
6831 if(strlen(this_char) == 4)
6833 AtoH(this_char, temp, 2);
6834 eepAddr = *temp*256 + temp[1];
6835 if (eepAddr < 0xFFFF)
6837 RT28xx_EEPROM_READ16(pAdapter, eepAddr, eepValue);
6838 sprintf(msg+strlen(msg), "[0x%04X]:0x%04X ", eepAddr , eepValue);
6841 {//Invalid parametes, so default printk all bbp
6848 memcpy(&temp2, value, strlen(value));
6849 temp2[strlen(value)] = '\0';
6852 if((strlen(this_char) > 4) || strlen(temp2) > 8)
6855 j = strlen(this_char);
6858 if(this_char[j] > 'f' || this_char[j] < '0')
6864 if(temp2[j] > 'f' || temp2[j] < '0')
6869 k = j = strlen(this_char);
6872 this_char[4-k+j] = this_char[j];
6876 this_char[3-k++]='0';
6880 k = j = strlen(temp2);
6883 temp2[4-k+j] = temp2[j];
6890 AtoH(this_char, temp, 2);
6891 eepAddr = *temp*256 + temp[1];
6893 AtoH(temp2, temp, 2);
6894 eepValue = *temp*256 + temp[1];
6896 RT28xx_EEPROM_WRITE16(pAdapter, eepAddr, eepValue);
6897 sprintf(msg+strlen(msg), "[0x%02X]:%02X ", eepAddr, eepValue);
6901 if(strlen(msg) == 1)
6902 sprintf(msg+strlen(msg), "===>Error command format!");
6905 // Copy the information into the user buffer
6906 wrq->u.data.length = strlen(msg);
6907 Status = copy_to_user(wrq->u.data.pointer, msg, wrq->u.data.length);
6909 DBGPRINT(RT_DEBUG_TRACE, ("<==RTMPIoctlE2PROM\n"));
6916 INT Set_TGnWifiTest_Proc(
6917 IN PRTMP_ADAPTER pAd,
6920 if (simple_strtol(arg, 0, 10) == 0)
6921 pAd->StaCfg.bTGnWifiTest = FALSE;
6923 pAd->StaCfg.bTGnWifiTest = TRUE;
6925 DBGPRINT(RT_DEBUG_TRACE, ("IF Set_TGnWifiTest_Proc::(bTGnWifiTest=%d)\n", pAd->StaCfg.bTGnWifiTest));
6929 INT Set_LongRetryLimit_Proc(
6930 IN PRTMP_ADAPTER pAdapter,
6933 TX_RTY_CFG_STRUC tx_rty_cfg;
6934 UCHAR LongRetryLimit = (UCHAR)simple_strtol(arg, 0, 10);
6936 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
6937 tx_rty_cfg.field.LongRtyLimit = LongRetryLimit;
6938 RTMP_IO_WRITE32(pAdapter, TX_RTY_CFG, tx_rty_cfg.word);
6939 DBGPRINT(RT_DEBUG_TRACE, ("IF Set_LongRetryLimit_Proc::(tx_rty_cfg=0x%x)\n", tx_rty_cfg.word));
6943 INT Set_ShortRetryLimit_Proc(
6944 IN PRTMP_ADAPTER pAdapter,
6947 TX_RTY_CFG_STRUC tx_rty_cfg;
6948 UCHAR ShortRetryLimit = (UCHAR)simple_strtol(arg, 0, 10);
6950 RTMP_IO_READ32(pAdapter, TX_RTY_CFG, &tx_rty_cfg.word);
6951 tx_rty_cfg.field.ShortRtyLimit = ShortRetryLimit;
6952 RTMP_IO_WRITE32(pAdapter, TX_RTY_CFG, tx_rty_cfg.word);
6953 DBGPRINT(RT_DEBUG_TRACE, ("IF Set_ShortRetryLimit_Proc::(tx_rty_cfg=0x%x)\n", tx_rty_cfg.word));
6957 #ifdef EXT_BUILD_CHANNEL_LIST
6958 INT Set_Ieee80211dClientMode_Proc(
6959 IN PRTMP_ADAPTER pAdapter,
6962 if (simple_strtol(arg, 0, 10) == 0)
6963 pAdapter->StaCfg.IEEE80211dClientMode = Rt802_11_D_None;
6964 else if (simple_strtol(arg, 0, 10) == 1)
6965 pAdapter->StaCfg.IEEE80211dClientMode = Rt802_11_D_Flexible;
6966 else if (simple_strtol(arg, 0, 10) == 2)
6967 pAdapter->StaCfg.IEEE80211dClientMode = Rt802_11_D_Strict;
6971 DBGPRINT(RT_DEBUG_TRACE, ("Set_Ieee802dMode_Proc::(IEEEE0211dMode=%d)\n", pAdapter->StaCfg.IEEE80211dClientMode));
6974 #endif // EXT_BUILD_CHANNEL_LIST //
6976 #ifdef CARRIER_DETECTION_SUPPORT
6977 INT Set_CarrierDetect_Proc(
6978 IN PRTMP_ADAPTER pAd,
6981 if (simple_strtol(arg, 0, 10) == 0)
6982 pAd->CommonCfg.CarrierDetect.Enable = FALSE;
6984 pAd->CommonCfg.CarrierDetect.Enable = TRUE;
6986 DBGPRINT(RT_DEBUG_TRACE, ("IF Set_CarrierDetect_Proc::(CarrierDetect.Enable=%d)\n", pAd->CommonCfg.CarrierDetect.Enable));
6989 #endif // CARRIER_DETECTION_SUPPORT //
6992 INT Show_Adhoc_MacTable_Proc(
6993 IN PRTMP_ADAPTER pAd,
6998 sprintf(extra, "\n");
7000 #ifdef DOT11_N_SUPPORT
7001 sprintf(extra, "%sHT Operating Mode : %d\n", extra, pAd->CommonCfg.AddHTInfo.AddHtInfo2.OperaionMode);
7002 #endif // DOT11_N_SUPPORT //
7004 sprintf(extra, "%s\n%-19s%-4s%-4s%-7s%-7s%-7s%-10s%-6s%-6s%-6s%-6s\n", extra,
7005 "MAC", "AID", "BSS", "RSSI0", "RSSI1", "RSSI2", "PhMd", "BW", "MCS", "SGI", "STBC");
7007 for (i=1; i<MAX_LEN_OF_MAC_TABLE; i++)
7009 PMAC_TABLE_ENTRY pEntry = &pAd->MacTab.Content[i];
7011 if (strlen(extra) > (IW_PRIV_SIZE_MASK - 30))
7013 if ((pEntry->ValidAsCLI || pEntry->ValidAsApCli) && (pEntry->Sst == SST_ASSOC))
7015 sprintf(extra, "%s%02X:%02X:%02X:%02X:%02X:%02X ", extra,
7016 pEntry->Addr[0], pEntry->Addr[1], pEntry->Addr[2],
7017 pEntry->Addr[3], pEntry->Addr[4], pEntry->Addr[5]);
7018 sprintf(extra, "%s%-4d", extra, (int)pEntry->Aid);
7019 sprintf(extra, "%s%-4d", extra, (int)pEntry->apidx);
7020 sprintf(extra, "%s%-7d", extra, pEntry->RssiSample.AvgRssi0);
7021 sprintf(extra, "%s%-7d", extra, pEntry->RssiSample.AvgRssi1);
7022 sprintf(extra, "%s%-7d", extra, pEntry->RssiSample.AvgRssi2);
7023 sprintf(extra, "%s%-10s", extra, GetPhyMode(pEntry->HTPhyMode.field.MODE));
7024 sprintf(extra, "%s%-6s", extra, GetBW(pEntry->HTPhyMode.field.BW));
7025 sprintf(extra, "%s%-6d", extra, pEntry->HTPhyMode.field.MCS);
7026 sprintf(extra, "%s%-6d", extra, pEntry->HTPhyMode.field.ShortGI);
7027 sprintf(extra, "%s%-6d", extra, pEntry->HTPhyMode.field.STBC);
7028 sprintf(extra, "%s%-10d, %d, %d%%\n", extra, pEntry->DebugFIFOCount, pEntry->DebugTxCount,
7029 (pEntry->DebugTxCount) ? ((pEntry->DebugTxCount-pEntry->DebugFIFOCount)*100/pEntry->DebugTxCount) : 0);
7030 sprintf(extra, "%s\n", extra);