1# wpa_supplicant configuration file for p2p. 2 3# Parameters for the control interface. If this is specified, wpa_supplicant 4# will open a control interface that is available for external programs to 5# manage wpa_supplicant. The meaning of this string depends on which control 6# interface mechanism is used. For all cases, the existence of this parameter 7# in configuration is used to determine whether the control interface is 8# enabled. 9ctrl_interface=p2p0 10 11# Whether to allow wpa_supplicant to update (overwrite) configuration 12# 13# This option can be used to allow wpa_supplicant to overwrite configuration 14# file whenever configuration is changed (e.g., new network block is added with 15# wpa_cli or wpa_gui, or a password is changed). This is required for 16# wpa_cli/wpa_gui to be able to store the configuration changes permanently. 17# Please note that overwriting configuration file will remove the comments from 18# it. 19update_config=1 20 21# Wi-Fi Protected Setup (WPS) parameters 22 23# Device Name 24# User-friendly description of device; up to 32 octets encoded in UTF-8 25device_name=Android_5118 26 27# Manufacturer 28# The manufacturer of the device (up to 64 ASCII characters) 29manufacturer=Hisilicon 30 31# Model Name 32# Model of the device (up to 32 ASCII characters) 33#model_name=RTW_STA 34 35# Model Number 36# Additional device description (up to 32 ASCII characters) 37#model_number=WLAN_CU 38 39# Serial Number 40# Serial number of the device (up to 32 characters) 41#serial_number=12345 42 43# Primary Device Type 44# Used format: <categ>-<OUI>-<subcateg> 45# categ = Category as an integer value 46# OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for 47# default WPS OUI 48# subcateg = OUI-specific Sub Category as an integer value 49# Examples: 50# 1-0050F204-1 (Computer / PC) 51# 1-0050F204-2 (Computer / Server) 52# 5-0050F204-1 (Storage / NAS) 53# 6-0050F204-1 (Network Infrastructure / AP) 54device_type=10-0050F204-5 55 56# OS Version 57# 4-octet operating system version number (hex string) 58#os_version=01020300 59 60# Config Methods 61# List of the supported configuration methods 62# Available methods: usba ethernet label display ext_nfc_token int_nfc_token 63# nfc_interface push_button keypad virtual_display physical_display 64# virtual_push_button physical_push_button 65# For WSC 1.0: 66#config_methods=display push_button keypad 67# For WSC 2.0: 68config_methods=virtual_display virtual_push_button 69 70# Listen channel 71p2p_listen_reg_class=81 72p2p_listen_channel=1 73 74# Operation channel 75p2p_oper_reg_class=81 76p2p_oper_channel=1 77 78# persisten reconnect 79persistent_reconnect=1 80