Commit Graph

60 Commits (35cdc5d722883cac8b524ea803ee7eedca844087)

Author SHA1 Message Date
Felix Fietkau 35cdc5d722 hostapd/mac80211: implement support for AP+STA
SVN-Revision: 23602
14 years ago
Felix Fietkau b7204be37b wifi: change the default channel from 5 to 11, 5 was a really bad choice
SVN-Revision: 23423
14 years ago
Jo-Philipp Wich 8344c770fc mac80211: fix handling of frag and rts options, thanks stintel!
SVN-Revision: 22355
14 years ago
Felix Fietkau e0751eb57e mac80211: fix interface teardown for kernels >= 2.6.33
SVN-Revision: 22078
14 years ago
Felix Fietkau 99757d3336 mac80211: use the nl80211 driver for wpa_supplicant
SVN-Revision: 21321
14 years ago
Felix Fietkau ef710f7cf3 mac80211: enable rx/tx stbc by default if supported
SVN-Revision: 21319
14 years ago
Felix Fietkau 8b9afa6f75 mac80211: fix interface setup for wds client sometimes an interface does not get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started
SVN-Revision: 20106
14 years ago
Felix Fietkau ddb6eb9d51 mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
SVN-Revision: 20089
14 years ago
Felix Fietkau ee2c54569f mac80211: fix essid setting for ad-hoc (thx, stintel)
SVN-Revision: 19916
15 years ago
Felix Fietkau 13cfa88855 mac80211: fix client mode
SVN-Revision: 19915
15 years ago
Felix Fietkau 1c8fbfbaa6 mac80211: fix interface startup order for AP+STA (patch by yann lopez)
SVN-Revision: 19912
15 years ago
Felix Fietkau d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel)
Since client mode in mac80211is unreliable without using wpa_supplicant,
it would be better to enable wpa_supplicant by default.

With this patch, wpa_supplicant will always be used for mac80211-based
drivers in client mode. This will break client mode for images that
don't include wpa_supplicant or wpad, so maybe I need to add a check
somewhere to see if wpa_supplicant is available, and show the user a
warning if he tries client mode without wpa_supplicant. Suggestions on
where to add this check are welcome.

Tested with ath5k in client mode on open and wpa2-psk network, and
tested on my ath9k based AP as well to make sure it doesn't break AP mode.

SVN-Revision: 19718
15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
15 years ago
Felix Fietkau 52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
15 years ago
Felix Fietkau 8d689fedac mac80211: restrict the killing of wpa_supplicant processes to the right interface (#5991)
SVN-Revision: 19334
15 years ago
Felix Fietkau 26c953db20 mac80211: improve wifi interface cleanup
SVN-Revision: 19285
15 years ago
Jo-Philipp Wich 946291c8d5 mac80211: fix spurious error return codes in enable_mac80211()
SVN-Revision: 19265
15 years ago
Felix Fietkau eb1190bb29 mac80211: fix hostapd wmm setting for multiple bss interfaces
SVN-Revision: 19264
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-
SVN-Revision: 19235
15 years ago
Felix Fietkau 8bdee4acf7 mac80211: fix mac address handling for multiple phy/vif
SVN-Revision: 19177
15 years ago
Felix Fietkau b8ef670202 mac80211: fix ht capability detection (thx, stintel)
SVN-Revision: 19144
15 years ago
Felix Fietkau b35e22bd24 mac80211: implement the distance setting
SVN-Revision: 19142
15 years ago
Jo-Philipp Wich cb30b52ec1 base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends
SVN-Revision: 19118
15 years ago
Felix Fietkau 0a24ec2e4a mac80211: fix handling of vif mac addresses in /lib/wifi/mac80211.sh (patch from #6401)
SVN-Revision: 18923
15 years ago
Vasilis Tsiligiannis ddba20a829 mac80211: Don't echo missing physical device errors to wireless config file
SVN-Revision: 18896
15 years ago
Felix Fietkau d431d864b8 mac80211: fix RTS threshold not being set for mac80211 devices
A typo prevented it from working, tested with ar71xx and ath9k.

Signed-off-by: Otto Solares <solca@guug.org>

SVN-Revision: 18719
15 years ago
Felix Fietkau fee32f227e mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work
SVN-Revision: 18665
15 years ago
Jo-Philipp Wich af947d5c89 mac80211: fix a shell syntax error
SVN-Revision: 18664
15 years ago
Jo-Philipp Wich 6da667f886 mac80211: fix wpa handling in sta mode
SVN-Revision: 18662
15 years ago
Felix Fietkau 86bfe0a701 mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
SVN-Revision: 18627
15 years ago
Felix Fietkau 7d599ee46c mac80211: fix up wds sta mode after r18591
SVN-Revision: 18600
15 years ago
Gabor Juhos 756b6fdbf3 mac80211: fix detection of multiple mac80211 devices
SVN-Revision: 18583
15 years ago
Gabor Juhos ff7c793af5 mac80211: remove trailing whitespaces in mac80211.sh
SVN-Revision: 18582
15 years ago
Gabor Juhos 1104a67439 mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
SVN-Revision: 18577
15 years ago
Gabor Juhos 7ce91a64f0 mac80211: fix a typo in the mac80211.sh
SVN-Revision: 18567
15 years ago
Gabor Juhos 05c8eef651 mac80211: select channel 36 by default on 5GHz only devices
SVN-Revision: 18562
15 years ago
Felix Fietkau a195852e7f mac80211: disable powersave on the sta by default (for performance reasons)
SVN-Revision: 18379
15 years ago
Felix Fietkau 1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
15 years ago
Felix Fietkau 559f32adbc mac80211: fix wpa in client mode
SVN-Revision: 18355
15 years ago
Felix Fietkau 498483be78 mac80211: fix wifi detect with 11n cards that have multiple bands
SVN-Revision: 18351
15 years ago
Felix Fietkau 875d957512 mac80211: fill some important capabilities into ht_capab in the hostapd config
SVN-Revision: 18293
15 years ago
Felix Fietkau d06c15c265 mac80211: fix a warning during interface bringup when using autochannel
SVN-Revision: 18034
15 years ago
Felix Fietkau d5ca84ad0f mac80211: fix encryption fallback for sta mode, add frequency/bssid selection support
SVN-Revision: 18025
15 years ago
Felix Fietkau 60d9f8044c mac80211: fix autochannel / fixed channel selection, add commands for unencrypted sta mode
SVN-Revision: 18024
15 years ago
Felix Fietkau 4cb436429b mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
SVN-Revision: 18023
15 years ago
Felix Fietkau eb59d14aac mac80211: autodetect the default phy mode based on 11n and freq capabilities
SVN-Revision: 17825
15 years ago
Felix Fietkau d8aa4acfda mac80211: fix typo in ifname setup, suppress error messages of interface enumeration commands
SVN-Revision: 17824
15 years ago
Felix Fietkau 5c3c14b02f mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k
SVN-Revision: 17821
15 years ago
Vasilis Tsiligiannis 3b1c6c0379 mac80211: Declare some variables as local and remove unused
SVN-Revision: 16627
15 years ago
Felix Fietkau ca749bea97 wifi: fix hostapd + autochannel
SVN-Revision: 15055
15 years ago