diff --git a/documents/Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf b/documents/Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf new file mode 100644 index 0000000..813181e Binary files /dev/null and b/documents/Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf differ diff --git a/documents/p2p_hostapd.conf b/documents/p2p_hostapd.conf new file mode 100644 index 0000000..720e4e7 --- /dev/null +++ b/documents/p2p_hostapd.conf @@ -0,0 +1,79 @@ +##### hostapd configuration file ############################################## + +interface=wlan0 +ctrl_interface=/var/run/hostapd +ssid=DIRECT-RT +channel=6 +wpa=2 +wpa_passphrase=12345678 + + + +##### Wi-Fi Protected Setup (WPS) ############################################# + +eap_server=1 + +# WPS state +# 0 = WPS disabled (default) +# 1 = WPS enabled, not configured +# 2 = WPS enabled, configured +wps_state=2 + +uuid=12345678-9abc-def0-1234-56789abcdef0 + +# Device Name +# User-friendly description of device; up to 32 octets encoded in UTF-8 +device_name=RTL8192CU + +# Manufacturer +# The manufacturer of the device (up to 64 ASCII characters) +manufacturer=Realtek + +# Model Name +# Model of the device (up to 32 ASCII characters) +model_name=RTW_SOFTAP + +# Model Number +# Additional device description (up to 32 ASCII characters) +model_number=WLAN_CU + +# Serial Number +# Serial number of the device (up to 32 characters) +serial_number=12345 + +# Primary Device Type +# Used format: -- +# categ = Category as an integer value +# OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for +# default WPS OUI +# subcateg = OUI-specific Sub Category as an integer value +# Examples: +# 1-0050F204-1 (Computer / PC) +# 1-0050F204-2 (Computer / Server) +# 5-0050F204-1 (Storage / NAS) +# 6-0050F204-1 (Network Infrastructure / AP) +device_type=6-0050F204-1 + +# OS Version +# 4-octet operating system version number (hex string) +os_version=01020300 + +# Config Methods +# List of the supported configuration methods +config_methods=label display push_button keypad + + +##### default configuration ####################################### + +driver=rtl871xdrv +beacon_int=100 +hw_mode=g +ieee80211n=1 +wme_enabled=1 +ht_capab=[SHORT-GI-20][SHORT-GI-40][HT40+] +wpa_key_mgmt=WPA-PSK +wpa_pairwise=CCMP +max_num_sta=8 +wpa_group_rekey=86400 +supported_rates=60 90 120 180 240 360 480 540 +basic_rates=60 120 240 diff --git a/documents/rtl_hostapd_2G.conf b/documents/rtl_hostapd_2G.conf new file mode 100644 index 0000000..0f703e5 --- /dev/null +++ b/documents/rtl_hostapd_2G.conf @@ -0,0 +1,79 @@ +##### hostapd configuration file ############################################## + +interface=wlan0 +ctrl_interface=/var/run/hostapd +ssid=rtwap +channel=6 +wpa=2 +wpa_passphrase=87654321 +#bridge=br0 + + + +##### Wi-Fi Protected Setup (WPS) ############################################# + +eap_server=1 + +# WPS state +# 0 = WPS disabled (default) +# 1 = WPS enabled, not configured +# 2 = WPS enabled, configured +wps_state=2 + +uuid=12345678-9abc-def0-1234-56789abcdef0 + +# Device Name +# User-friendly description of device; up to 32 octets encoded in UTF-8 +device_name=RTL8192CU + +# Manufacturer +# The manufacturer of the device (up to 64 ASCII characters) +manufacturer=Realtek + +# Model Name +# Model of the device (up to 32 ASCII characters) +model_name=RTW_SOFTAP + +# Model Number +# Additional device description (up to 32 ASCII characters) +model_number=WLAN_CU + +# Serial Number +# Serial number of the device (up to 32 characters) +serial_number=12345 + +# Primary Device Type +# Used format: -- +# categ = Category as an integer value +# OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for +# default WPS OUI +# subcateg = OUI-specific Sub Category as an integer value +# Examples: +# 1-0050F204-1 (Computer / PC) +# 1-0050F204-2 (Computer / Server) +# 5-0050F204-1 (Storage / NAS) +# 6-0050F204-1 (Network Infrastructure / AP) +device_type=6-0050F204-1 + +# OS Version +# 4-octet operating system version number (hex string) +os_version=01020300 + +# Config Methods +# List of the supported configuration methods +config_methods=label display push_button keypad + + +##### default configuration ####################################### + +driver=rtl871xdrv +beacon_int=100 +hw_mode=g +ieee80211n=1 +wme_enabled=1 +ht_capab=[SHORT-GI-20][SHORT-GI-40][HT40+] +wpa_key_mgmt=WPA-PSK +wpa_pairwise=CCMP +max_num_sta=8 +wpa_group_rekey=86400 + diff --git a/documents/wpa_0_8.conf b/documents/wpa_0_8.conf new file mode 100644 index 0000000..eb87058 --- /dev/null +++ b/documents/wpa_0_8.conf @@ -0,0 +1,51 @@ +ctrl_interface=/var/run/wpa_supplicant +update_config=1 + +# Wi-Fi Protected Setup (WPS) parameters + +# Device Name +# User-friendly description of device; up to 32 octets encoded in UTF-8 +device_name=RTL8192CU + +# Manufacturer +# The manufacturer of the device (up to 64 ASCII characters) +manufacturer=Realtek + +# Model Name +# Model of the device (up to 32 ASCII characters) +model_name=RTW_STA + +# Model Number +# Additional device description (up to 32 ASCII characters) +model_number=WLAN_CU + +# Serial Number +# Serial number of the device (up to 32 characters) +serial_number=12345 + +# Primary Device Type +# Used format: -- +# categ = Category as an integer value +# OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for +# default WPS OUI +# subcateg = OUI-specific Sub Category as an integer value +# Examples: +# 1-0050F204-1 (Computer / PC) +# 1-0050F204-2 (Computer / Server) +# 5-0050F204-1 (Storage / NAS) +# 6-0050F204-1 (Network Infrastructure / AP) +device_type=1-0050F204-1 + +# OS Version +# 4-octet operating system version number (hex string) +os_version=01020300 + +# Config Methods +# List of the supported configuration methods +# Available methods: usba ethernet label display ext_nfc_token int_nfc_token +# nfc_interface push_button keypad virtual_display physical_display +# virtual_push_button physical_push_button +# For WSC 1.0: +#config_methods=display push_button keypad +# For WSC 2.0: +config_methods=virtual_display virtual_push_button keypad