aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting SSID hiding mode through set_ap()Jouni Malinen2011-08-263-0/+36
* Add crypto parameters to set_ap() command separatelyJouni Malinen2011-08-263-0/+105
* Sync with include/linux/nl80211.h in wireless-testing.gitJouni Malinen2011-08-261-12/+93
* WPS: Drop responses from ER to a STA that is not in WPS protocolJouni Malinen2011-08-121-1/+1
* Make sure that EAP callbacks are not done if state machine has been removedJouni Malinen2011-08-121-1/+1
* WPS: Fix M2/M2D Config Methods to include PushButton even if PBC not in useJouni Malinen2011-08-111-9/+1
* WPS: Fix default virt/phy pushbutton config method settingJouni Malinen2011-08-111-4/+2
* Add SSID as a separate item in AP mode Beacon setupJouni Malinen2011-08-103-0/+14
* Replace set_beacon() driver op with set_ap()Jouni Malinen2011-08-106-45/+73
* nl80211: Fix hostapd buildJouni Malinen2011-08-091-0/+5
* AP: Reorder WPA/Beacon initializationJouni Malinen2011-08-093-8/+33
* WPS: Do not update Beacon IEs before initial IE setJouni Malinen2011-08-093-1/+4
* nl80211: Add l2_packet for AP mode EAPOL TX without monitor ifaceJouni Malinen2011-08-091-0/+44
* nl80211: Do not include NL80211_ATTR_DURATION in TX frame if zeroJouni Malinen2011-08-091-1/+2
* nl80211: Fix connect command to not claim WPA if WPS is usedJouni Malinen2011-08-091-1/+2
* nl80211: Add more debug information on frame TX command failuresJouni Malinen2011-08-091-1/+2
* dbus: Do not segfault if P2P is disabledDan Williams2011-08-071-0/+44
* dbus: Remove separate access variable from propertiesJouni Malinen2011-08-074-90/+62
* wpa_supplicant AP: Enable uapsd in P2P GO mode if go_apsd was setEliad Peller2011-08-061-0/+5
* DBus/P2P: Return Primary and Secondary device types as bytesJayant Sane2011-08-061-45/+25
* random: Check fwrite return value to avoid warningsJouni Malinen2011-08-061-2/+9
* TLS: Reorder certificates if needed when reading themJouni Malinen2011-08-041-3/+15
* Dispatch more WPS events through hostapd ctrl_ifaceAnish Nataraj2011-08-044-0/+22
* P2P: Fix 802.11b-only rate validation for Probe Request framesJouni Malinen2011-08-021-0/+8
* Clarify hostapd error message on unsupported hw_mode valueJouni Malinen2011-07-311-1/+2
* Change example hostapd.conf to use 2.4 GHz channelJouni Malinen2011-07-311-2/+2
* dbus: clean up new D-Bus interface getters and settersDan Williams2011-07-2911-1368/+1371
* madwifi: Implement set_freq for hostapd, adjust hostapd.confPavel Roskin2011-07-292-3/+21
* hostap: Remove unused variable in handle_frame()Pavel Roskin2011-07-291-2/+0
* hostap: Add channel selection support in hostapdPavel Roskin2011-07-291-0/+20
* Increase maximum number of SSIDs per scan with ProbeReq to 10Dmitry Shmidt2011-07-191-1/+1
* Fix hostapd_cli linking without CONFIG_WPA_TRACE=yVladimir2011-07-191-1/+1
* Add CONFIG_IEEE80211N to wpa_supplicant defconfigJouni Malinen2011-07-181-0/+3
* P2P: Set p2p auth/assoc parameter based on connection typeJouni Malinen2011-07-172-10/+4
* nl80211: Change vif type to P2P_CLI upon P2P authenticationEliad Peller2011-07-173-2/+12
* nl80211: Consider P2P when changing vif typeEliad Peller2011-07-171-52/+62
* nl80211: Do not re-set iftype when initializing added interfaceJouni Malinen2011-07-171-1/+13
* nl80211: Add more debug info for iftype changesJouni Malinen2011-07-171-1/+28
* nl80211: Ignore ifdown event if mode change triggered itJouni Malinen2011-07-171-2/+11
* hostapd_cli: Start using src/utils/edit*.cJouni Malinen2011-07-162-65/+97
* Deauthenticate on reconfigurationJouni Malinen2011-07-161-5/+4
* Drop oldest unknown BSS table entries firstJouni Malinen2011-07-161-5/+51
* FT: Share IE parser implementation for Authenticator and SupplicantJouni Malinen2011-07-164-331/+171
* FT: Fix FT IE parser to not count TIE as protected IEJouni Malinen2011-07-161-2/+0
* FT: Fix the calculation of MIC Control field in FTIEHong Wu2011-07-162-3/+3
* P2P: Do not reply to Probe Request frame indicating only 802.11b ratesJouni Malinen2011-07-151-0/+30
* P2P: Check Device ID match in Probe Request frames in Listen stateJouni Malinen2011-07-151-5/+18
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-1515-22/+72
* Check random_get_bytes() result before writing entropy fileJouni Malinen2011-07-151-1/+2
* P2P: Fix p2p_intra_bss with nl80211Johannes Berg2011-07-151-0/+2