P2P: Add optional "join" argument for p2p_prov_disc command
This can be used to request Provision Discovery Request to be sent for the purpose of joining a running group, e.g., to request the GO to display a PIN that we can then use with p2p_connect join command. Signed-hostap: Jithu Jance <jithu@broadcom.com>
This commit is contained in:
parent
61ff2c8080
commit
8c5f730983
8 changed files with 33 additions and 22 deletions
|
@ -101,7 +101,7 @@ Flush P2P peer table and state.
|
|||
|
||||
Group Formation
|
||||
|
||||
p2p_prov_disc <peer device address> <display|keypad|pbc>
|
||||
p2p_prov_disc <peer device address> <display|keypad|pbc> [join]
|
||||
|
||||
Send P2P provision discovery request to the specified peer. The
|
||||
parameters for this command are the P2P device address of the peer and
|
||||
|
@ -110,6 +110,10 @@ the desired configuration method. For example, "p2p_prov_disc
|
|||
us and "p2p_prov_disc 02:01:02:03:04:05 keypad" would request the peer
|
||||
to enter a PIN that we display.
|
||||
|
||||
The optional "join" parameter can be used to indicate that this command
|
||||
is requesting an already running GO to prepare for a new client. This is
|
||||
mainly used with "display" to request it to display a PIN.
|
||||
|
||||
p2p_connect <peer device address> <pbc|pin|PIN#> [display|keypad]
|
||||
[persistent] [join|auth] [go_intent=<0..15>] [freq=<in MHz>]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue