Git Product home page Git Product logo

rtl8192eu-driver's Introduction

===============================================================================
		Software Package - Component
===============================================================================
	1. ReleaseNotes.pdf

	2. document/
		2.1 Quick_Start_Guide_for_Driver_Compilation_and_Installation.pdf
		2.2 Quick_Start_Guide_for_Station_Mode.pdf
		2.3 wpa_cli_with_wpa_supplicant.pdf
		2.4 HowTo_support_more_VidPids.pdf
		2.5 Wireless_tools_porting_guide.pdf
		2.6 HowTo_enable_driver_to_support_WIFI_certification_test.pdf
		2.7 HowTo_enable_the_power_saving_functionality.pdf
		2.8 Quick_Start_Guide_for_SoftAP.pdf
		2.9 SoftAP_Mode_features.pdf
		2.10 linux_dhcp_server_notes.txt
		2.11 Quick_Start_Guide_for_Bridge.pdf
		2.12 RTK_P2P_WFD_Programming_guide.pdf
		2.13 HowTo_enable_driver_to_support_80211d.pdf
		2.14 Realtek_WiFi_concurrent_mode_Introduction.pdf

	3. driver/
		3.1 rtl8192EU_linux_v4.2.2_7585.20130524.tar.gz
			Naming rule: rtlCHIPS_linux_vM.N.P_ssss.yyyymmdd.tar.gz
			where:
				CHIPS: supported chips
				M: Major version
				N: miNor version
				P: Patch number
				s: SVN number
				y: package year
				m: package month
				d: package day
		
	4. wpa_supplicant_hostapd/
		4.1 wpa_supplicant_hostapd-0.8_rtw_r7048.20130424.tar.gz
			4.1.1 wpa_supplicant
				The tool help the wlan network to communicate under the
				protection of WPAPSK mechanism (WPA/WPA2) and add WPS patch
			4.1.2 hostapd
		4.2 wpa_0_8.conf
			 Configure file sample for wpa_supplicant-0.8
		4.3 rtl_hostapd_2G.conf
		4.4 rtl_hostapd_5G.conf
			 Configure files for Soft-AP mode 2.4G/5G
		4.5 p2p_hostapd.conf
			 Configure file for hostapd for Wi-Fi Direct (P2P)
		
		4.6 wpa_supplicant_8_jb_4.1_rtw_r7473.20130517.tar.gz
			 wpa_supplicant_8 from Android 4.1 SDK and patched by Realtek
			 could be used for pure-linux and Android 4.1. Support only cfg80211/nl80211.

		4.7 wpa_supplicant_8_jb_4.2_rtw_r7482.20130517.tar.gz
			 wpa_supplicant_8 from Android 4.2 SDK and patched by Realtek
			 could be used for pure-linux and Android 4.2. Support only cfg80211/nl80211.
		
	5. wireless_tools/
		5.1 wireless_tools.30.rtl.tar.gz

	6. hardware_wps_pbc/
		6.1 Readme.txt
		6.2 sample.c
		
	7. WiFi_Direct_User_Interface/
		7.1 p2p_api_test_linux.c
		7.2 p2p_ui_test_linux.c
		7.3 p2p_test.h
		7.4 Start_Guide_P2P_User_Interface_Linux.pdf
		
	8. android_reference_codes/
		8.1 realtek_wifi_SDK_for_android_20120618.tar.gz
			This tar ball includes our android wifi reference codes
			
		8.2 realtek_wifi_SDK_for_android.txt
			Guide for porting Realtek wifi onto your Android system
			
	9. android_reference_codes_ICS_nl80211/
		9.1 realtek_wifi_SDK_for_android_ICS_20120621.tar.gz
			This tar ball includes our android wifi reference codes for Android 4.0
			
		9.2 Realtek_Wi-Fi_SDK_for_Android_ICS.pdf
			Guide for porting Realtek wifi onto your Android 4.0 system
	
	10. android_ref_codes_JB_4.1
		10.1 linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
			Kernel patch file for config80211's STATION_INFO_ASSOC_REQ_IES event for kernel 3.0.
			
		10.2 realtek_wifi_SDK_for_android_JB_4.1_20130306.tar.gz
			This tar ball includes our android wifi reference codes for Android 4.1 
			
		10.3 Realtek_Wi-Fi_SDK_for_Android_JB_4.1.pdf
			Guide for porting Realtek wifi onto your Android 4.1 system
	
	11. android_ref_codes_JB_4.2
		11.1 linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
			Kernel patch file for config80211's STATION_INFO_ASSOC_REQ_IES event for kernel 3.0.
			
		11.2 realtek_wifi_SDK_for_android_JB_4.2_20130208.tar.gz
			This tar ball includes our android wifi reference codes for Android 4.2
			
		11.3 Realtek_Wi-Fi_SDK_for_Android_JB_4.2.pdf
			Guide for porting Realtek wifi onto your Android 4.2 system
			
	12. install.sh 
		Script to compile and install WiFi driver easily in PC-Linux
		

