/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
wpa_supplicant-nl80211.service.arg.in | 2 Description=WPA supplicant daemon (interface- and nl80211 driver-specific version) 10 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I 13 Alias=multi-user.target.wants/wpa_supplicant-nl80211@%i.service
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_nl80211.h | 2 * Definitions for DHD nl80211 driver interface. 25 #ifdef NL80211 48 #endif /* NL80211 */
|
dhdu_nl80211.c | 2 * nl80211 linux driver interface. 21 #include <linux/nl80211.h> 75 dhd_nli->nl_id = genl_ctrl_resolve(dhd_nli->nl, "nl80211"); 77 fprintf(stderr, "'nl80211' netlink not found\n"); 91 fprintf(stderr, "nl80211 connection failed\n");
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211.c | 2 * Driver interaction with Linux nl80211/cfg80211 118 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " 124 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic " 522 /* nl80211 code */ 817 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command " 833 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); 851 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)", 1018 wpa_printf(MSG_DEBUG, "nl80211: if_removed " 1025 wpa_printf(MSG_DEBUG, "nl80211: Interface %s " 1032 wpa_printf(MSG_DEBUG, "nl80211: if_removed 3389 struct genl_family *nl80211 = NULL; local [all...] |
/hardware/ti/wlan/mac80211/config/ |
hostapd.conf | 1 driver=nl80211
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nl80211.h | 10 * enum nl80211_commands - supported nl80211 commands 66 * enum nl80211_attrs - nl80211 netlink attributes 92 /* add attributes here, update the policy in nl80211.c */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nl80211.h | 10 * enum nl80211_commands - supported nl80211 commands 66 * enum nl80211_attrs - nl80211 netlink attributes 92 /* add attributes here, update the policy in nl80211.c */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nl80211.h | 10 * enum nl80211_commands - supported nl80211 commands 66 * enum nl80211_attrs - nl80211 netlink attributes 92 /* add attributes here, update the policy in nl80211.c */
|
/device/asus/grouper/ |
BoardConfigCommon.mk | 46 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 49 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/samsung/manta/ |
BoardConfig.mk | 66 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 69 BOARD_HOSTAPD_DRIVER := NL80211
|
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.c | 23 #include "nl80211.h" 79 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); 80 if (!state->nl80211) { 81 fprintf(stderr, "nl80211 not found.\n"); 97 genl_family_put(state->nl80211); 430 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, 505 /* need to treat "help" command specially so it works w/o nl80211 */
|
Makefile | 10 %.o: %.c calibrator.h nl80211.h plt.h nvs_dual_band.h
|
calibrator.h | 10 #include "nl80211.h" 21 struct genl_family *nl80211; member in struct:nl80211_state
|
/device/asus/flo/ |
BoardConfigCommon.mk | 53 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 55 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/lge/hammerhead/ |
BoardConfig.mk | 51 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 53 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/lge/mako/ |
BoardConfig.mk | 54 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 56 BOARD_HOSTAPD_DRIVER := NL80211
|
/external/wpa_supplicant_8/wpa_supplicant/utils/ |
log2pcap.py | 36 frame_re = re.compile(r'(([0-9]+.[0-9]{6}):\s*)?nl80211: MLME event frame - hexdump\(len=[0-9]*\):((\s*[0-9a-fA-F]{2})*)')
|
/system/core/libnl_2/ |
README | 30 protocol defined by struct genlmsghdr to support nl80211. 84 * nl80211.h 86 * $LINUX_KERNEL/net/wireless/nl80211.c
|
/system/core/libnl_2/genl/ |
genl.c | 220 /* If this family is nl80211 */ 223 "nl80211")) 285 if (strcmp(name, "nl80211") != 0) {
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
driver_nl80211.h | 2 * Driver interaction with Linux nl80211/cfg80211
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main.c | 58 " -D = driver name (can be multiple drivers: nl80211,wext)\n" 90 wpa_drivers[0] ? wpa_drivers[0]->name : "nl80211");
|
README | 118 Linux drivers that support cfg80211/nl80211. Even though there are 126 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211. 304 driver interfaces (e.g., nl80211, wext, ..) and which authentication 425 -D = driver name (can be multiple drivers: nl80211,wext) 443 nl80211 = Linux nl80211/cfg80211 477 -c wpa1.conf -i wlan0 -D nl80211 -N \ 877 # Add a new interface (wlan0, no configuration file, driver=nl80211, and 880 "" nl80211 /var/run/wpa_supplicant [all...] |
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 17 * nl80211: number of updates to use new cfg80211/nl80211 functionality 18 - replace monitor interface with nl80211 commands 98 * fixed EAPOL frame transmission to non-QoS STAs with nl80211 110 Disassoc frames (nl80211). 219 * nl80211: fix multi-BSS and VLAN operations 229 * nl80211: fix WPS IE update 234 driver wrappers that use hostapd MLME (e.g., nl80211) 243 * fixed HT Capabilities IE with nl80211 drivers 254 driver=nl80211 for now [all...] |
defconfig | 22 # Driver interface for drivers using the nl80211 kernel interface 289 # time goes by. ACS is currently only supported through the nl80211 driver and
|
android.config | 22 # Driver interface for drivers using the nl80211 kernel interface
|