mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Upload more docs
This commit is contained in:
parent
50744c0d41
commit
8e6f019a71
BIN
documents/Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf
Normal file
BIN
documents/Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf
Normal file
Binary file not shown.
79
documents/p2p_hostapd.conf
Normal file
79
documents/p2p_hostapd.conf
Normal file
@ -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>-<OUI>-<subcateg>
|
||||
# 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
|
79
documents/rtl_hostapd_2G.conf
Normal file
79
documents/rtl_hostapd_2G.conf
Normal file
@ -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>-<OUI>-<subcateg>
|
||||
# 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
|
||||
|
51
documents/wpa_0_8.conf
Normal file
51
documents/wpa_0_8.conf
Normal file
@ -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>-<OUI>-<subcateg>
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user