P2P: Make peer's P2P Device Address available to authenticator
This can be used to implement per-device PSK selection based on the peer's P2P Device Address instead of P2P Interface Address. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
52177fbb70
commit
94ddef3e72
8 changed files with 36 additions and 22 deletions
|
@ -26,6 +26,7 @@ struct wpa_state_machine {
|
|||
struct wpa_group *group;
|
||||
|
||||
u8 addr[ETH_ALEN];
|
||||
u8 p2p_dev_addr[ETH_ALEN];
|
||||
|
||||
enum {
|
||||
WPA_PTK_INITIALIZE, WPA_PTK_DISCONNECT, WPA_PTK_DISCONNECTED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue