
6
WIFI DIRECT - P2P COMMAND
Wifi direct feature Makes direct connections to one another quickly and conveniently to do things like print,
sync, and share content even when an access point or router is unavailable.
6.1
Iwpriv use
6.1.1
P2pOpMode
Set p2p interface operate mode to GO.
Value:
1:
Auto (Force) GO mode
Example:
#iwpriv p2p0 set P2pOpMode=1
6.1.2
p2pLisCh
Set p2p device Channel in Listen stage.
Value:
1, 6, 11 (Define in P2P spec Page 26 & 36)
Example:
#iwpriv p2p0 set P2pLisCh=x
6.1.3
p2pOpCh
Set p2p Operation Channel if negotiate as GO
Value:
Based on country region
Example:
iwpriv p2p0 set p2pOpCh=1
35/75