mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:01:57 +00:00
add config to wpa.conf
This commit is contained in:
parent
756535a61d
commit
1b698ca476
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ device_name=my-device
|
|||
|
||||
# Device type for desktop systems. Usually better left untouched..
|
||||
device_type=1-0050F204-1
|
||||
driver_param=p2p_device=1
|
||||
|
||||
# Supported config-methods:
|
||||
# pbc: Supports Push-Button-Configuration
|
||||
|
@ -44,4 +45,4 @@ device_type=1-0050F204-1
|
|||
# Note that wpas supports multiple options separated by spaces. But my remote
|
||||
# devices tend to choose "keypad" then, which is annoying for testing so I just
|
||||
# list pbc here as default.
|
||||
config_methods=pbc
|
||||
config_methods=keypad display pin label pbc
|
||||
|
|
Loading…
Reference in a new issue