
-
-
Redpine Signals, Inc. Proprietary and Confidential
Page 21
R
R
S
S
9
9
1
1
1
1
3
3
-
-
n
n
-
-
L
L
i
i
n
n
k
k
-
-
M
M
o
o
d
d
u
u
l
l
e
e
-
-
D
D
r
r
i
i
v
v
e
e
r
r
-
-
I
I
n
n
s
s
t
t
a
a
l
l
l
l
a
a
t
t
i
i
o
o
n
n
-
-
G
G
u
u
i
i
d
d
e
e
V
V
e
e
r
r
s
s
i
i
o
o
n
n
3
3
.
.
0
0
Other configurable parameters in the p2p.conf (supplicant uses this
configuration file for p2p mode settings) are p2p_listen_channel, p2p_oper_channel,
p2p_go_intent.
•
P2P Commands
To find the P2P devices run
the following command
1.
./wpa_cli –i wifi0 p2p_find
The output expected from this command is “OK”
In order to get the P2P results run the following command
2.
./wpa_cli –i wifi0 p2p_peers
After executing the above command the list of p2p devices which are in the
range appear.
To connect to P2P device, run the following command
3.
./wpa_cli –i wifi0 p2p_connect $bssid_device pbc
go_intent=$intent_value
6.7.1
Autonomous GO mode:
To create the p2p device in autonomous GO mode use the below
commands.
./wpa_cli –i wifi0 p2p_group_add freq=<enter the frequency in
which the autonomous GO should start>
./wpa_cli –i wifi0 p2p_group_add 2462
The above command starts the GO in channel 11.
In case if frequency is not specified in the above command Autonomous
GO starts in the operating channel specified in the p2p.conf file.
To connect legacy stations to the p2p group the passphrase can be
generated using the below command
./wpa_cli –i wifi0 p2p_get_passphrase
This command gives the passphrase, using which the legacy stations(non
p2p stations) can connect to the p2p group.
Note