在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → linux 360wifi3代驱动

linux 360wifi3代驱动

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.16M
  • 下载次数:3
  • 浏览次数:275
  • 发布时间:2020-10-22
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
linux 360wifi3代驱动带有ap和sta模式,ap已经可以使用,sta还没有试过
【实例截图】
【核心代码】
MT7603U_DPA_LinuxSTA_3.0.0.4_20140825
└── MT7603U_DPA_LinuxSTA_3.0.0.4_20140825
├── DPA
│   ├── ap
│   │   ├── ap_assoc.c
│   │   ├── ap_auth.c
│   │   ├── ap_autoChSel.c
│   │   ├── ap.c
│   │   ├── ap_cfg.c
│   │   ├── apcli_link_cover.c
│   │   ├── ap_connect.c
│   │   ├── ap_data.c
│   │   ├── ap_dls.c
│   │   ├── ap_ftkd.c
│   │   ├── ap_ids.c
│   │   ├── ap_mbss.c
│   │   ├── ap_mbss_inf.c
│   │   ├── ap_mlme.c
│   │   ├── ap_nps.c
│   │   ├── ap_qload.c
│   │   ├── ap_repeater.c
│   │   ├── ap_sanity.c
│   │   ├── ap_sync.c
│   │   ├── ap_wds_inf.c
│   │   └── ap_wpa.c
│   ├── ate
│   │   ├── ate_agent.c
│   │   ├── include
│   │   │   ├── ate_agent.h
│   │   │   ├── ate.h
│   │   │   ├── qa_agent.h
│   │   │   ├── rt_ate.h
│   │   │   └── rt_qa.h
│   │   ├── mt_mac
│   │   │   └── mt_ate.c
│   │   └── qa_agent.c
│   ├── chips
│   │   ├── mt7603.c
│   │   ├── mt7603.o
│   │   ├── mt7628.c
│   │   ├── mt7636.c
│   │   ├── rt28xx.c
│   │   ├── rt65xx.c
│   │   ├── rtmp_chip.c
│   │   ├── rtmp_chip.o
│   │   └── rtxx_dft.c
│   ├── common
│   │   ├── action.c
│   │   ├── action.o
│   │   ├── ba_action.c
│   │   ├── ba_action.o
│   │   ├── client_wds.c
│   │   ├── cmm_aes.c
│   │   ├── cmm_aes.o
│   │   ├── cmm_cfg.c
│   │   ├── cmm_cfg.o
│   │   ├── cmm_cmd.c
│   │   ├── cmm_cmd.o
│   │   ├── cmm_cs.c
│   │   ├── cmm_data.c
│   │   ├── cmm_data.o
│   │   ├── cmm_data_sdio.c
│   │   ├── cmm_data_usb.c
│   │   ├── cmm_data_usb.o
│   │   ├── cmm_dfs.c
│   │   ├── cmm_info.c
│   │   ├── cmm_info.o
│   │   ├── cmm_loft_cal.c
│   │   ├── cmm_mac_sdio.c
│   │   ├── cmm_mac_usb.c
│   │   ├── cmm_mac_usb.o
│   │   ├── cmm_mat.c
│   │   ├── cmm_mat_iparp.c
│   │   ├── cmm_mat_ipv6.c
│   │   ├── cmm_mat_pppoe.c
│   │   ├── cmm_profile.c
│   │   ├── cmm_profile.o
│   │   ├── cmm_radar.c
│   │   ├── cmm_radar.o
│   │   ├── cmm_rf_cal.c
│   │   ├── cmm_sanity.c
│   │   ├── cmm_sanity.o
│   │   ├── cmm_sync.c
│   │   ├── cmm_sync.o
│   │   ├── cmm_tkip.c
│   │   ├── cmm_tkip.o
│   │   ├── cmm_usb_io.c
│   │   ├── cmm_usb_io.o
│   │   ├── cmm_video.c
│   │   ├── cmm_wep.c
│   │   ├── cmm_wep.o
│   │   ├── cmm_wpa_adhoc.c
│   │   ├── cmm_wpa_adhoc.o
│   │   ├── cmm_wpa.c
│   │   ├── cmm_wpa.o
│   │   ├── crypt_aes.c
│   │   ├── crypt_aes.o
│   │   ├── crypt_arc4.c
│   │   ├── crypt_arc4.o
│   │   ├── crypt_biginteger.c
│   │   ├── crypt_dh.c
│   │   ├── crypt_hmac.c
│   │   ├── crypt_hmac.o
│   │   ├── crypt_md5.c
│   │   ├── crypt_md5.o
│   │   ├── crypt_sha2.c
│   │   ├── crypt_sha2.o
│   │   ├── ee_efuse.c
│   │   ├── ee_efuse.o
│   │   ├── ee_flash.c
│   │   ├── ee_prom.c
│   │   ├── eeprom.c
│   │   ├── ee_prom.o
│   │   ├── eeprom.o
│   │   ├── frq_cal.c
│   │   ├── gas.c
│   │   ├── hotspot.c
│   │   ├── igmp_snoop.c
│   │   ├── misc.c
│   │   ├── mlme.c
│   │   ├── mlme.o
│   │   ├── mt_io.c
│   │   ├── mt_io.o
│   │   ├── mt_ps.c
│   │   ├── mt_ps.o
│   │   ├── mtsdio_data.c
│   │   ├── mtsdio_io.c
│   │   ├── mtusb_io.c
│   │   ├── mtusb_io.o
│   │   ├── netif_block.c
│   │   ├── nfc.c
│   │   ├── pmf.c
│   │   ├── ps.c
│   │   ├── ps.o
│   │   ├── ral_ps.c
│   │   ├── rt2860.bin.dfs
│   │   ├── rt2870.bin
│   │   ├── rt2870.bin.host_status
│   │   ├── rt2870_sw_ch_offload.bin
│   │   ├── rt2870_wow.bin
│   │   ├── RT85592.bin
│   │   ├── rt_channel.c
│   │   ├── rt_channel.o
│   │   ├── rt_led.c
│   │   ├── rtmp_init.c
│   │   ├── rtmp_init_inf.c
│   │   ├── rtmp_init_inf.o
│   │   ├── rtmp_init.o
│   │   ├── rtmp_timer.c
│   │   ├── rtmp_timer.o
│   │   ├── rt_os_util.c
│   │   ├── rt_os_util.o
│   │   ├── rtusb_bulk.c
│   │   ├── rtusb_bulk.o
│   │   ├── rtusb_data.c
│   │   ├── rtusb_data.o
│   │   ├── rtusb_dev_id.c
│   │   ├── rtusb_dev_id.o
│   │   ├── rtusb_io.c
│   │   ├── scan.c
│   │   ├── scan.o
│   │   ├── spectrum.c
│   │   ├── spectrum.o
│   │   ├── sys_log.c
│   │   ├── sys_log.o
│   │   ├── txpower.c
│   │   ├── txpower.o
│   │   ├── uapsd.c
│   │   ├── uapsd.o
│   │   ├── vht.c
│   │   ├── wapi.c
│   │   ├── wfd.c
│   │   ├── wsc.c
│   │   ├── wsc_tlv.c
│   │   ├── wsc_ufd.c
│   │   └── wsc_v2.c
│   ├── conf
│   │   ├── RT2860APCard.dat
│   │   ├── RT2860AP.dat
│   │   ├── RT2860AP.dat_ac
│   │   ├── RT2860STACard.dat
│   │   ├── RT2860STA.dat
│   │   ├── RT2870APCard.dat
│   │   ├── RT2870AP.dat
│   │   ├── RT2870STACard.dat
│   │   └── RT2870STA.dat
│   ├── doc
│   │   ├── ate_iwpriv_usage.txt
│   │   ├── brftph_usage.txt
│   │   ├── History.txt
│   │   ├── iwpriv_usage.txt
│   │   ├── mbss_phy.readme
│   │   ├── README
│   │   ├── README_STA_pci
│   │   ├── README_STA_usb
│   │   ├── RT2860card.readme
│   │   ├── RT_WIFI_Revision_History_2010_April.xls
│   │   ├── sta_ate_iwpriv_usage.txt
│   │   ├── VxWorks.README
│   │   └── wps_iwpriv_usage.txt
│   ├── eeprom
│   │   ├── MT7601_USB_V0_D-20130416.bin
│   │   ├── MT7603E1E2_EEPROM_layout_2014011.bin
│   │   ├── MT7603E1E2_EEPROM_layout_2014011_ePAeLNA.bin
│   │   ├── MT7603E1E2_EEPROM_layout_20140226.bin
│   │   ├── MT7603E1_EEPROM_layout_20131112.bin
│   │   ├── MT7603E1_EEPROM_layout_20131206.bin
│   │   ├── MT7603E_EEPROM.bin
│   │   ├── MT7662E1_EEPROM_layout_20130301.bin
│   │   ├── MT7662E2_EEPROM_20130412.bin
│   │   ├── MT7662E2_EEPROM_20130527.bin
│   │   ├── MT7662E2_EEPROM_20130528.bin
│   │   └── MT7662E2_EEPROM_20130903_ePA.bin
│   ├── History.txt
│   ├── hw_ctrl
│   │   ├── cmm_asic.c
│   │   ├── cmm_asic_mt.c
│   │   ├── cmm_asic_mt.o
│   │   ├── cmm_chip_mt.c
│   │   ├── cmm_chip_mt.o
│   │   ├── coex.c
│   │   ├── greenap.c
│   │   ├── mt_gpio.c
│   │   └── mt_gpio.o
│   ├── include
│   │   ├── action.h
│   │   ├── ags.h
│   │   ├── ap_apcli.h
│   │   ├── ap_autoChSel_cmm.h
│   │   ├── ap_autoChSel.h
│   │   ├── ap_cfg.h
│   │   ├── ap_diversity.h
│   │   ├── ap.h
│   │   ├── ap_ids.h
│   │   ├── ap_mbss.h
│   │   ├── br_ftph.h
│   │   ├── cfg80211_cmm.h
│   │   ├── cfg80211extr.h
│   │   ├── cfg80211.h
│   │   ├── chip
│   │   │   ├── chip_id.h
│   │   │   ├── mt7603.h
│   │   │   ├── mt7628.h
│   │   │   ├── mt7636.h
│   │   │   ├── mt76x0.h
│   │   │   ├── rt65xx.h
│   │   │   └── rt8592.h
│   │   ├── chlist.h
│   │   ├── client_wds_cmm.h
│   │   ├── client_wds.h
│   │   ├── cmm_asic_mt.h
│   │   ├── crypt_aes.h
│   │   ├── crypt_arc4.h
│   │   ├── crypt_biginteger.h
│   │   ├── crypt_dh.h
│   │   ├── crypt_hmac.h
│   │   ├── crypt_md5.h
│   │   ├── crypt_sha2.h
│   │   ├── cs.h
│   │   ├── dfs.h
│   │   ├── dot11ac_vht.h
│   │   ├── dot11_base.h
│   │   ├── dot11i_wpa.h
│   │   ├── dot11n_ht.h
│   │   ├── dot11r_ft.h
│   │   ├── dot11u_interworking.h
│   │   ├── dot11w_pmf.h
│   │   ├── dot11z_tdls.h
│   │   ├── drs_extr.h
│   │   ├── eeprom
│   │   │   ├── mt7601_e2p.h
│   │   │   ├── mt7603_e2p.h
│   │   │   ├── mt76x2_e2p.h
│   │   │   └── mt_e2p_def.h
│   │   ├── eeprom.h
│   │   ├── efuse.h
│   │   ├── firmware.h
│   │   ├── fpga
│   │   │   └── fpga_ctl.h
│   │   ├── frame_hdr.h
│   │   ├── frq_cal.h
│   │   ├── gas.h
│   │   ├── hotspot.h
│   │   ├── iface
│   │   │   ├── iface.h
│   │   │   ├── iface_util.h
│   │   │   ├── mt_hif_pci_usb.h
│   │   │   ├── mt_hif_sdio.h
│   │   │   ├── mt_sdio.h
│   │   │   ├── rtmp_inf_pcirbs.h
│   │   │   ├── rtmp_reg_pcirbs.h
│   │   │   └── rtmp_usb.h
│   │   ├── igmp_snoop.h
│   │   ├── ipv6.h
│   │   ├── link_list.h
│   │   ├── mac
│   │   │   ├── mac.h
│   │   │   ├── mac_mt
│   │   │   │   ├── client.h
│   │   │   │   ├── gpio.h
│   │   │   │   ├── mt_mac.h
│   │   │   │   ├── mt_mac_pci.h
│   │   │   │   ├── mt_mac_sdio.h
│   │   │   │   ├── mt_mac_usb.h
│   │   │   │   ├── pse.h
│   │   │   │   ├── ral_nmac_usb.h
│   │   │   │   ├── top.h
│   │   │   │   ├── wf_agg.h
│   │   │   │   ├── wf_aon.h
│   │   │   │   ├── wf_arb.h
│   │   │   │   ├── wf_cfgoff.h
│   │   │   │   ├── wf_dma.h
│   │   │   │   ├── wf_int_wakeup_top.h
│   │   │   │   ├── wf_lpon_top.h
│   │   │   │   ├── wf_mib.h
│   │   │   │   ├── wf_pf.h
│   │   │   │   ├── wf_phy.h
│   │   │   │   ├── wf_rmac.h
│   │   │   │   ├── wf_sec.h
│   │   │   │   ├── wf_tmac.h
│   │   │   │   ├── wf_trb.h
│   │   │   │   ├── wf_wtbl.h
│   │   │   │   ├── wf_wtbloff.h
│   │   │   │   └── wf_wtblon.h
│   │   │   └── mac_ral
│   │   │   ├── fce.h
│   │   │   ├── mac_usb.h
│   │   │   ├── nmac
│   │   │   │   ├── ral_nmac.h
│   │   │   │   ├── ral_nmac_pbf.h
│   │   │   │   ├── ral_nmac_pci.h
│   │   │   │   ├── ral_nmac_rf_ctrl.h
│   │   │   │   └── ral_nmac_usb.h
│   │   │   ├── omac
│   │   │   │   ├── ral_omac.h
│   │   │   │   ├── ral_omac_pbf.h
│   │   │   │   ├── ral_omac_pci.h
│   │   │   │   ├── ral_omac_rf_ctrl.h
│   │   │   │   └── ral_omac_usb.h
│   │   │   ├── pbf.h
│   │   │   ├── rf_ctrl.h
│   │   │   └── rtmp_mac.h
│   │   ├── mat.h
│   │   ├── mcu
│   │   │   ├── andes_core.h
│   │   │   ├── andes_mt.h
│   │   │   ├── andes_rlt.h
│   │   │   ├── btcoex.h
│   │   │   ├── mcu.h
│   │   │   ├── mt7601_firmware.h
│   │   │   ├── mt7603_e2_firmware.h
│   │   │   ├── mt7603_firmware.h
│   │   │   ├── mt7636_firmware.h
│   │   │   ├── mt7636_rom_patch.h
│   │   │   └── mt7662_rom_patch.h
│   │   ├── misc_cmm.h
│   │   ├── misc.h
│   │   ├── mlme.h
│   │   ├── mlme_sys.h
│   │   ├── mt_io.h
│   │   ├── mt_ps.h
│   │   ├── mtsdio_data.h
│   │   ├── mtsdio_io.h
│   │   ├── mt_tx_pwr.h
│   │   ├── netif_block.h
│   │   ├── nfc.h
│   │   ├── oid.h
│   │   ├── os
│   │   │   ├── bb_soc.h
│   │   │   ├── pkt_meta.h
│   │   │   ├── rt_drv.h
│   │   │   ├── rt_linux_cmm.h
│   │   │   ├── rt_linux.h
│   │   │   ├── rt_linux_txrx_hook.h
│   │   │   ├── rt_os.h
│   │   │   └── trace_linux.h
│   │   ├── p2pcli.h
│   │   ├── p2p_cmm.h
│   │   ├── p2p.h
│   │   ├── p2p_inf.h
│   │   ├── phy
│   │   │   ├── mt76x2_rf.h
│   │   │   ├── mt_bbp.h
│   │   │   ├── mt_phy.h
│   │   │   ├── mt_rf.h
│   │   │   ├── phy.h
│   │   │   ├── rlt_bbp.h
│   │   │   ├── rlt_rf.h
│   │   │   ├── rtmp_bbp.h
│   │   │   └── wf_phy_back.h
│   │   ├── pmf_cmm.h
│   │   ├── pmf.h
│   │   ├── radar.h
│   │   ├── rt_cal.h
│   │   ├── rt_config.h
│   │   ├── rt_led.h
│   │   ├── rtmp_chip.h
│   │   ├── rtmp_cmd.h
│   │   ├── rtmp_comm.h
│   │   ├── rtmp_def.h
│   │   ├── rtmp_dot11.h
│   │   ├── rtmp.h
│   │   ├── rtmp_iface.h
│   │   ├── rtmp_osabl.h
│   │   ├── rtmp_os.h
│   │   ├── rtmp_timer.h
│   │   ├── rtmp_type.h
│   │   ├── rt_os_net.h
│   │   ├── rt_os_util.h
│   │   ├── rt_txbf.h
│   │   ├── rtusb_io.h
│   │   ├── spectrum_def.h
│   │   ├── spectrum.h
│   │   ├── sta_cfg.h
│   │   ├── sta.h
│   │   ├── tdls_cmm.h
│   │   ├── tdls.h
│   │   ├── tdls_uapsd.h
│   │   ├── tx_power.h
│   │   ├── uapsd.h
│   │   ├── vht.h
│   │   ├── video.h
│   │   ├── vr_ikans.h
│   │   ├── vrut_ubm.h
│   │   ├── wapi_def.h
│   │   ├── wapi.h
│   │   ├── wapi_sms4.h
│   │   ├── wfa_p2p.h
│   │   ├── wfd_cmm.h
│   │   ├── wfd.h
│   │   ├── wpa_cmm.h
│   │   ├── wpa.h
│   │   ├── wsc.h
│   │   └── wsc_tlv.h
│   ├── iwpriv_usage.txt
│   ├── Kconfig
│   ├── Kconfig.mt_wifi
│   ├── mac
│   │   ├── mt_mac.c
│   │   ├── mt_mac.o
│   │   ├── ral_nmac.c
│   │   ├── ral_omac.c
│   │   └── rtmp_mac.c
│   ├── Makefile
│   ├── mcu
│   │   ├── andes_core.c
│   │   ├── andes_core.o
│   │   ├── andes_mt.c
│   │   ├── andes_mt.o
│   │   ├── andes_rlt.c
│   │   ├── bin
│   │   │   ├── MT7601_formal_1.7.bin
│   │   │   ├── MT7603_ram_20140305_e2_drv_tv01.bin
│   │   │   ├── MT7610.bin
│   │   │   ├── mt7612_patch_e1_hdr_0417.bin
│   │   │   ├── mt7612_patch_e1_hdr.bin
│   │   │   ├── mt7636_patch_e1_hdr.bin
│   │   │   ├── MT7650.bin
│   │   │   ├── mt7662_firmware_e3_20131211.bin
│   │   │   ├── mt7662_patch_e3_hdr_v0.0.2_P8.bin
│   │   │   ├── mt7662_patch_release_history.xlsx
│   │   │   ├── WIFI_RAM_CODE_MT7603_e1.bin
│   │   │   ├── WIFI_RAM_CODE_MT7603_e2.bin
│   │   │   └── WIFI_RAM_CODE_MT7636.bin
│   │   ├── mcu.c
│   │   └── mcu.o
│   ├── mgmt
│   │   ├── mgmt_dev.c
│   │   ├── mgmt_entrytb.c
│   │   ├── mgmt_entrytb.o
│   │   ├── mgmt_ht.c
│   │   ├── mgmt_ht.o
│   │   ├── mgmt_hw.c
│   │   ├── mgmt_hw.o
│   │   └── mgmt_vht.c
│   ├── naf
│   │   ├── cso.c
│   │   ├── net_acc.c
│   │   └── tso.c
│   ├── os
│   │   └── linux
│   │   ├── android_priv_cmd.c
│   │   ├── ap_ioctl.c
│   │   ├── bb_soc.c
│   │   ├── br_ftph.c
│   │   ├── cfg80211
│   │   │   ├── cfg80211_ap.c
│   │   │   ├── cfg80211.c
│   │   │   ├── cfg80211drv.c
│   │   │   ├── cfg80211_inf.c
│   │   │   ├── cfg80211_p2p.c
│   │   │   ├── cfg80211_rx.c
│   │   │   ├── cfg80211_scan.c
│   │   │   ├── cfg80211_tdls.c
│   │   │   ├── cfg80211_tx.c
│   │   │   └── cfg80211_util.c
│   │   ├── config.mk
│   │   ├── config.mk.cfg80211
│   │   ├── inf_ppa.c
│   │   ├── Kconfig.ap.soc
│   │   ├── Kconfig.ap.usb
│   │   ├── Kconfig.rlt_wifi
│   │   ├── Kconfig.rlt_wifi_ap
│   │   ├── Kconfig.rlt_wifi_sta
│   │   ├── Kconfig.sta.soc
│   │   ├── Kconfig.wifi
│   │   ├── Makefile
│   │   ├── Makefile.4
│   │   ├── Makefile.4.netif
│   │   ├── Makefile.4.util
│   │   ├── Makefile.6
│   │   ├── Makefile.6.netif
│   │   ├── Makefile.6.util
│   │   ├── Makefile.ap.soc
│   │   ├── Makefile.ap.usb
│   │   ├── Makefile.clean
│   │   ├── Makefile.libautoprovision.6
│   │   ├── Makefile.libwapi.4
│   │   ├── Makefile.libwapi.6
│   │   ├── Makefile.rlt_wifi_ap
│   │   ├── Makefile.rlt_wifi_sta
│   │   ├── Makefile.sta.soc
│   │   ├── modules.order
│   │   ├── Module.symvers
│   │   ├── monitor_mode.c
│   │   ├── mt7603u_sta.ko
│   │   ├── mt7603u_sta.mod.c
│   │   ├── mt7603u_sta.mod.o
│   │   ├── mt7603u_sta.o
│   │   ├── multi_main_dev.c
│   │   ├── rt_linux.c
│   │   ├── rt_linux.o
│   │   ├── rt_linux_symb.c
│   │   ├── rt_main_dev.c
│   │   ├── rt_main_dev.o
│   │   ├── rt_proc.c
│   │   ├── rt_profile.c
│   │   ├── rt_profile.o
│   │   ├── rt_rbus_pci_drv.c
│   │   ├── rt_sdio.c
│   │   ├── rt_symb.c
│   │   ├── rt_txrx_hook.c
│   │   ├── rt_txrx_hook.o
│   │   ├── rt_usb.c
│   │   ├── rt_usb.o
│   │   ├── rt_usb_util.c
│   │   ├── rt_usb_util.o
│   │   ├── sdio_main_dev.c
│   │   ├── sta_ioctl.c
│   │   ├── sta_ioctl.o
│   │   ├── usb_main_dev.c
│   │   ├── usb_main_dev.o
│   │   ├── vr_bdlt.c
│   │   └── vr_ikans.c
│   ├── phy
│   │   ├── mt76x2_rf.c
│   │   ├── mt_phy.c
│   │   ├── mt_phy.o
│   │   ├── mt_rf.c
│   │   ├── mt_rf.o
│   │   ├── phy.c
│   │   ├── phy.o
│   │   ├── rf.c
│   │   ├── rf.o
│   │   ├── rlt_phy.c
│   │   ├── rlt_rf.c
│   │   ├── rtmp_phy.c
│   │   └── rt_rf.c
│   ├── rate_ctrl
│   │   ├── alg_ags.c
│   │   ├── alg_ags.o
│   │   ├── alg_grp.c
│   │   ├── alg_grp.o
│   │   ├── alg_legacy.c
│   │   ├── alg_legacy.o
│   │   ├── ra_ctrl.c
│   │   └── ra_ctrl.o
│   ├── README_STA_usb
│   ├── RT2870APCard.dat
│   ├── RT2870AP.dat
│   ├── RT2870STACard.dat
│   ├── RT2870STA.dat
│   ├── sta
│   │   ├── adhoc.c
│   │   ├── adhoc.o
│   │   ├── assoc.c
│   │   ├── assoc.o
│   │   ├── auth.c
│   │   ├── auth.o
│   │   ├── auth_rsp.c
│   │   ├── auth_rsp.o
│   │   ├── connect.c
│   │   ├── connect.o
│   │   ├── dls.c
│   │   ├── rtmp_ckipmic.c
│   │   ├── rtmp_data.c
│   │   ├── rtmp_data.o
│   │   ├── sanity.c
│   │   ├── sanity.o
│   │   ├── sta.c
│   │   ├── sta_cfg.c
│   │   ├── sta_cfg.o
│   │   ├── sta_iwsc.c
│   │   ├── sta.o
│   │   ├── sync.c
│   │   ├── sync.o
│   │   ├── tdls.c
│   │   ├── tdls_chswitch_mng.c
│   │   ├── tdls_ctrl.c
│   │   ├── tdls_link_mng.c
│   │   ├── tdls_tlv.c
│   │   ├── tdls_uapsd.c
│   │   ├── wpa.c
│   │   └── wpa.o
│   ├── sta_ate_iwpriv_usage.txt
│   ├── tools
│   │   ├── bin2h
│   │   ├── bin2h.c
│   │   ├── i.sh
│   │   ├── Makefile
│   │   ├── mt7662e_ap.sh
│   │   ├── mt7662e_sta.sh
│   │   ├── mt7662_freq_plan.c
│   │   ├── plug_in
│   │   │   ├── Makefile
│   │   │   ├── modules.order
│   │   │   └── Module.symvers
│   │   └── r.sh
│   ├── tx_rx
│   │   ├── hdr_trans.c
│   │   ├── txs.c
│   │   ├── txs.o
│   │   ├── wdev.c
│   │   ├── wdev.o
│   │   ├── wdev_rx.c
│   │   ├── wdev_rx.o
│   │   ├── wdev_tx.c
│   │   └── wdev_tx.o
│   └── wps_iwpriv_usage.txt
└── si
├── MT7603U.IAB
├── MT7603U.IAD
├── MT7603U.IMB
├── MT7603U.IMD
├── MT7603U.PFI
├── MT7603U.PO
├── MT7603U.PR
├── MT7603U.PRI
├── MT7603U.PS
├── MT7603U.SearchResults
└── MT7603U.WK3

40 directories, 610 files

标签:

实例下载地址

linux 360wifi3代驱动

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警