HomeSort by relevance Sort by last modified time
    Searched refs:NL80211_ATTR_IE (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 146 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
200 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
253 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_MAC,
472 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with
652 NL80211_ATTR_IE,
737 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 169 * %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_IE, %NL80211_ATTR_IE_PROBE_RESP,
229 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
258 * using the %NL80211_ATTR_IE attribute.
313 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
366 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_MAC,
    [all...]
  /bionic/libc/kernel/uapi/linux/
nl80211.h 237 NL80211_ATTR_IE,
467 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 205 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
276 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
305 * using the %NL80211_ATTR_IE attribute.
367 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
420 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h 225 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
311 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
340 * using the %NL80211_ATTR_IE attribute. The first cycle of the
404 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
457 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
    [all...]
driver_nl80211_event.c 949 if (tb[NL80211_ATTR_IE]) {
950 data.ft_ies.ies = nla_data(tb[NL80211_ATTR_IE]);
951 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
1108 !tb[NL80211_ATTR_MAC] || !tb[NL80211_ATTR_IE])
1117 data.mesh_peer.ies = nla_data(tb[NL80211_ATTR_IE]);
1118 data.mesh_peer.ie_len = nla_len(tb[NL80211_ATTR_IE]);
    [all...]
driver_nl80211_scan.c 139 if (nla_put(msg, NL80211_ATTR_IE, params->extra_ies_len,
driver_nl80211.c     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
nl80211.h 235 NL80211_ATTR_IE,
447 #define NL80211_ATTR_IE NL80211_ATTR_IE
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 211 C2S(NL80211_ATTR_IE)
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 229 C2S(NL80211_ATTR_IE)

Completed in 62 milliseconds