aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* nl80211/wext: Share netlink new/del link event receive codeJouni Malinen2009-12-181-126/+30
* driver_nl80211/wext: Share netlink operstate send functionJouni Malinen2009-12-181-69/+12
* Fix netlink payload length calculationJouni Malinen2009-12-181-3/+3
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-131-57/+22
* nl80211: Remove some of the unnecessary conditional compilationJouni Malinen2009-12-131-59/+14
* Add BSS ctx to if_add() driver opJouni Malinen2009-12-131-1/+2
* Map STA flags into values defined in driver.hJouni Malinen2009-12-131-11/+9
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-091-8/+6
* Remove unused rate flags from driver useJouni Malinen2009-12-091-6/+4
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-091-81/+93
* Remove unused if_update() driver opJouni Malinen2009-12-091-9/+0
* Remove unused phytype RX info variableJouni Malinen2009-12-061-1/+0
* nl80211: Add extra IEs into IBSS join requestJouni Malinen2009-12-041-0/+8
* nl80211: Add support for IBSS networksJouni Malinen2009-12-041-1/+119
* nl80211: Clear BSS state mismatches with deauth as a workaroundJouni Malinen2009-12-021-1/+19
* nl80211: Add debug prints for BSS status in scan resultsJouni Malinen2009-12-021-0/+67
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* nl80211: Remove unneeded header file: ieee802_11_common.hJouni Malinen2009-11-291-4/+0
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-291-5/+2
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-291-0/+12
* Resolve some sparse warningsJouni Malinen2009-11-251-1/+1
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-3/+8
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-28/+9
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-231-1/+0
* nl80211: Build some client functionality unconditionallyJouni Malinen2009-11-231-23/+11
* nl80211: Remove last remaining WEXT codeJouni Malinen2009-11-231-37/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-231-76/+9
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-171-0/+7
* hostapd: fix AP mode initialization for nl80211Felix Fietkau2009-11-111-3/+3
* Fix MCS set field to be based on driver infoJouni Malinen2009-11-051-0/+7
* Work around some gcc 4.4 strict-aliasing warningsJouni Malinen2009-11-041-2/+3
* nl80211: Work around mac80211 limitation on (re)auth when authenticatedJouni Malinen2009-10-121-0/+17
* nl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into scan resultsJouni Malinen2009-10-011-0/+3
* nl80211: Recognize NL80211_CMD_TRIGGER_SCAN eventsJouni Malinen2009-10-011-0/+3
* nl80211: Fix a typo in set_sta_vlan()Author: Johannes Berg2009-09-301-1/+1
* nl80211: Use defines for NL80211_KEY_CIPHER valuesJouni Malinen2009-09-151-5/+8
* Revert "nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setup"Jouni Malinen2009-09-151-37/+44
* nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setupJouni Malinen2009-09-151-44/+37
* driver_nl80211: Fix MLME key settings for static WEPJohannes Berg2009-09-151-3/+62
* nl80211: Ignore connect/roam/disconnect events when using SMEJouni Malinen2009-09-041-0/+19
* nl80211: Connect API supportZhu Yi2009-09-031-0/+217
* nl80211: Add connect/disconnect event processingZhu Yi2009-09-031-0/+46
* nl80211: Check whether the driver support separate auth/assoc commandsZhu Yi2009-09-031-5/+30
* nl80211: Use defines for cipher suite selectorsZhu Yi2009-09-031-5/+8
* Fix a bug with ap_rx_from_unknown_sta() recursionWitold Sowa2009-08-261-2/+2
* nl80211: Use two sockets to avoid mixing command replies with eventsJouni Malinen2009-08-261-6/+38
* nl80211: Fix WEP key configurationJohannes Berg2009-07-261-1/+1
* hostapd: fix auth encryptionJohannes Berg2009-07-261-6/+4
* Allow wpa_supplicant to use libnl-2.0Jon Loeliger2009-07-251-2/+2
* hostapd: nl80211 retry creating a interface if it fails the first timeKarl Hiramoto2009-05-291-5/+27