[RFC 0/3] Add an options to common device wide parameters

Ilan Peer ilan.peer
Thu Mar 20 01:38:22 PDT 2014


This patch set add the option to pass a global configuration file
that contains device wide configuration parameters, i.e., WPS and
P2P Configurations.

The configuration file is processed for each of the network interfaces,
setting the common device wide parameters (possibly overwriting
configuration fields pass in the interface). In case that a dedicated P2P
Device interface is created then this configuration file is used as its
configuration file.

TODO: this might (probably) not work for a network interface that is
also used for P2P Device management

Ilan Peer (3):
  config: separate global configuration fields
  config: Add APIs to read device wide common configuration
  wpa_supplicant: Use -m to specify a global configuration file

 wpa_supplicant/config.c           |  122 ++++++++++++++++++++++++-------------
 wpa_supplicant/config.h           |   17 ++++++
 wpa_supplicant/config_file.c      |   98 +++++++++++++++++++++++++++++
 wpa_supplicant/config_none.c      |    9 +++
 wpa_supplicant/config_winreg.c    |   12 ++++
 wpa_supplicant/main.c             |   25 +++++---
 wpa_supplicant/p2p_supplicant.c   |   16 +----
 wpa_supplicant/p2p_supplicant.h   |    3 +-
 wpa_supplicant/wpa_supplicant.c   |   15 +++--
 wpa_supplicant/wpa_supplicant_i.h |   19 +++---
 10 files changed, 250 insertions(+), 86 deletions(-)

-- 
1.7.10.4




More information about the Hostap mailing list