==================================================================================================================
		User Guide for Driver compilation and installation
==================================================================================================================
			(*) Please refer to document/Quick_Start_Guide_for_Driver_Compilation_and_Installation.pdf
==================================================================================================================
		User Guide for Station mode
==================================================================================================================
			(*) Please refer to document/Quick_Start_Guide_for_Station_Mode.pdf
==================================================================================================================
		User Guide for Soft-AP mode
==================================================================================================================
			(*) Please refer to document/Quick_Start_Guide_for_SoftAP.pdf
			(*) Please use wpa_supplicant_hostapd-0.8_rtw_r7048.20130424.tar.gz
			(*) Please refer to document/linux_dhcp_server_notes.txt
==================================================================================================================
		User Guide for Wi-Fi Direct
==================================================================================================================
		Realtek Legacy Wi-Fi Direct:
			(*) Please refer to document/RTK_P2P_WFD_Programming_guide.pdf
			(*) Please use wpa_supplicant_hostapd-0.8_rtw_r7048.20130424.tar.gz
			(*) Please refer to document/linux_dhcp_server_notes.txt
			(*) Please refer to WiFi_Direct_User_Interface/
		Wi-Fi Direct with nl80211
			(*) Please use:
					wpa_supplicant_8_jb_4.1_rtw_r7473.20130517.tar.gz
				or
					wpa_supplicant_8_jb_4.2_rtw_r7482.20130517.tar.gz
			(*) For P2P instruction/command, please refer to:
					README-P2P inside the wpa_supplicant folder of the wpa_supplicant_8 you choose
			(*) For DHCP server, please refer to:
					document/linux_dhcp_server_notes.txt
==================================================================================================================
		User Guide for WPS2.0
==================================================================================================================
			(*) Please use:
					wpa_supplicant_hostapd-0.8_rtw_r7048.20130424.tar.gz
				or
					wpa_supplicant_8_jb_4.1_rtw_r7473.20130517.tar.gz
				or 
					wpa_supplicant_8_jb_4.2_rtw_r7482.20130517.tar.gz
			(*) For WPS instruction/command, please refert to:
					README-WPS inside the wpa_supplicant folder of the wpa_supplicant_8 you choose
==================================================================================================================
		User Guide for Power Saving Mode
==================================================================================================================
			(*) Please refer to document/HowTo_enable_the_power_saving_functionality.pdf
==================================================================================================================
		User Guide for Applying Wi-Fi solution onto Andriod System
==================================================================================================================
			(*) For Android 1.6 ~ 2.3, Please refer to android_reference_codes/realtek_wifi_SDK_for_android.txt
			(*) For Android 4.0, please refer to android_reference_codes_ICS_nl80211/Realtek_Wi-Fi_SDK_for_Android_ICS.pdf
			(*) For Android 4.1, please refer to android_ref_codes_JB_4.1/Realtek_Wi-Fi_SDK_for_Android_JB_4.1.pdf
			(*) For Android 4.2, please refer to android_ref_codes_JB_4.2/Realtek_Wi-Fi_SDK_for_Android_JB_4.2.pdf

rtl8192eu-driver's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.