| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Configures wpa_supplicant to use p2p0 mgmt iface instead of dynamically
created p2p-p2p0-XYZ virtual interfaces for P2P group.
Bug: 65524423
Test: CtsVerifier WifiDirect
Test: Manual verification
Change-Id: Id9add59aa122adb7f39c80252061a8f5d3cc55cd
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 8e0e1ec31d44159816faca7e367789f054bcf54e
with change id Ie1e6bf98f774e100bcdce2fc1984803401e6684c.
Because of this P2P GO is coming up by default on 40 MHz
and when it detects another overlapping BSS, it is switching
its own primary/secondary channel. Since driver based 11ac
override is in place for p2p go/sap, this change is no
longer needed. HT and VHT can also be enabled using the
below commands:
- p2p_connect <peer device address> <pbc|pin|PIN#|p2ps>
[display|keypad|p2ps][persistent|persistent=<network id>]
[join|auth][go_intent=<0..15>] [freq=<in MHz>] [ht40]
[vht] [provdisc] [auto]
- p2p_group_add [persistent|persistent=<network id>]
[freq=<freq in MHz>][ht40] [vht]
- p2p_invite [persistent=<network id>|group=<group ifname>]
[peer=address][go_dev_addr=address] [freq=<freq in MHz>]
[ht40] [vht][pref=<MHz>]
CRs-Fixed: 907153
Change-Id: I321072c9f59673ebc06f87fd8f1a28009bef3ea6
|
| |
|
|
|
|
|
| |
Considering Rome is VHT capable, enable VHT by default
Change-Id: Ie1e6bf98f774e100bcdce2fc1984803401e6684c
CRs-Fixed: 872624
|
|
|
Add WLAN driver & supplicant config files
Change-Id: I4db41cbad39950cf1e0d76778b8a79b3a891b9f3
|