aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change radius_msg_free() to free the bufferJouni Malinen2009-12-194-44/+39
* RADIUS message initialization cleanupJouni Malinen2009-12-191-25/+21
* Add documentation for RADIUS code and some minor cleanupJouni Malinen2009-12-192-25/+54
* WPS: Remove parent pointer from advertisement state machineJouni Malinen2009-12-192-15/+8
* WPS: Convert struct advertisement_state_machine to use struct dl_listJouni Malinen2009-12-193-29/+19
* WPS: Remove unused struct subscr_addr parent pointerJouni Malinen2009-12-192-2/+0
* WPS: Convert struct wps_event_ to use struct dl_listJouni Malinen2009-12-193-63/+14
* WPS: Convert struct subscription to use struct dl_listJouni Malinen2009-12-195-107/+50
* WPS: Convert struct subscr_addr to use dl_listJouni Malinen2009-12-195-69/+35
* Add generic doubly-linked list implementationJouni Malinen2009-12-191-0/+89
* Mac OS X: Fix driver_osx.c buildMasashi Honma2009-12-181-31/+57
* ralink: Add WPS supportSnowpin Lee2009-12-182-168/+266
* Change Linux driver wrappers to use shared netlink receive codeJouni Malinen2009-12-185-375/+77
* netlink: Move more of the newlink/dellink parsing into shared codeJouni Malinen2009-12-184-109/+59
* netlink: Use NLMSG_OK and NLMSG_NEXT macrosJouni Malinen2009-12-182-14/+11
* nl80211/wext: Share netlink new/del link event receive codeJouni Malinen2009-12-185-243/+209
* 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
* OpenSSL: Silence "Failed to read possible Application Data"Jouni Malinen2009-12-141-3/+12
* Mark management frame processing functions to use const bufferJouni Malinen2009-12-131-1/+1
* Mark ieee802_11_parse_elems() input and parsed elems constJouni Malinen2009-12-132-29/+30
* 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
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-127-63/+224
* WPS: Move POST URL validation into web_connection_parse_post()Jouni Malinen2009-12-122-9/+12
* WPS: Remove an obsolete comment about UPnP actions and callbacksJouni Malinen2009-12-121-5/+0
* WPS: Remove unnecessary GetDevice and PutMessage callbacksJouni Malinen2009-12-123-11/+38
* WPS: Remove unnecessary SetSelectedRegistrar callbackJouni Malinen2009-12-122-4/+1
* 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-102-2/+2
* Add more documentation for driver opsJouni Malinen2009-12-101-12/+153
* EAP-TTLS/PAP: User-Password obfuscation for zero length passwordMasashi Honma2009-12-091-1/+1