HomeSort by relevance Sort by last modified time
    Searched full:nl80211 (Results 1 - 25 of 46) sorted by null

1 2

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 1 driver=nl80211
  /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 "
385 /* nl80211 code */
601 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command "
617 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available");
635 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)",
843 wpa_printf(MSG_DEBUG, "nl80211: Update ifindex for a removed "
880 wpa_printf(MSG_DEBUG, "nl80211: Ignore event for foreign "
897 wpa_printf(MSG_DEBUG, "nl80211: Ignore interface down
2621 struct genl_family *nl80211 = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 2 * WPA Supplicant - driver interaction with Linux nl80211/cfg80211
78 struct genl_family *nl80211; member in struct:wpa_driver_nl80211_data
96 /* nl80211 code */
786 wpa_printf(MSG_DEBUG, "nl80211: Update ifindex for a removed "
977 wpa_printf(MSG_DEBUG, "nl80211: Ignored event (cmd=%d)"
986 wpa_printf(MSG_DEBUG, "nl80211: Scan trigger");
989 wpa_printf(MSG_DEBUG, "nl80211: New scan results available");
996 wpa_printf(MSG_DEBUG, "nl80211: Scan aborted");
1021 wpa_printf(MSG_DEBUG, "nl80211: Event message available");
1093 * wpa_driver_nl80211_set_country - ask nl80211 to set the regulatory domai
    [all...]
  /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/samsung/crespo/
BoardConfigCommon.mk 70 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
72 BOARD_HOSTAPD_DRIVER := NL80211
  /device/samsung/tuna/
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
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 2 * Driver interaction with Linux nl80211/cfg80211
109 struct genl_family *nl80211; member in struct:wpa_driver_nl80211_data
driver_mac80211_nl.c 116 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0,
125 wpa_printf(MSG_ERROR, "nl80211: get link signal fail: %d", ret);
158 genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, 0,
172 wpa_printf(MSG_ERROR, "nl80211: Set power mode fail: %d", ret);
driver_mac80211.c 37 #include "nl80211.h"
1738 struct genl_family *nl80211; variable in typeref:struct:genl_family
    [all...]
  /device/asus/grouper/
BoardConfig.mk 57 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
60 BOARD_HOSTAPD_DRIVER := NL80211
  /device/moto/wingray/
BoardConfig.mk 56 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
59 BOARD_HOSTAPD_DRIVER := NL80211
  /device/ti/panda/
BoardConfig.mk 57 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
  /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 217 /* If this family is nl80211 */
220 "nl80211"))
265 strcpy(gf->gf_name, "nl80211");
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 72 wpa_printf(MSG_ERROR, "nl80211: Set power mode fail: %d", ret);
92 wpa_printf(MSG_DEBUG, "nl80211: Get power mode = %d", *state);
120 wpa_printf(MSG_ERROR, "nl80211: Get power mode fail: %d", ret);
driver_nl80211.h 2 * Driver interaction with Linux nl80211/cfg80211
  /external/wpa_supplicant_8/hostapd/
ChangeLog 13 * nl80211: fix multi-BSS and VLAN operations
23 * nl80211: fix WPS IE update
28 driver wrappers that use hostapd MLME (e.g., nl80211)
37 * fixed HT Capabilities IE with nl80211 drivers
48 driver=nl80211 for now)
55 driver=nl80211)
81 nl80211/mac80211 functionality
103 * added support for generating Country IE based on nl80211 regulatory
130 * fixed listen interval configuration for nl80211 drivers
175 MLME (driver_{hostap,nl80211,test}.c
    [all...]
android.config 22 # Driver interface for drivers using the nl80211 kernel interface
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.
169 # used with driver=hostap or driver=nl80211, but not with driver=madwifi.
359 # (only supported with driver=nl80211)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 54 " -D = driver name (can be multiple drivers: nl80211,wext)\n"

Completed in 819 milliseconds

1 2