实例介绍
MT7628_LinuxAP_V4.1.0.0_DPA_20161216.rar 最新的驱动,解压后添加移植,可以看编译指导文档。详细可以压缩包里的《MT7628_88的驱动配置.doc》,手把手教你在SDK中添加WiFi驱动,
【实例截图】
【核心代码】
a34a2bd7-d5a8-41ef-b531-262e8dc0af36
├── MT7628_LinuxAP_V4.1.0.0_DPA_20161216
│ ├── MT7628_88的驱动配置.doc
│ ├── mt_wifi
│ │ ├── ate
│ │ │ ├── ate_agent.c
│ │ │ ├── include
│ │ │ │ ├── ate_agent.h
│ │ │ │ ├── ate.h
│ │ │ │ └── qa_agent.h
│ │ │ ├── mt_mac
│ │ │ │ └── mt_ate.c
│ │ │ └── qa_agent.c
│ │ ├── chips
│ │ │ ├── mt7628.c
│ │ │ ├── mt7628.o
│ │ │ ├── rtmp_chip.c
│ │ │ ├── rtmp_chip.o
│ │ │ └── rtxx_dft.c
│ │ ├── eeprom
│ │ │ └── MT7628_EEPROM_20140317.bin
│ │ ├── embedded
│ │ │ ├── ap
│ │ │ │ ├── ap_apcli.c
│ │ │ │ ├── ap_apcli_inf.c
│ │ │ │ ├── ap_assoc.c
│ │ │ │ ├── ap_assoc.o
│ │ │ │ ├── ap_auth.c
│ │ │ │ ├── ap_auth.o
│ │ │ │ ├── ap_autoChSel.c
│ │ │ │ ├── ap_autoChSel.o
│ │ │ │ ├── ap_band_steering.c
│ │ │ │ ├── ap.c
│ │ │ │ ├── ap_cfg.c
│ │ │ │ ├── ap_cfg.o
│ │ │ │ ├── apcli_assoc.c
│ │ │ │ ├── apcli_auth.c
│ │ │ │ ├── apcli_autobw.c
│ │ │ │ ├── apcli_ctrl.c
│ │ │ │ ├── apcli_link_cover.c
│ │ │ │ ├── apcli_sync.c
│ │ │ │ ├── ap_connect.c
│ │ │ │ ├── ap_connect.o
│ │ │ │ ├── ap_data.c
│ │ │ │ ├── ap_data.o
│ │ │ │ ├── ap_dls.c
│ │ │ │ ├── ap_ftkd.c
│ │ │ │ ├── ap_ids.c
│ │ │ │ ├── ap_mbss.c
│ │ │ │ ├── ap_mbss_inf.c
│ │ │ │ ├── ap_mbss_inf.o
│ │ │ │ ├── ap_mbss.o
│ │ │ │ ├── ap_mlme.c
│ │ │ │ ├── ap_mlme.o
│ │ │ │ ├── ap_nps.c
│ │ │ │ ├── ap_nps.o
│ │ │ │ ├── ap.o
│ │ │ │ ├── ap_qload.c
│ │ │ │ ├── ap_qload.o
│ │ │ │ ├── ap_repeater.c
│ │ │ │ ├── ap_sanity.c
│ │ │ │ ├── ap_sanity.o
│ │ │ │ ├── ap_sync.c
│ │ │ │ ├── ap_sync.o
│ │ │ │ ├── ap_wds.c
│ │ │ │ ├── ap_wds_inf.c
│ │ │ │ ├── ap_wpa.c
│ │ │ │ └── ap_wpa.o
│ │ │ ├── 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_pci.c
│ │ │ │ ├── cmm_data_pci.o
│ │ │ │ ├── cmm_dfs.c
│ │ │ │ ├── cmm_info.c
│ │ │ │ ├── cmm_info.o
│ │ │ │ ├── cmm_loft_cal.c
│ │ │ │ ├── cmm_mac_pci.c
│ │ │ │ ├── cmm_mac_pci.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_video.c
│ │ │ │ ├── cmm_wep.c
│ │ │ │ ├── cmm_wep.o
│ │ │ │ ├── cmm_wpa.c
│ │ │ │ ├── cmm_wpa.o
│ │ │ │ ├── crypt_aes.c
│ │ │ │ ├── crypt_aes.o
│ │ │ │ ├── crypt_arc4.c
│ │ │ │ ├── crypt_arc4.o
│ │ │ │ ├── crypt_biginteger.c
│ │ │ │ ├── crypt_biginteger.o
│ │ │ │ ├── crypt_dh.c
│ │ │ │ ├── crypt_dh.o
│ │ │ │ ├── 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_flash.o
│ │ │ │ ├── ee_prom.c
│ │ │ │ ├── eeprom.c
│ │ │ │ ├── ee_prom.o
│ │ │ │ ├── eeprom.o
│ │ │ │ ├── frq_cal.c
│ │ │ │ ├── ft.c
│ │ │ │ ├── ft_iocl.c
│ │ │ │ ├── ft_rc.c
│ │ │ │ ├── ft_tlv.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
│ │ │ │ ├── multi_channel.c
│ │ │ │ ├── netif_block.c
│ │ │ │ ├── nfc.c
│ │ │ │ ├── pmf.c
│ │ │ │ ├── pmf.o
│ │ │ │ ├── ps.c
│ │ │ │ ├── ps.o
│ │ │ │ ├── ral_ps.c
│ │ │ │ ├── rrm.c
│ │ │ │ ├── rrm_sanity.c
│ │ │ │ ├── rrm_tlv.c
│ │ │ │ ├── rt_channel.c
│ │ │ │ ├── rt_channel.o
│ │ │ │ ├── rt_led.c
│ │ │ │ ├── rtmp_init.c
│ │ │ │ ├── rtmp_init_inf.c
│ │ │ │ ├── rtmp_init_inf.o
│ │ │ │ ├── rtmp_init.o
│ │ │ │ ├── rtmp_swmcu.c
│ │ │ │ ├── rtmp_timer.c
│ │ │ │ ├── rtmp_timer.o
│ │ │ │ ├── rt_os_util.c
│ │ │ │ ├── rt_os_util.o
│ │ │ │ ├── scan.c
│ │ │ │ ├── scan.o
│ │ │ │ ├── spectrum.c
│ │ │ │ ├── spectrum.o
│ │ │ │ ├── sys_log.c
│ │ │ │ ├── sys_log.o
│ │ │ │ ├── txpower.c
│ │ │ │ ├── txpower.o
│ │ │ │ ├── uapsd.c
│ │ │ │ ├── uapsd.o
│ │ │ │ ├── wapi.c
│ │ │ │ ├── wfd.c
│ │ │ │ ├── wnm.c
│ │ │ │ ├── wnm_tlv.c
│ │ │ │ ├── wsc.c
│ │ │ │ ├── wsc.o
│ │ │ │ ├── wsc_tlv.c
│ │ │ │ ├── wsc_tlv.o
│ │ │ │ ├── wsc_ufd.c
│ │ │ │ ├── wsc_ufd.o
│ │ │ │ ├── wsc_v2.c
│ │ │ │ └── wsc_v2.o
│ │ │ ├── conf
│ │ │ │ ├── RT2860AP.dat
│ │ │ │ ├── RT2860AP.dat_ac
│ │ │ │ └── RT2860STA.dat
│ │ │ ├── doc
│ │ │ │ ├── ate_iwpriv_usage.txt
│ │ │ │ ├── brftph_usage.txt
│ │ │ │ ├── iwpriv_usage.txt
│ │ │ │ ├── mbss_phy.readme
│ │ │ │ ├── sta_ate_iwpriv_usage.txt
│ │ │ │ └── wps_iwpriv_usage.txt
│ │ │ ├── hif
│ │ │ │ ├── hif_pci.c
│ │ │ │ └── hif_pci.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
│ │ │ │ ├── ap_wds.h
│ │ │ │ ├── band_steering_def.h
│ │ │ │ ├── band_steering.h
│ │ │ │ ├── br_ftph.h
│ │ │ │ ├── cfg80211_cmm.h
│ │ │ │ ├── cfg80211extr.h
│ │ │ │ ├── cfg80211.h
│ │ │ │ ├── chip
│ │ │ │ │ ├── chip_id.h
│ │ │ │ │ └── mt7628.h
│ │ │ │ ├── chlist.h
│ │ │ │ ├── client_wds_cmm.h
│ │ │ │ ├── client_wds.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
│ │ │ │ ├── dot11_base.h
│ │ │ │ ├── dot11i_wpa.h
│ │ │ │ ├── dot11k_rrm.h
│ │ │ │ ├── dot11n_ht.h
│ │ │ │ ├── dot11r_ft.h
│ │ │ │ ├── dot11u_interworking.h
│ │ │ │ ├── dot11v_wnm.h
│ │ │ │ ├── dot11w_pmf.h
│ │ │ │ ├── drs_extr.h
│ │ │ │ ├── eeprom
│ │ │ │ │ ├── mt7628_e2p.h
│ │ │ │ │ └── mt_e2p_def.h
│ │ │ │ ├── eeprom.h
│ │ │ │ ├── efuse.h
│ │ │ │ ├── firmware.h
│ │ │ │ ├── frame_hdr.h
│ │ │ │ ├── frq_cal.h
│ │ │ │ ├── ft_cmm.h
│ │ │ │ ├── ft.h
│ │ │ │ ├── gas.h
│ │ │ │ ├── hotspot.h
│ │ │ │ ├── iface
│ │ │ │ │ ├── iface.h
│ │ │ │ │ ├── iface_util.h
│ │ │ │ │ ├── mt_hif_pci_usb.h
│ │ │ │ │ ├── rtmp_inf_pcirbs.h
│ │ │ │ │ ├── rtmp_pci.h
│ │ │ │ │ ├── rtmp_rbs.h
│ │ │ │ │ └── rtmp_reg_pcirbs.h
│ │ │ │ ├── igmp_snoop.h
│ │ │ │ ├── ipv6.h
│ │ │ │ ├── link_list.h
│ │ │ │ ├── mat.h
│ │ │ │ ├── mcu
│ │ │ │ │ ├── andes_core.h
│ │ │ │ │ ├── andes_mt.h
│ │ │ │ │ ├── andes_rlt.h
│ │ │ │ │ ├── btcoex.h
│ │ │ │ │ ├── mcu.h
│ │ │ │ │ ├── mt7628_e2_firmware.h
│ │ │ │ │ └── mt7628_firmware.h
│ │ │ │ ├── misc_cmm.h
│ │ │ │ ├── misc.h
│ │ │ │ ├── mlme.h
│ │ │ │ ├── mlme_sys.h
│ │ │ │ ├── mt_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.h
│ │ │ │ ├── pmf_cmm.h
│ │ │ │ ├── pmf.h
│ │ │ │ ├── radar.h
│ │ │ │ ├── rrm_cmm.h
│ │ │ │ ├── rrm.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
│ │ │ │ ├── sniffer
│ │ │ │ │ ├── radiotap.h
│ │ │ │ │ └── sniffer.h
│ │ │ │ ├── spectrum_def.h
│ │ │ │ ├── spectrum.h
│ │ │ │ ├── sta_cfg.h
│ │ │ │ ├── sta.h
│ │ │ │ ├── tx_power.h
│ │ │ │ ├── uapsd.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
│ │ │ │ ├── wnm_cmm.h
│ │ │ │ ├── wnm.h
│ │ │ │ ├── wpa_cmm.h
│ │ │ │ ├── wpa.h
│ │ │ │ ├── wsc.h
│ │ │ │ └── wsc_tlv.h
│ │ │ ├── Kconfig
│ │ │ ├── Kconfig.ap.mt
│ │ │ ├── mcu
│ │ │ │ ├── andes_core.c
│ │ │ │ ├── andes_core.o
│ │ │ │ ├── andes_mt.c
│ │ │ │ ├── andes_mt.o
│ │ │ │ ├── andes_rlt.c
│ │ │ │ ├── bin
│ │ │ │ │ ├── WIFI_RAM_CODE_MT7628_e1_20140311_thermal_disable.bin
│ │ │ │ │ ├── WIFI_RAM_CODE_MT7628_e1.bin
│ │ │ │ │ └── WIFI_RAM_CODE_MT7628_e2.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
│ │ │ ├── naf
│ │ │ │ ├── cso.c
│ │ │ │ ├── net_acc.c
│ │ │ │ └── tso.c
│ │ │ ├── os
│ │ │ │ └── linux
│ │ │ │ ├── android_priv_cmd.c
│ │ │ │ ├── ap_ioctl.c
│ │ │ │ ├── ap_ioctl.o
│ │ │ │ ├── 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
│ │ │ │ ├── Makefile.6
│ │ │ │ ├── Makefile.6.netif
│ │ │ │ ├── Makefile.6.util
│ │ │ │ ├── Makefile.clean
│ │ │ │ ├── Makefile.libwapi.4
│ │ │ │ ├── Makefile.libwapi.6
│ │ │ │ ├── Makefile.rlt_wifi_ap
│ │ │ │ ├── Makefile.rlt_wifi_sta
│ │ │ │ ├── monitor_mode.c
│ │ │ │ ├── mt_wifi_chrdev.c
│ │ │ │ ├── multi_main_dev.c
│ │ │ │ ├── pci_main_dev.c
│ │ │ │ ├── rbus_main_dev.c
│ │ │ │ ├── rbus_main_dev.o
│ │ │ │ ├── rt_linux.c
│ │ │ │ ├── rt_linux.o
│ │ │ │ ├── rt_linux_symb.c
│ │ │ │ ├── rt_main_dev.c
│ │ │ │ ├── rt_main_dev.o
│ │ │ │ ├── rt_pci_rbus.c
│ │ │ │ ├── rt_pci_rbus.o
│ │ │ │ ├── rt_proc.c
│ │ │ │ ├── rt_proc.o
│ │ │ │ ├── rt_profile.c
│ │ │ │ ├── rt_profile.o
│ │ │ │ ├── rt_rbus_pci_drv.c
│ │ │ │ ├── rt_rbus_pci_drv.o
│ │ │ │ ├── rt_rbus_pci_util.c
│ │ │ │ ├── rt_rbus_pci_util.o
│ │ │ │ ├── rt_symb.c
│ │ │ │ ├── rt_txrx_hook.c
│ │ │ │ ├── sta_ioctl.c
│ │ │ │ ├── trace.c
│ │ │ │ ├── vr_bdlt.c
│ │ │ │ └── vr_ikans.c
│ │ │ ├── Release_Notes.txt
│ │ │ ├── sniffer
│ │ │ │ ├── sniffer_prism.c
│ │ │ │ └── sniffer_radiotap.c
│ │ │ ├── sta
│ │ │ │ ├── assoc.c
│ │ │ │ ├── auth.c
│ │ │ │ ├── auth_rsp.c
│ │ │ │ ├── connect.c
│ │ │ │ ├── dls.c
│ │ │ │ ├── ft_action.c
│ │ │ │ ├── ft_auth.c
│ │ │ │ ├── rtmp_ckipmic.c
│ │ │ │ ├── rtmp_data.c
│ │ │ │ ├── sanity.c
│ │ │ │ ├── sta.c
│ │ │ │ ├── sta_cfg.c
│ │ │ │ ├── sync.c
│ │ │ │ └── wpa.c
│ │ │ ├── tools
│ │ │ │ ├── bin2h
│ │ │ │ ├── bin2h.c
│ │ │ │ ├── Makefile
│ │ │ │ ├── plug_in
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── modules.builtin
│ │ │ │ │ └── modules.order
│ │ │ │ └── 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
│ │ ├── hw_ctrl
│ │ │ ├── cmm_asic.c
│ │ │ ├── cmm_asic_mt.c
│ │ │ ├── cmm_asic_mt.o
│ │ │ ├── cmm_asic.o
│ │ │ ├── cmm_asic_rt.c
│ │ │ ├── cmm_chip_mt.c
│ │ │ ├── cmm_chip_mt.o
│ │ │ ├── coex.c
│ │ │ ├── greenap.c
│ │ │ └── mt_gpio.c
│ │ ├── include
│ │ │ ├── hw_ctrl
│ │ │ │ ├── cmm_asic.h
│ │ │ │ └── cmm_asic_mt.h
│ │ │ ├── mac
│ │ │ │ ├── mac.h
│ │ │ │ └── mac_mt
│ │ │ │ ├── mt_mac_ctrl.h
│ │ │ │ ├── mt_mac_pci.h
│ │ │ │ ├── mt_mac_sdio.h
│ │ │ │ ├── mt_mac_usb.h
│ │ │ │ ├── smac
│ │ │ │ │ ├── client.h
│ │ │ │ │ ├── gpio.h
│ │ │ │ │ ├── mt_mac.h
│ │ │ │ │ ├── pse.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
│ │ │ │ └── top.h
│ │ │ ├── mcu
│ │ │ │ └── mt_cmd.h
│ │ │ └── phy
│ │ │ ├── mt_bbp.h
│ │ │ ├── mt_phy.h
│ │ │ ├── mt_rf.h
│ │ │ ├── phy.h
│ │ │ ├── rlt_bbp.h
│ │ │ ├── rlt_rf.h
│ │ │ ├── rtmp_bbp.h
│ │ │ └── wf_phy_back.h
│ │ ├── mac
│ │ │ ├── mt_mac.c
│ │ │ ├── mt_mac.o
│ │ │ ├── ral_nmac.c
│ │ │ ├── ral_omac.c
│ │ │ └── rtmp_mac.c
│ │ ├── phy
│ │ │ ├── mt_phy.c
│ │ │ ├── mt_phy.o
│ │ │ ├── mt_rf.c
│ │ │ ├── mt_rf.o
│ │ │ ├── phy.c
│ │ │ ├── phy.o
│ │ │ ├── rf.c
│ │ │ └── rf.o
│ │ └── rate_ctrl
│ │ ├── alg_ags.c
│ │ ├── alg_grp.c
│ │ ├── alg_grp.o
│ │ ├── alg_legacy.c
│ │ ├── alg_legacy.o
│ │ ├── ra_ctrl.c
│ │ └── ra_ctrl.o
│ └── mt_wifi_ap
│ ├── built-in.o
│ ├── Kconfig
│ ├── Kconfig.ap.mt
│ ├── Makefile
│ ├── Makefile.ap.mt
│ ├── modules.builtin
│ ├── modules.order
│ └── mt_wifi.o
├── mt_wifi
│ ├── ate
│ │ ├── ate_agent.c
│ │ ├── include
│ │ │ ├── ate_agent.h
│ │ │ ├── ate.h
│ │ │ └── qa_agent.h
│ │ ├── mt_mac
│ │ │ └── mt_ate.c
│ │ └── qa_agent.c
│ ├── chips
│ │ ├── mt7628.c
│ │ ├── mt7628.o
│ │ ├── rtmp_chip.c
│ │ ├── rtmp_chip.o
│ │ └── rtxx_dft.c
│ ├── eeprom
│ │ └── MT7628_EEPROM_20140317.bin
│ ├── embedded
│ │ ├── ap
│ │ │ ├── ap_apcli.c
│ │ │ ├── ap_apcli_inf.c
│ │ │ ├── ap_assoc.c
│ │ │ ├── ap_assoc.o
│ │ │ ├── ap_auth.c
│ │ │ ├── ap_auth.o
│ │ │ ├── ap_autoChSel.c
│ │ │ ├── ap_autoChSel.o
│ │ │ ├── ap_band_steering.c
│ │ │ ├── ap.c
│ │ │ ├── ap_cfg.c
│ │ │ ├── ap_cfg.o
│ │ │ ├── apcli_assoc.c
│ │ │ ├── apcli_auth.c
│ │ │ ├── apcli_autobw.c
│ │ │ ├── apcli_ctrl.c
│ │ │ ├── apcli_link_cover.c
│ │ │ ├── apcli_sync.c
│ │ │ ├── ap_connect.c
│ │ │ ├── ap_connect.o
│ │ │ ├── ap_data.c
│ │ │ ├── ap_data.o
│ │ │ ├── ap_dls.c
│ │ │ ├── ap_ftkd.c
│ │ │ ├── ap_ids.c
│ │ │ ├── ap_mbss.c
│ │ │ ├── ap_mbss_inf.c
│ │ │ ├── ap_mbss_inf.o
│ │ │ ├── ap_mbss.o
│ │ │ ├── ap_mlme.c
│ │ │ ├── ap_mlme.o
│ │ │ ├── ap_nps.c
│ │ │ ├── ap_nps.o
│ │ │ ├── ap.o
│ │ │ ├── ap_qload.c
│ │ │ ├── ap_qload.o
│ │ │ ├── ap_repeater.c
│ │ │ ├── ap_sanity.c
│ │ │ ├── ap_sanity.o
│ │ │ ├── ap_sync.c
│ │ │ ├── ap_sync.o
│ │ │ ├── ap_wds.c
│ │ │ ├── ap_wds_inf.c
│ │ │ ├── ap_wpa.c
│ │ │ └── ap_wpa.o
│ │ ├── 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_pci.c
│ │ │ ├── cmm_data_pci.o
│ │ │ ├── cmm_dfs.c
│ │ │ ├── cmm_info.c
│ │ │ ├── cmm_info.o
│ │ │ ├── cmm_loft_cal.c
│ │ │ ├── cmm_mac_pci.c
│ │ │ ├── cmm_mac_pci.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_video.c
│ │ │ ├── cmm_wep.c
│ │ │ ├── cmm_wep.o
│ │ │ ├── cmm_wpa.c
│ │ │ ├── cmm_wpa.o
│ │ │ ├── crypt_aes.c
│ │ │ ├── crypt_aes.o
│ │ │ ├── crypt_arc4.c
│ │ │ ├── crypt_arc4.o
│ │ │ ├── crypt_biginteger.c
│ │ │ ├── crypt_biginteger.o
│ │ │ ├── crypt_dh.c
│ │ │ ├── crypt_dh.o
│ │ │ ├── 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_flash.o
│ │ │ ├── ee_prom.c
│ │ │ ├── eeprom.c
│ │ │ ├── ee_prom.o
│ │ │ ├── eeprom.o
│ │ │ ├── frq_cal.c
│ │ │ ├── ft.c
│ │ │ ├── ft_iocl.c
│ │ │ ├── ft_rc.c
│ │ │ ├── ft_tlv.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
│ │ │ ├── multi_channel.c
│ │ │ ├── netif_block.c
│ │ │ ├── nfc.c
│ │ │ ├── pmf.c
│ │ │ ├── pmf.o
│ │ │ ├── ps.c
│ │ │ ├── ps.o
│ │ │ ├── ral_ps.c
│ │ │ ├── rrm.c
│ │ │ ├── rrm_sanity.c
│ │ │ ├── rrm_tlv.c
│ │ │ ├── rt_channel.c
│ │ │ ├── rt_channel.o
│ │ │ ├── rt_led.c
│ │ │ ├── rtmp_init.c
│ │ │ ├── rtmp_init_inf.c
│ │ │ ├── rtmp_init_inf.o
│ │ │ ├── rtmp_init.o
│ │ │ ├── rtmp_swmcu.c
│ │ │ ├── rtmp_timer.c
│ │ │ ├── rtmp_timer.o
│ │ │ ├── rt_os_util.c
│ │ │ ├── rt_os_util.o
│ │ │ ├── scan.c
│ │ │ ├── scan.o
│ │ │ ├── spectrum.c
│ │ │ ├── spectrum.o
│ │ │ ├── sys_log.c
│ │ │ ├── sys_log.o
│ │ │ ├── txpower.c
│ │ │ ├── txpower.o
│ │ │ ├── uapsd.c
│ │ │ ├── uapsd.o
│ │ │ ├── wapi.c
│ │ │ ├── wfd.c
│ │ │ ├── wnm.c
│ │ │ ├── wnm_tlv.c
│ │ │ ├── wsc.c
│ │ │ ├── wsc.o
│ │ │ ├── wsc_tlv.c
│ │ │ ├── wsc_tlv.o
│ │ │ ├── wsc_ufd.c
│ │ │ ├── wsc_ufd.o
│ │ │ ├── wsc_v2.c
│ │ │ └── wsc_v2.o
│ │ ├── conf
│ │ │ ├── RT2860AP.dat
│ │ │ ├── RT2860AP.dat_ac
│ │ │ └── RT2860STA.dat
│ │ ├── doc
│ │ │ ├── ate_iwpriv_usage.txt
│ │ │ ├── brftph_usage.txt
│ │ │ ├── iwpriv_usage.txt
│ │ │ ├── mbss_phy.readme
│ │ │ ├── sta_ate_iwpriv_usage.txt
│ │ │ └── wps_iwpriv_usage.txt
│ │ ├── hif
│ │ │ ├── hif_pci.c
│ │ │ └── hif_pci.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
│ │ │ ├── ap_wds.h
│ │ │ ├── band_steering_def.h
│ │ │ ├── band_steering.h
│ │ │ ├── br_ftph.h
│ │ │ ├── cfg80211_cmm.h
│ │ │ ├── cfg80211extr.h
│ │ │ ├── cfg80211.h
│ │ │ ├── chip
│ │ │ │ ├── chip_id.h
│ │ │ │ └── mt7628.h
│ │ │ ├── chlist.h
│ │ │ ├── client_wds_cmm.h
│ │ │ ├── client_wds.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
│ │ │ ├── dot11_base.h
│ │ │ ├── dot11i_wpa.h
│ │ │ ├── dot11k_rrm.h
│ │ │ ├── dot11n_ht.h
│ │ │ ├── dot11r_ft.h
│ │ │ ├── dot11u_interworking.h
│ │ │ ├── dot11v_wnm.h
│ │ │ ├── dot11w_pmf.h
│ │ │ ├── drs_extr.h
│ │ │ ├── eeprom
│ │ │ │ ├── mt7628_e2p.h
│ │ │ │ └── mt_e2p_def.h
│ │ │ ├── eeprom.h
│ │ │ ├── efuse.h
│ │ │ ├── firmware.h
│ │ │ ├── frame_hdr.h
│ │ │ ├── frq_cal.h
│ │ │ ├── ft_cmm.h
│ │ │ ├── ft.h
│ │ │ ├── gas.h
│ │ │ ├── hotspot.h
│ │ │ ├── iface
│ │ │ │ ├── iface.h
│ │ │ │ ├── iface_util.h
│ │ │ │ ├── mt_hif_pci_usb.h
│ │ │ │ ├── rtmp_inf_pcirbs.h
│ │ │ │ ├── rtmp_pci.h
│ │ │ │ ├── rtmp_rbs.h
│ │ │ │ └── rtmp_reg_pcirbs.h
│ │ │ ├── igmp_snoop.h
│ │ │ ├── ipv6.h
│ │ │ ├── link_list.h
│ │ │ ├── mat.h
│ │ │ ├── mcu
│ │ │ │ ├── andes_core.h
│ │ │ │ ├── andes_mt.h
│ │ │ │ ├── andes_rlt.h
│ │ │ │ ├── btcoex.h
│ │ │ │ ├── mcu.h
│ │ │ │ ├── mt7628_e2_firmware.h
│ │ │ │ └── mt7628_firmware.h
│ │ │ ├── misc_cmm.h
│ │ │ ├── misc.h
│ │ │ ├── mlme.h
│ │ │ ├── mlme_sys.h
│ │ │ ├── mt_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.h
│ │ │ ├── pmf_cmm.h
│ │ │ ├── pmf.h
│ │ │ ├── radar.h
│ │ │ ├── rrm_cmm.h
│ │ │ ├── rrm.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
│ │ │ ├── sniffer
│ │ │ │ ├── radiotap.h
│ │ │ │ └── sniffer.h
│ │ │ ├── spectrum_def.h
│ │ │ ├── spectrum.h
│ │ │ ├── sta_cfg.h
│ │ │ ├── sta.h
│ │ │ ├── tx_power.h
│ │ │ ├── uapsd.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
│ │ │ ├── wnm_cmm.h
│ │ │ ├── wnm.h
│ │ │ ├── wpa_cmm.h
│ │ │ ├── wpa.h
│ │ │ ├── wsc.h
│ │ │ └── wsc_tlv.h
│ │ ├── Kconfig
│ │ ├── Kconfig.ap.mt
│ │ ├── mcu
│ │ │ ├── andes_core.c
│ │ │ ├── andes_core.o
│ │ │ ├── andes_mt.c
│ │ │ ├── andes_mt.o
│ │ │ ├── andes_rlt.c
│ │ │ ├── bin
│ │ │ │ ├── WIFI_RAM_CODE_MT7628_e1_20140311_thermal_disable.bin
│ │ │ │ ├── WIFI_RAM_CODE_MT7628_e1.bin
│ │ │ │ └── WIFI_RAM_CODE_MT7628_e2.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
│ │ ├── naf
│ │ │ ├── cso.c
│ │ │ ├── net_acc.c
│ │ │ └── tso.c
│ │ ├── os
│ │ │ └── linux
│ │ │ ├── android_priv_cmd.c
│ │ │ ├── ap_ioctl.c
│ │ │ ├── ap_ioctl.o
│ │ │ ├── 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
│ │ │ ├── Makefile.6
│ │ │ ├── Makefile.6.netif
│ │ │ ├── Makefile.6.util
│ │ │ ├── Makefile.clean
│ │ │ ├── Makefile.libwapi.4
│ │ │ ├── Makefile.libwapi.6
│ │ │ ├── Makefile.rlt_wifi_ap
│ │ │ ├── Makefile.rlt_wifi_sta
│ │ │ ├── monitor_mode.c
│ │ │ ├── mt_wifi_chrdev.c
│ │ │ ├── multi_main_dev.c
│ │ │ ├── pci_main_dev.c
│ │ │ ├── rbus_main_dev.c
│ │ │ ├── rbus_main_dev.o
│ │ │ ├── rt_linux.c
│ │ │ ├── rt_linux.o
│ │ │ ├── rt_linux_symb.c
│ │ │ ├── rt_main_dev.c
│ │ │ ├── rt_main_dev.o
│ │ │ ├── rt_pci_rbus.c
│ │ │ ├── rt_pci_rbus.o
│ │ │ ├── rt_proc.c
│ │ │ ├── rt_proc.o
│ │ │ ├── rt_profile.c
│ │ │ ├── rt_profile.o
│ │ │ ├── rt_rbus_pci_drv.c
│ │ │ ├── rt_rbus_pci_drv.o
│ │ │ ├── rt_rbus_pci_util.c
│ │ │ ├── rt_rbus_pci_util.o
│ │ │ ├── rt_symb.c
│ │ │ ├── rt_txrx_hook.c
│ │ │ ├── sta_ioctl.c
│ │ │ ├── trace.c
│ │ │ ├── vr_bdlt.c
│ │ │ └── vr_ikans.c
│ │ ├── Release_Notes.txt
│ │ ├── sniffer
│ │ │ ├── sniffer_prism.c
│ │ │ └── sniffer_radiotap.c
│ │ ├── sta
│ │ │ ├── assoc.c
│ │ │ ├── auth.c
│ │ │ ├── auth_rsp.c
│ │ │ ├── connect.c
│ │ │ ├── dls.c
│ │ │ ├── ft_action.c
│ │ │ ├── ft_auth.c
│ │ │ ├── rtmp_ckipmic.c
│ │ │ ├── rtmp_data.c
│ │ │ ├── sanity.c
│ │ │ ├── sta.c
│ │ │ ├── sta_cfg.c
│ │ │ ├── sync.c
│ │ │ └── wpa.c
│ │ ├── tools
│ │ │ ├── bin2h
│ │ │ ├── bin2h.c
│ │ │ ├── Makefile
│ │ │ ├── plug_in
│ │ │ │ ├── Makefile
│ │ │ │ ├── modules.builtin
│ │ │ │ └── modules.order
│ │ │ └── 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
│ ├── hw_ctrl
│ │ ├── cmm_asic.c
│ │ ├── cmm_asic_mt.c
│ │ ├── cmm_asic_mt.o
│ │ ├── cmm_asic.o
│ │ ├── cmm_asic_rt.c
│ │ ├── cmm_chip_mt.c
│ │ ├── cmm_chip_mt.o
│ │ ├── coex.c
│ │ ├── greenap.c
│ │ └── mt_gpio.c
│ ├── include
│ │ ├── hw_ctrl
│ │ │ ├── cmm_asic.h
│ │ │ └── cmm_asic_mt.h
│ │ ├── mac
│ │ │ ├── mac.h
│ │ │ └── mac_mt
│ │ │ ├── mt_mac_ctrl.h
│ │ │ ├── mt_mac_pci.h
│ │ │ ├── mt_mac_sdio.h
│ │ │ ├── mt_mac_usb.h
│ │ │ ├── smac
│ │ │ │ ├── client.h
│ │ │ │ ├── gpio.h
│ │ │ │ ├── mt_mac.h
│ │ │ │ ├── pse.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
│ │ │ └── top.h
│ │ ├── mcu
│ │ │ └── mt_cmd.h
│ │ └── phy
│ │ ├── mt_bbp.h
│ │ ├── mt_phy.h
│ │ ├── mt_rf.h
│ │ ├── phy.h
│ │ ├── rlt_bbp.h
│ │ ├── rlt_rf.h
│ │ ├── rtmp_bbp.h
│ │ └── wf_phy_back.h
│ ├── mac
│ │ ├── mt_mac.c
│ │ ├── mt_mac.o
│ │ ├── ral_nmac.c
│ │ ├── ral_omac.c
│ │ └── rtmp_mac.c
│ ├── phy
│ │ ├── mt_phy.c
│ │ ├── mt_phy.o
│ │ ├── mt_rf.c
│ │ ├── mt_rf.o
│ │ ├── phy.c
│ │ ├── phy.o
│ │ ├── rf.c
│ │ └── rf.o
│ └── rate_ctrl
│ ├── alg_ags.c
│ ├── alg_grp.c
│ ├── alg_grp.o
│ ├── alg_legacy.c
│ ├── alg_legacy.o
│ ├── ra_ctrl.c
│ └── ra_ctrl.o
└── mt_wifi_ap
├── built-in.o
├── Kconfig
├── Kconfig.ap.mt
├── Makefile
├── Makefile.ap.mt
├── modules.builtin
├── modules.order
└── mt_wifi.o
87 directories, 1017 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论