[PATCH 0/4] Report the actual number of concurrent channels

Ilan Peer ilan.peer at intel.com
Wed Jul 17 02:32:22 EDT 2013


Currently drivers only report if they support multiple concurrent
channels or not, but do not report the maximum number of concurrent channels
supported.

The patch set adds support for reporting the actual number of concurrent
channels supported by the driver, and changes to wpa_supplicant flows to
use this information in the scan and P2P flows etc.

Ilan Peer (4):
  nl80211: Report the number of concurrent support channels
  wpa_supplicant: Change share_vif_oper_freq() to handle multiple freqs
  P2P: Use the number of concurrent channels in P2P flows
  wpa_supplicant: Remove WPA_DRIVER_FLAGS_MULTI_CHANNEL_CONCURRENT

 src/drivers/driver.h              |    9 +-
 src/drivers/driver_nl80211.c      |   13 +-
 wpa_supplicant/p2p_supplicant.c   |  383 +++++++++++++++++++------------------
 wpa_supplicant/scan.c             |   83 +++-----
 wpa_supplicant/wpa_supplicant.c   |   68 +++++++
 wpa_supplicant/wpa_supplicant_i.h |    5 +
 6 files changed, 316 insertions(+), 245 deletions(-)

-- 
1.7.10.4



More information about the HostAP mailing list