/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 34 * nl80211: number of updates to use new cfg80211/nl80211 functionality 35 - replace monitor interface with nl80211 commands for AP mode 52 * merged in number of changes from Android repository for P2P, nl80211, 243 Disassoc frames (nl80211). 257 * nl80211: 260 pre-authentication with nl80211 interface and drivers that handle 373 - Propogate TDLS related nl80211 capability flags from kernel and 412 * nl80211: fixed number of issues with roaming 435 * nl80211: add support for IEEE 802.11r/FT protocol (both over-the-ai [all...] |
android.config | 82 # functionality is added to it. nl80211-based interface is the new 88 # Driver interface for Linux drivers using the nl80211 kernel interface
|
defconfig | 82 # functionality is added to it. nl80211-based interface is the new 88 # Driver interface for Linux drivers using the nl80211 kernel interface
|
README-HS20 | 65 wpa_supplicant. The Linux nl80211 driver interface provides the needed
|
README-WPS | 58 configuration that includes WPS support and Linux nl80211 -based
|
README-P2P | 30 configuration that includes Wi-Fi P2P support and Linux nl80211
|
Makefile | 27 ALL += systemd/wpa_supplicant-nl80211@.service [all...] |
/system/netd/ |
SoftapController.cpp | 139 asprintf(&wbuf, "interface=%s\ndriver=nl80211\nctrl_interface="
|
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 37 #include "nl80211.h" 1738 struct genl_family *nl80211; variable in typeref:struct:genl_family [all...] |
nl80211.h | 80 * enum nl80211_commands - supported nl80211 commands 517 * enum nl80211_attrs - nl80211 netlink attributes [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 97 #ifdef NL80211 139 #endif /* NL80211 */
|
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | 30 #define NL80211_GENL_NAME "nl80211" 129 * enum nl80211_commands - supported nl80211 commands [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
README | 19 Make sure your kernel is configured to support nl80211 testmode commands
|
nl80211.h | 43 * enum nl80211_commands - supported nl80211 commands 373 * enum nl80211_attrs - nl80211 netlink attributes 735 /* add attributes here, update the policy in nl80211.c */ [all...] |
nvs.c | 22 #include "nl80211.h"
|
plt.c | 23 #include "nl80211.h"
|
ini.c | 23 #include "nl80211.h"
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.sgml | 341 <para>Driver to use (can be multiple drivers: nl80211,wext). 480 -c wpa1.conf -i wlan0 -D nl80211 -N \
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | 8 # In case of madwifi, atheros, and nl80211 driver interfaces, an additional 15 # For nl80211, this parameter can be used to request the AP interface to be 21 # Driver interface type (hostap/wired/madwifi/test/none/nl80211/bsd); 22 # default: hostap). nl80211 is used with all Linux mac80211 drivers. 205 # used with driver=hostap or driver=nl80211, but not with driver=madwifi. 402 # (only supported with driver=nl80211) [all...] |
README | 83 mac80211-based drivers that support AP mode (with driver=nl80211).
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 1011 #define WLAN_CIPHER_SUITE_KRK 0x004096FF /* for nl80211 use only */ [all...] |