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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h411 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
418 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
450 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
459 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
551 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1005 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1393 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1580 if (tb[NL80211_ATTR_COOKIE])
1581 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2157 tb[NL80211_ATTR_COOKIE],
2289 tb[NL80211_ATTR_COOKIE],
8154 if (tb[NL80211_ATTR_COOKIE])
8155 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
8273 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
8349 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h411 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
418 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
450 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
459 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
551 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1005 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1393 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1580 if (tb[NL80211_ATTR_COOKIE])
1581 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2157 tb[NL80211_ATTR_COOKIE],
2289 tb[NL80211_ATTR_COOKIE],
8154 if (tb[NL80211_ATTR_COOKIE])
8155 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
8273 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
8349 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h411 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE)
418 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to
450 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the
459 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies
551 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match
1005 * @NL80211_ATTR_COOKIE: Generic 64-bit cookie to identify objects.
1393 NL80211_ATTR_COOKIE, enumerator in enum:nl80211_attrs
H A Ddriver_nl80211.c1580 if (tb[NL80211_ATTR_COOKIE])
1581 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2157 tb[NL80211_ATTR_COOKIE],
2289 tb[NL80211_ATTR_COOKIE],
8154 if (tb[NL80211_ATTR_COOKIE])
8155 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
8273 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
8349 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie);

Completed in 146 milliseconds