[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFC v4] [PATCH 0/3] WPA support for netcfg



Thanks for the patience so far. Hopefully these ones are much better than the
last ones. We now check if wpasupplicant is installed and if not, fall back to
the old behaviour. I will post configs and info for a wpasupplicant udeb
either tonight or tomorrow.

Glenn Saberton (3):
  Whitespace changes to prepare for more cases.
  Create ask_wifi_configuration function.
  Add WPA support to netcfg

 packages/netcfg/Makefile                       |    4 +-
 packages/netcfg/base-installer                 |    2 +-
 packages/netcfg/debian/netcfg-common.templates |   21 +++++
 packages/netcfg/debian/rules                   |    2 +-
 packages/netcfg/dhcp.c                         |   98 +++++++++++++++---------
 packages/netcfg/netcfg-static.c                |   48 +++++++++++-
 packages/netcfg/netcfg.c                       |   59 +++++++++++++--
 packages/netcfg/netcfg.h                       |   16 ++++-
 packages/netcfg/wireless.c                     |   64 +++++++++++++++
 packages/netcfg/wpa.c                          |   95 +++++++++++++++++++++++
 10 files changed, 358 insertions(+), 51 deletions(-)
 create mode 100644 packages/netcfg/wpa.c


Reply to: