hostap/src/drivers
Arik Nemtsov 45b722f150 TDLS: Add peer as a STA during link setup
Before commencing setup, add a new STA entry to the driver representing
the peer. Later during setup, update the STA entry using information
received from the peer.

Extend sta_add() callback for adding/modifying a TDLS peer entry and
connect it to the TDLS state machine. Implement this callback for the
nl80211 driver and send peer information to kernel.

Mark TDLS peer entries with a new flag and translate it to a
corresponding nl80211 flag in the nl80211 driver.

In addition, correct TDLS related documentation in the wpa_driver_ops
structure.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Cc: Kalyan C Gaddam <chakkal@iit.edu>
2011-10-23 22:19:35 +03:00
..
.gitignore Force rebuilding of src/drivers between hostapd and wpa_supplicant 2009-08-14 20:40:37 +03:00
Apple80211.h Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00
driver.h TDLS: Add peer as a STA during link setup 2011-10-23 22:19:35 +03:00
driver_atheros.c atheros: Add a placeholder function for set_ap() driver_ops 2011-10-17 21:36:28 +03:00
driver_broadcom.c Use generic driver event notification for AP mode assoc/disassoc 2010-01-03 18:22:22 +02:00
driver_bsd.c bsd: Fix set_key() sequence number endian issue 2011-06-23 15:47:21 +03:00
driver_hostap.c AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWN 2011-10-20 21:51:32 +03:00
driver_hostap.h Merge wpa_supplicant and hostapd driver wrapper implementations 2009-04-09 13:40:12 +03:00
driver_iphone.m Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
driver_madwifi.c madwifi: Implement set_freq for hostapd, adjust hostapd.conf 2011-07-29 20:51:55 +03:00
driver_ndis.c Remove unused driver_ops client MLME functions 2011-10-23 20:07:57 +03:00
driver_ndis.h driver_ndis: Detect Native 802.11 drivers (NDIS 6, Vista) 2009-03-07 23:53:40 +02:00
driver_ndis_.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
driver_nl80211.c TDLS: Add peer as a STA during link setup 2011-10-23 22:19:35 +03:00
driver_none.c Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
driver_osx.m driver_osx: Update set_key arguments to fix build 2010-04-04 08:13:46 +03:00
driver_privsep.c Add drv_event_eapol_rx() helper 2010-01-03 18:35:01 +02:00
driver_ralink.c Use set_key addr to distinguish default and multicast keys 2011-01-09 19:44:28 +02:00
driver_ralink.h ralink: Add WPS support 2009-12-18 21:04:11 +02:00
driver_roboswitch.c Fix typos found by codespell 2011-09-22 00:43:59 +03:00
driver_test.c Remove unused driver_ops client MLME functions 2011-10-23 20:07:57 +03:00
driver_wext.c wext: Do not set SSID on disconnect on Android 2011-10-21 19:11:07 +03:00
driver_wext.h Enable sharing of scan result events among virtual interfaces 2010-11-26 21:46:30 +02:00
driver_wired.c nl80211: Send EAPOL frames as QoS data frames for QoS aware clients 2011-04-02 22:03:05 +03:00
drivers.c Remove obsolete drivers wrappers: atmel, ndiswrapper, ipw, hermes 2011-01-30 21:29:25 +02:00
drivers.mak Remove obsolete drivers wrappers: atmel, ndiswrapper, ipw, hermes 2011-01-30 21:29:25 +02:00
drivers.mk Add Android make files for hostapd and wpa_supplicant 2011-02-27 19:19:43 +02:00
linux_ioctl.c nl80211: Stop more quickly on initialization errors 2011-10-20 21:36:36 +03:00
linux_ioctl.h hostapd: Detect bridge interface automatically 2010-01-16 15:19:58 +02:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
MobileApple80211.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
MobileApple80211.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
ndis_events.c Workaround number of compiler warnings with newer MinGW version 2008-12-11 00:56:37 +02:00
netlink.c netlink: Do not use void pointer for pointer arithmetic 2011-10-18 17:00:08 +03:00
netlink.h nl80211: Include linux/rtnetlink.h explicitly 2010-09-29 21:52:51 -07:00
nl80211_copy.h Sync with wireless-testing.git linux/nl80211.h 2011-10-02 13:16:42 +03:00
priv_netlink.h netlink: Use NLMSG_OK and NLMSG_NEXT macros 2009-12-18 17:22:35 +02:00
rfkill.c Add Linux rfkill support 2010-05-23 10:27:32 +03:00
rfkill.h Add Linux rfkill support 2010-05-23 10:27:32 +03:00
wireless_copy.h Android: Modify wireless_copy.h to fix Android build 2011-09-02 16:50:43 +03:00