aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* driver_nl80211/wext: Share netlink operstate send functionJouni Malinen2009-12-185-137/+129
* Fix netlink payload length calculationJouni Malinen2009-12-187-10/+13
* driver_test: Fix AP mode to initialize bss_ctx for first interfaceJouni Malinen2009-12-161-0/+1
* Fix driver_nl80211.c build without CONFIG_CLIENT_MLMEJouni Malinen2009-12-141-5/+0
* Mark management frame processing functions to use const bufferJouni Malinen2009-12-131-1/+1
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-134-107/+103
* nl80211: Remove some of the unnecessary conditional compilationJouni Malinen2009-12-131-59/+14
* Replace hostapd_button_pushed() with generic driver eventJouni Malinen2009-12-132-3/+7
* Replace hostapd_michael_mic_failure() with generic driver eventJouni Malinen2009-12-135-6/+24
* driver_test: Merge drv->hapd into drv->ctxJouni Malinen2009-12-131-8/+7
* Add BSS ctx to if_add() driver opJouni Malinen2009-12-133-66/+17
* Map STA flags into values defined in driver.hJouni Malinen2009-12-136-25/+29
* Remove usused flags parameter from sta_add() driver opJouni Malinen2009-12-132-4/+2
* driver_bsd: Fix build after previous commitJouni Malinen2009-12-121-1/+1
* Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver opJouni Malinen2009-12-124-90/+81
* driver_bsd: Fix build (eapol_sm.h is not needed anymore)Jouni Malinen2009-12-121-1/+0
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-125-9/+22
* Replace direct driver call to wpa_ft_rrb_rx() with driver eventJouni Malinen2009-12-122-6/+20
* driver_wired: Share multicast membership add/drop functionJouni Malinen2009-12-121-40/+38
* driver_wired: Remove unneeded conditional building blocksJouni Malinen2009-12-121-36/+22
* Remove obsolete Prism54.org driver support (driver_prism54.c)Jouni Malinen2009-12-124-1638/+0
* driver_wired: Move STA entry processing away from driver wrapperJouni Malinen2009-12-122-24/+4
* Merge get_seqnum_igtk() driver op with get_seqnum()Jouni Malinen2009-12-112-17/+3
* Add Doxygen comments for rest of struct wpa_driver_ops membersJouni Malinen2009-12-101-0/+201
* Move vendor-specific IE type defines away from driver.hJouni Malinen2009-12-101-2/+0
* Add more documentation for driver opsJouni Malinen2009-12-101-12/+153
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-092-7/+0
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-094-27/+18
* Remove unused rate flags from driver useJouni Malinen2009-12-094-23/+5
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-094-95/+142
* Remove unused if_update() driver opJouni Malinen2009-12-094-21/+0
* Fix driver_bsd.c buildMasashi Honma2009-12-071-17/+17
* Remove unused phytype RX info variableJouni Malinen2009-12-062-2/+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-022-0/+69
* Remove src/crypto from default include pathJouni Malinen2009-11-292-2/+2
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-292-3/+2
* driver_prism54: Use hostapd_notif_disassoc() instead of private copyJouni Malinen2009-11-291-13/+1
* Remove some unneeded header file inclusionsJouni Malinen2009-11-292-4/+3
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-2916-16/+2508
* nl80211: Remove unneeded header file: ieee802_11_common.hJouni Malinen2009-11-291-4/+0
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-292-6/+3
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-292-0/+13
* Resolve some sparse warningsJouni Malinen2009-11-251-1/+1
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-234-147/+61
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-2316-93/+80
* Remove deprecated driver_ops handlersJouni Malinen2009-11-2314-196/+90