P2P: Add preliminary P2P Manager AP support for hostapd
This commit is contained in:
parent
df91238b54
commit
962473c136
7 changed files with 128 additions and 0 deletions
|
@ -317,6 +317,8 @@ struct hostapd_bss_config {
|
|||
#define P2P_ENABLED BIT(0)
|
||||
#define P2P_GROUP_OWNER BIT(1)
|
||||
#define P2P_GROUP_FORMATION BIT(2)
|
||||
#define P2P_MANAGE BIT(3)
|
||||
#define P2P_ALLOW_CROSS_CONNECTION BIT(4)
|
||||
int p2p;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue