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

  /external/iw/
event.c 540 (unsigned long long)nla_get_u64(tb[NL80211_ATTR_COOKIE]));
545 (unsigned long long)nla_get_u64(tb[NL80211_ATTR_COOKIE]));
555 (unsigned long long)nla_get_u64(tb[NL80211_ATTR_COOKIE]),
571 (unsigned long long)nla_get_u64(tb[NL80211_ATTR_COOKIE]),
nl80211.h 501 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
508 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
539 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
551 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 396 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
403 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
435 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
444 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
    [all...]
  /external/libnl/python/examples/
nl80211.py 203 NL80211_ATTR_COOKIE = 88
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 1036 if (tb[NL80211_ATTR_COOKIE])
1037 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
    [all...]
nl80211_copy.h 569 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
576 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
    [all...]
driver_nl80211.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 302 C2S(NL80211_ATTR_COOKIE)
  /bionic/libc/kernel/uapi/linux/
nl80211.h 267 NL80211_ATTR_COOKIE,
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 302 C2S(NL80211_ATTR_COOKIE)
  /system/connectivity/wificond/net/kernel-header-latest/
nl80211.h 575 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
582 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
    [all...]

Completed in 775 milliseconds