aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* nl80211: Add support for IEEE 802.1X port control in station modeJouni Malinen2009-05-141-0/+32
* nl80211: Add support for NL80211_ATTR_STA_FLAGS2Jouni Malinen2009-05-141-0/+27
* nl80211: Add MFP flag configuration for station modeJouni Malinen2009-05-121-0/+5
* Add handling of SME auth/assoc timeout eventsJouni Malinen2009-04-241-2/+34
* nl80211: Replace WEXT code for RTS/fragmentation thresholdJouni Malinen2009-04-211-28/+44
* Remove unused set_retry() driver opJouni Malinen2009-04-211-31/+0
* wpa_supplicant AP: Add sta_set_flagsJouni Malinen2009-04-201-49/+50
* wpa_supplicant AP: Add EAPOL frame TX and RXJouni Malinen2009-04-201-71/+71
* nl80211: Mark state disassociated on local deauth/disassocJouni Malinen2009-04-201-0/+2
* wpa_supplicant AP: add sta_add() and sta_remove()Jouni Malinen2009-04-171-70/+69
* nl80211: Add/remove monitor interface dynamically based on modeJouni Malinen2009-04-171-22/+44
* nl80211: Delete Beacon information on deinit in wpa_supplicant AP modeJouni Malinen2009-04-171-21/+23
* nl80211: Use ifndef hostapd to reduce binary sizeJouni Malinen2009-04-171-1/+16
* nl80211: Fix secondary BSS ifindexJouni Malinen2009-04-171-1/+1
* Move more multi-BSSID processing into drv_callbacks.cJouni Malinen2009-04-171-143/+29
* Provide own_addr buffer in hapd_init() parametersJouni Malinen2009-04-171-1/+1
* Add own_addr as a parameter to sta_deauth() and sta_disassoc()Jouni Malinen2009-04-171-9/+8
* nl80211: Fix wpa_supplicant buildJouni Malinen2009-04-171-2/+2
* nl80211: Add helper functions for SIOC{G,S}IFHWADDRJouni Malinen2009-04-171-42/+53
* Remove dead code related to WDS setupJouni Malinen2009-04-161-17/+0
* nl80211: Share more of init/deinit codeJouni Malinen2009-04-161-112/+121
* nl80211: Make it possible to build without WEXT supportJouni Malinen2009-04-161-0/+27
* Clean up HT40 scan and share nl80211 scanning codeJouni Malinen2009-04-161-560/+148
* nl80211: Use shared code for netlink initializationJouni Malinen2009-04-141-84/+55
* nl80211: Merge handle_frame() implementationsJouni Malinen2009-04-141-140/+69
* nl82011: Use common code for setting channelJouni Malinen2009-04-141-60/+42
* nl80211: Remove inclusion of unneeded header filesJouni Malinen2009-04-141-5/+0
* nl80211: Fix management frame sending after driver_ops cleanupJouni Malinen2009-04-141-1/+1
* Share driver beacon configuration handlersJouni Malinen2009-04-091-85/+63
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-17/+9
* Remove unneeded inclusion of hostapd header filesJouni Malinen2009-04-091-2/+0
* nl80211: Share common interface processing codeJouni Malinen2009-04-091-286/+85
* nl80211: Share monitor mode filtering and reading functionsJouni Malinen2009-04-091-269/+40
* Share same set_country driver op for hostapd and wpa_supplicantJouni Malinen2009-04-091-26/+1
* Share management frame send driver op for hostapd and wpa_supplicantJouni Malinen2009-04-091-81/+15
* Remove flags parameter from send_mgmt_frame() driver opJouni Malinen2009-04-091-9/+8
* nl80211: Replace hostapd WEXT events with nl80211 eventsJouni Malinen2009-04-091-266/+46
* nl80211: Add Michael MIC failure event processing for wpa_supplicantJouni Malinen2009-04-091-0/+38
* nl80211: Merge hostapd and wpa_supplicant key configurationJouni Malinen2009-04-091-131/+68
* nl80211: Fix channel 14 useFrancesco Gringoli2009-04-091-1/+1
* Use common get_hw_feature_data for hostapd and wpa_supplicantJouni Malinen2009-04-091-267/+9
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-5/+2931
* nl80211: Fix static WEP key configuration when using SMEJouni Malinen2009-04-041-1/+11
* wpa_supplicant AP: Add get_hw_feature_dataJouni Malinen2009-04-031-0/+266
* Implement management frame TX for wpa_supplicant AP modeJouni Malinen2009-04-031-0/+72
* wpa_supplicant AP: Add management frame RX for nl80211Jouni Malinen2009-04-021-1/+536
* Add Beacon configuration for wpa_supplicant AP modeJouni Malinen2009-04-021-4/+84
* nl80211: Add IGTK (AES-128-CMAC) configurationJouni Malinen2009-04-011-0/+5
* SME: Add processing for rejected associationsJouni Malinen2009-04-011-5/+11
* nl80211: Remove forgotten comment about SIOCSIWMODEJouni Malinen2009-03-311-1/+1