- Aug 23, 2017
-
-
Rafał Miłecki authored
This allows kernel send more details including all the NL80211_FREQUENCY_ATTR_NO_* flags. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Aug 16, 2017
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
Rafał Miłecki authored
This adds flags field which may be used to mark frequency not available under some conditions. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
Rafał Miłecki authored
In order to get more details about each frequency we will need to set NL80211_ATTR_SPLIT_WIPHY_DUMP in the future. This will result in our callback being called multiple times. Modify it to support such a scenario: 1) Start putting new frequencies after the last set one 2) Make sure that attribute is set before iterating it Signed-off-by:
Rafał Miłecki <rafal@milecki.pl> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jun 26, 2017
-
-
Jo-Philipp Wich authored
- introduce a new nl80211_request() which combines nl80211_msg() with nl80211_send() to simplify calling code - always invoke nl80211_free() in nl80211_send() and remove explicit nl80211_free() invocations in callers - back out early on netlink errors in functions performing multiple calls, e.g. when fetching scan results Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Adjust nl80211_send() to propagate errors back to the caller and do not free message and callbacks in send error case anymore since all callsites immediately invoke nl80211_free() anyway. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Oct 15, 2016
-
-
Sven Roederer authored
id read from unit and txoffset from datasheet Signed-off-by:
Sven Roederer <devel-sven@geroedel.de>
-
- Sep 21, 2016
-
-
Jo-Philipp Wich authored
Use the same logic as the command line interface for reporting the used WPA ciphers. Instead of printing the intersection of pairwise and group ciphers, report both group and pairwise ciphers. This fixes a case where a connection which uses CCMP for pairwise and TKIP as groupwise cipher is getting reported as using the NONE cipher. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jul 29, 2016
-
-
Felix Fietkau authored
They are not necessary Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jul 23, 2016
-
-
Florian Fainelli authored
linking with libuci means we need to link with libblobmsg_json, libjson-c and libubox. Sinc e we do not use pkg-config or something equivalent, we need to specify all dependencies. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Jul 04, 2016
-
-
Jo-Philipp Wich authored
If the first attempt to lookup the phy index by the path value fails, retry to find the index within the platform/ subdirectory to follow the logic used by the mac80211 package. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jan 25, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- Oct 29, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- Oct 05, 2015
-
-
Rafał Miłecki authored
With the mac80211 commit d55d0d598e66 ("nl80211: put current TX power in interface info") it is possible now to get TX power using nl80211. As we don't really support any wext-only drivers it doesn't make sense to leave wext as a fallback. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com>
-
- Sep 11, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org>
-
- Aug 11, 2015
-
-
Jernej Kos authored
Signed-off-by:
Jernej Kos <jernej@kos.mx>
-
- Jun 01, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- May 19, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
The old nl80211_hostapd_info() used a global static buffer which was not properly zeroed on subsequent invocations, leading to misreported encryption values when querying multiple radios or radious with multiple vifs. Also rework and simplify the control socket code for wpa_supplicant by splitting status query and scan handling. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- May 08, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- Mar 31, 2015
-
-
Jo-Philipp Wich authored
Only mark channels restricted that do not have a radar flag set. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
- Mar 20, 2015
-
-
Imre Kaloz authored
If a 802.11ac capable chip is in 2GHz-only mode, the hwmode reported should be 802.11bgn. Signed-off-by:
Imre Kaloz <kaloz@openwrt.org>
-
- Jan 04, 2015
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org>
-
- Dec 12, 2014
-
-
Andrew McDonnell authored
This fixes a buffer overwrite, I found it when building with SSP enabled
-
- Oct 27, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org>
-