]> git.ipfire.org Git - thirdparty/hostap.git/commit
driver: Allow to provide a link ID when setting a channel
authorIlan Peer <ilan.peer@intel.com>
Mon, 22 May 2023 19:33:34 +0000 (22:33 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 Jun 2023 17:44:25 +0000 (20:44 +0300)
commite3605e8093074a679e1a790ec7eda69a5b057fc2
tree0ca13bf8bd65e38dbdd2ff61fbf95187ab3bcca0
parentbe44a7afd598e2ef949b8b5bd057560e0a20a564
driver: Allow to provide a link ID when setting a channel

This includes:

- Modifications of the driver API, to include the link ID as part
  of 'struct hostapd_freq_params'.
- Modifications to nl80211 driver.
- Modifications for the driver wrappers.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/ap_drv_ops.c
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/driver_i.h