aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-2914-14/+0
* EAP-SIM peer: Remove AT_NOTIFICATION from Notification responseJouni Malinen2009-06-291-2/+0
* Rename variable to avoid gcc warning about shadowed namesJouni Malinen2009-06-291-5/+5
* Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifierJouni Malinen2009-06-124-5/+5
* X.509: Add parsing of alternative name to internal TLS implementationJouni Malinen2009-06-114-16/+254
* WPS: Change wpa_supplicant wps_reg to not send out M8Jouni Malinen2009-06-101-19/+33
* driver_bsd.c: Use new MLME method of association.Roy Marples2009-05-291-6/+0
* driver_bsd.c: Reduce code duplication between hostapd and wpa_supplicantRoy Marples2009-05-291-118/+118
* bsd: Get rid of printf size_t warnings with 64-bit buildsJouni Malinen2009-05-291-4/+4
* hostapd: nl80211 retry creating a interface if it fails the first timeKarl Hiramoto2009-05-291-5/+27
* wext: disconnect at init and deinitDan Williams2009-05-271-2/+9
* wext: Fix deauthentication to do IW_MLME_DEAUTH prior to disconnectDan Williams2009-05-271-1/+1
* wext: don't force-disconnect in ad-hoc modeDan Williams2009-05-271-8/+23
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-263-8/+49
* hostapd: Fix internal crypto build without TLSJouni Malinen2009-05-262-0/+4
* Resolve couple of compiler warningsJouni Malinen2009-05-261-7/+3
* driver_bsd.c: use get_scan_results2Masashi Honma2009-05-211-110/+102
* Fix hostapd and wpa_supplicant comipilation on NetBSD 4.0.1Masashi Honma2009-05-211-14/+10
* 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
* Sync with linux/nl80211.h from wireless-testing.gitJouni Malinen2009-05-141-3/+31
* nl80211: Add MFP flag configuration for station modeJouni Malinen2009-05-122-1/+25
* Drop unprotected Robust Action frames from MFP STAsJouni Malinen2009-05-081-0/+2
* Update SA Query transaction id length based on IEEE 802.11w/D8.0Jouni Malinen2009-05-061-2/+2
* WPS: Add a workaround for auth/encr type flags mismatchesJouni Malinen2009-05-061-1/+31
* General revision of RoboSwitch driverJouke Witteveen2009-04-261-144/+176
* Add handling of SME auth/assoc timeout eventsJouni Malinen2009-04-243-5/+60
* Remove unused set_broadcast_ssid() driver opJouni Malinen2009-04-222-8/+0
* Remove the unused set_ieee80211d driver opJouni Malinen2009-04-222-2/+0
* Add new wpa_supplicant driver op for setting 802.1X port statusJouni Malinen2009-04-224-1/+41
* nl80211: Replace WEXT code for RTS/fragmentation thresholdJouni Malinen2009-04-211-28/+44
* Remove unused set_retry() driver opJouni Malinen2009-04-213-33/+0
* nl80211: Sync with linux/nl80211.h from wireless-testing.gitJouni Malinen2009-04-211-4/+78
* wpa_supplicant AP: Add preliminary support for WPS Internal RegistrarJouni Malinen2009-04-211-3/+3
* 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
* Disconnect if 4-way handshake processing failsJouni Malinen2009-04-201-18/+38
* 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
* Use C99 designated initializers to cleanup driver_ops setupJouni Malinen2009-04-172-196/+43
* hostapd: Remove unused passive scan functionalityJouni Malinen2009-04-174-8/+0
* 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-173-145/+33
* Provide own_addr buffer in hapd_init() parametersJouni Malinen2009-04-179-24/+26
* Add own_addr as a parameter to sta_deauth() and sta_disassoc()Jouni Malinen2009-04-178-35/+50
* nl80211: Fix wpa_supplicant buildJouni Malinen2009-04-171-2/+2
* nl80211: Add helper functions for SIOC{G,S}IFHWADDRJouni Malinen2009-04-171-42/+53