/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 131 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " 137 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic " 602 /* nl80211 code */ 662 "nl80211: %s->nl_recvmsgs failed: %d", 898 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command " 915 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); 919 wpa_printf(MSG_INFO, "nl80211: %s->nl_recvmsgs failed: %d", 937 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)", 1089 wpa_printf(MSG_DEBUG, "nl80211: Interface %s does not exist - ignore RTM_NEWLINK" 4038 struct genl_family *nl80211 = NULL; local [all...] |
/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
|
/device/asus/flo/ |
BoardConfigCommon.mk | 54 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 56 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/htc/flounder/ |
BoardConfig.mk | 84 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 87 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/lge/hammerhead/ |
BoardConfig.mk | 56 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 58 BOARD_HOSTAPD_DRIVER := NL80211
|
/device/lge/mako/ |
BoardConfig.mk | 54 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 56 BOARD_HOSTAPD_DRIVER := NL80211
|
/external/wpa_supplicant_8/src/common/ |
qca-vendor.h | 29 * enum qca_nl80211_vendor_subcmds - QCA nl80211 vendor command identifiers
|
/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})*)')
|
/device/moto/shamu/ |
BoardConfig.mk | 52 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 54 BOARD_HOSTAPD_DRIVER := NL80211
|
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 46 * added/fixed nl80211 functionality 93 * added nl80211 functionality 94 - VHT configuration for nl80211 104 nl80211 with multiple BSSes 136 * nl80211: number of updates to use new cfg80211/nl80211 functionality 137 - replace monitor interface with nl80211 commands 217 * fixed EAPOL frame transmission to non-QoS STAs with nl80211 229 Disassoc frames (nl80211). 338 * nl80211: fix multi-BSS and VLAN operation [all...] |
android.config | 22 # Driver interface for drivers using the nl80211 kernel interface
|
defconfig | 22 # Driver interface for drivers using the nl80211 kernel interface 302 # time goes by. ACS is currently only supported through the nl80211 driver and
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
driver_nl80211.h | 2 * Driver interaction with Linux nl80211/cfg80211
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main.c | 70 " -D = driver name (can be multiple drivers: nl80211,wext)\n" 105 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) 444 nl80211 = Linux nl80211/cfg80211 478 -c wpa1.conf -i wlan0 -D nl80211 -N \ 878 # Add a new interface (wlan0, no configuration file, driver=nl80211, and 881 "" nl80211 /var/run/wpa_supplicant [all...] |
ChangeLog | 5 * added/fixed nl80211 functionality 147 * added nl80211 functionality 148 - VHT configuration for nl80211 149 - MFP (IEEE 802.11w) information for nl80211 command API 169 * changed the default driver interface from wext to nl80211 if both are 259 * nl80211: number of updates to use new cfg80211/nl80211 functionality 260 - replace monitor interface with nl80211 commands for AP mode 277 * merged in number of changes from Android repository for P2P, nl80211, 468 Disassoc frames (nl80211) [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
wifi_hal.cpp | 154 info->nl80211_family_id = genl_ctrl_resolve(cmd_sock, "nl80211"); 156 ALOGE("Could not resolve nl80211 familty id"); 184 int id = wifi_get_multicast_id(handle, "nl80211", group);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wifi_hal.cpp | 197 info->nl80211_family_id = genl_ctrl_resolve(cmd_sock, "nl80211"); 199 ALOGE("Could not resolve nl80211 familty id"); 226 int id = wifi_get_multicast_id(handle, "nl80211", group);
|
/device/asus/fugu/ |
BoardConfig.mk | 73 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_nl80211.c | 82 /* Update the nl80211 pointers corresponding to parent iface */
|
/system/netd/server/ |
SoftapController.cpp | 138 asprintf(&wbuf, "interface=%s\ndriver=nl80211\nctrl_interface="
|