[PATCH 0/4] Fix access to P2P Device configuration

Ilan Peer ilan.peer
Tue May 12 07:39:56 PDT 2015


wpa_global->p2p_init_wpa_s holds the pointer to the interface used to
initialize the P2P Device operations. When needed to add/save/modify/query
the P2P Device configuration, this interface configuration file needs to
be used.

This patch set fixes some possible inconsistencies, since some flows
can be handled by the P2P Device management interface, but also by other
interfaces.

Ben Rosenfeld (1):
  P2P: Use the P2P Device management interface in
    wpas_p2p_remove_client()

Ilan Peer (3):
  P2P: Fix wpas_p2p_set_own_freq_preference() to access the P2P mgmt
    interface
  P2P: Fix wpas_p2p_add_persistent_group_client() to use the P2P mgmt
    interface
  P2P: Fix wpas_remove_persistent_peer() to use the P2P mgmt interface

 wpa_supplicant/p2p_supplicant.c | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

-- 
1.9.1




More information about the Hostap mailing list