Searched refs:NL80211_ATTR_COOKIE (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h453 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
460 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
491 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
500 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
613 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1189 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1697 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h464 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
471 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
502 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
514 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
627 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1222 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1780 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c2203 if (tb[NL80211_ATTR_COOKIE])
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
3179 tb[NL80211_ATTR_COOKIE],
3367 tb[NL80211_ATTR_COOKIE],
10546 if (tb[NL80211_ATTR_COOKIE])
10547 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
10754 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h464 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
471 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
502 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
514 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
627 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1222 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1780 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c2203 if (tb[NL80211_ATTR_COOKIE])
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
3179 tb[NL80211_ATTR_COOKIE],
3367 tb[NL80211_ATTR_COOKIE],
10546 if (tb[NL80211_ATTR_COOKIE])
10547 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
10754 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h464 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
471 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
502 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
514 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
627 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1222 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1780 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c2203 if (tb[NL80211_ATTR_COOKIE])
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
3179 tb[NL80211_ATTR_COOKIE],
3367 tb[NL80211_ATTR_COOKIE],
10546 if (tb[NL80211_ATTR_COOKIE])
10547 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
10754 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);

Completed in 162 milliseconds