mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-08 20:25:11 +00:00
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
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
|