Searched refs:NL80211_ATTR_COOKIE (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 1055 if (tb[NL80211_ATTR_COOKIE]) in mlme_event_remain_on_channel() 1056 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); in mlme_event_remain_on_channel() 1475 if (tb[NL80211_ATTR_COOKIE]) in nl80211_client_probe_event() 1476 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); in nl80211_client_probe_event() 2518 tb[NL80211_ATTR_COOKIE], in do_process_drv_event() 2707 tb[NL80211_ATTR_COOKIE], in process_bss_event()
|
H A D | nl80211_copy.h | 604 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE) 611 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to 642 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the 654 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies 781 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match 950 * (%NL80211_ATTR_NAN_FUNC_INST_ID) and a cookie (%NL80211_ATTR_COOKIE) 964 * and %NL80211_ATTR_COOKIE attributes. 975 * %NL80211_ATTR_COOKIE. 1045 * A u64 cookie for further %NL80211_ATTR_COOKIE use is is returned in 1061 * (%NL80211_ATTR_COOKIE) 2484 NL80211_ATTR_COOKIE, global() enumerator [all...] |
H A D | driver_nl80211.c | 7381 if (tb[NL80211_ATTR_COOKIE]) in cookie_handler() 7382 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); in cookie_handler() 7516 nla_put_u64(msg, NL80211_ATTR_COOKIE, cookie)) { in nl80211_frame_wait_cancel() 7604 nla_put_u64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie)) { in wpa_driver_nl80211_cancel_remain_on_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 1612 if (tb[NL80211_ATTR_COOKIE]) 1613 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); 2050 if (tb[NL80211_ATTR_COOKIE]) 2051 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); 3393 tb[NL80211_ATTR_COOKIE], 3549 tb[NL80211_ATTR_COOKIE]); 3643 tb[NL80211_ATTR_COOKIE],
|
H A D | nl80211_copy.h | 681 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE) 688 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to 723 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the 737 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies 865 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match 1034 * (%NL80211_ATTR_NAN_FUNC_INST_ID) and a cookie (%NL80211_ATTR_COOKIE) 1048 * and %NL80211_ATTR_COOKIE attributes. 1059 * %NL80211_ATTR_COOKIE. 1127 * A u64 cookie for further %NL80211_ATTR_COOKIE use is returned in 1143 * (%NL80211_ATTR_COOKIE) 2726 NL80211_ATTR_COOKIE, global() enumerator [all...] |
H A D | driver_nl80211.c | 8477 if (tb[NL80211_ATTR_COOKIE]) 8478 *cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]); 8638 nla_put_u64(msg, NL80211_ATTR_COOKIE, cookie)) { 8726 nla_put_u64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie)) {
|
Completed in 46 milliseconds