82 Commits (d505def9ba6314206886995b416ae28bccf94d47)

Author SHA1 Message Date
Jo-Philipp Wich 55c322dc68 hostapd: fix ap/sta regression which got accidentally introduced by r32829 (#11914) 12 years ago
John Crispin 7639c9b580 mac80211/hostapd: add support for HT capa in case of IBSS/RSN 12 years ago
John Crispin 8b3882224a wpa_supplicant: add more parameters 12 years ago
Jo-Philipp Wich 17f5287b0e hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup 12 years ago
Felix Fietkau bcd4209323 hostapd: fix driver setting for wpa_s in IBSS/WPA-NONE 12 years ago
Felix Fietkau 34ccdb348d wpa_supplicant: make key_mgmt default to NONE 13 years ago
Felix Fietkau d5833ff3f3 wpa_supplicant: fix regressions introduced by the ibss-rsn changes 13 years ago
Felix Fietkau d654ad2ae9 wpa_supplicant: add CONFIG_IBSS_RSN=y compilation option 13 years ago
Felix Fietkau 1eaf4bf8fc wpa_supplicant: modify wpa_supplicant.sh in order to support IBSS-RSN/WPA-NONE 13 years ago
Felix Fietkau 1a167905c6 hostapd: disable the state dump callback to save a few more kb 13 years ago
Hamish Guthrie 92d36617b6 hostapd: correctly pass 64 char hex PSK to wpa_supplicant 13 years ago
Jo-Philipp Wich e1d199bbbc hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876) 13 years ago
Jo-Philipp Wich ec20b84048 hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces 13 years ago
Jo-Philipp Wich 964feeb54d hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute 13 years ago
Jo-Philipp Wich cfc23e4c49 hostapd: introduce options to configure the logging behaviour. The config wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events 13 years ago
Felix Fietkau 2b5517934d wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299) 14 years ago
Vasilis Tsiligiannis 9d54c7aaaf hostapd: add accounting configuration to hostapd uci script 14 years ago
Felix Fietkau 516440649b hostapd: add more wps config methods to the config 14 years ago
Jo-Philipp Wich f1ac8cf285 hostapd: allow mixed TKIP/CCMP for 11n 14 years ago
Felix Fietkau b60332deb0 hostapd: Create one control interface per virtual bssid 14 years ago
Felix Fietkau 58ed4ded0e hostapd: fix appending the iapp_interface variable to the config 14 years ago
Felix Fietkau 7ecd1c7484 hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config 14 years ago
Felix Fietkau d08bc913a8 hostapd: Allow rsn_preauth configuration 14 years ago
Vasilis Tsiligiannis 87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164) 14 years ago
Jo-Philipp Wich 0280ac8c92 Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. 14 years ago
Felix Fietkau 35cdc5d722 hostapd/mac80211: implement support for AP+STA 14 years ago
Vasilis Tsiligiannis 1beef305cf hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) 14 years ago
Felix Fietkau ca4a8b1bee hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet) 14 years ago
Felix Fietkau 4c0da9863a hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad 14 years ago
Jo-Philipp Wich 5f895af9fb hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na 14 years ago
Jo-Philipp Wich f391ff4ec8 hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override 14 years ago
Jo-Philipp Wich 4289fa555e hostapd: forgot the actual change in previous commit 14 years ago
Felix Fietkau db8b1922fc hostapd: add ap isolate support for mac80211 15 years ago
Jo-Philipp Wich 38b256105d hostapd: fixup madwifi turbo modes (#7060) 15 years ago
Travis Kemen 7a00430b3e When enabling MFP, hostapd will read assoc_sa_query_max_timeout and assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. 15 years ago
Travis Kemen 22b92b3e13 Enable management frame protection in hostapd, and make it configurable in /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. 15 years ago
Travis Kemen 21f006f156 Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless. 15 years ago
Travis Kemen e74fbc183b Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). 15 years ago
Jo-Philipp Wich 90c566f557 hostapd: always strip "11" from hwmode value 15 years ago
Felix Fietkau ad1507756b hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge 15 years ago
Felix Fietkau 7fdbfef92f wpa_supplicant: fix bridging settings for wds 15 years ago
Felix Fietkau 31cfd93be4 hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672 15 years ago
Felix Fietkau d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel) 15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653) 15 years ago
Felix Fietkau 64268c7165 hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package 15 years ago
Felix Fietkau ba7bfddaae mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- 15 years ago
Felix Fietkau b4ea1b0ac3 hostapd: parse the option for hiding the ESSID (#6310) 15 years ago
Felix Fietkau 7e3d67e546 hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247) 15 years ago
Felix Fietkau 5501cf6ed8 hostapd: automatically add wds sta interfaces of an ap to the right bridge 15 years ago
Felix Fietkau 36eccaad21 hostapd: implement wds ap support 15 years ago