Searched refs:NL80211_ATTR_COOKIE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | pmsr.c | 347 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie, in cfg80211_pmsr_complete() 560 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie, in cfg80211_pmsr_report()
|
H A D | nl80211.c | 529 [NL80211_ATTR_COOKIE] = { .type = NLA_U64 }, 8869 if (info->attrs[NL80211_ATTR_COOKIE]) { in nl80211_stop_sched_scan() 8870 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_stop_sched_scan() 11066 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cookie, in nl80211_remain_on_channel() 11088 if (!info->attrs[NL80211_ATTR_COOKIE]) in nl80211_cancel_remain_on_channel() 11094 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_cancel_remain_on_channel() 11288 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cookie, in nl80211_tx_mgmt() 11311 if (!info->attrs[NL80211_ATTR_COOKIE]) in nl80211_tx_mgmt_cancel_wait() 11331 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_tx_mgmt_cancel_wait() 12770 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cooki in nl80211_probe_client() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | pmsr.c | 366 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie, in cfg80211_pmsr_complete() 579 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie, in cfg80211_pmsr_report()
|
H A D | nl80211.c | 589 [NL80211_ATTR_COOKIE] = { .type = NLA_U64 }, 9938 if (info->attrs[NL80211_ATTR_COOKIE]) { in nl80211_stop_sched_scan() 9939 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_stop_sched_scan() 12418 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cookie, in nl80211_remain_on_channel() 12440 if (!info->attrs[NL80211_ATTR_COOKIE]) in nl80211_cancel_remain_on_channel() 12446 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_cancel_remain_on_channel() 12663 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cookie, in nl80211_tx_mgmt() 12686 if (!info->attrs[NL80211_ATTR_COOKIE]) in nl80211_tx_mgmt_cancel_wait() 12710 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_tx_mgmt_cancel_wait() 14177 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, cooki in nl80211_probe_client() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 259 NL80211_ATTR_COOKIE, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 678 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE) 685 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to 720 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the 734 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies 861 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match 1030 * (%NL80211_ATTR_NAN_FUNC_INST_ID) and a cookie (%NL80211_ATTR_COOKIE) 1044 * and %NL80211_ATTR_COOKIE attributes. 1055 * %NL80211_ATTR_COOKIE. 1123 * A u64 cookie for further %NL80211_ATTR_COOKIE use is returned in 1139 * (%NL80211_ATTR_COOKIE) 2670 NL80211_ATTR_COOKIE, global() enumerator [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 727 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE) 734 * radio. The %NL80211_ATTR_COOKIE attribute must be given as well to 769 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the 790 * transmitted with %NL80211_CMD_FRAME. %NL80211_ATTR_COOKIE identifies 920 * direct reply with an %NL80211_ATTR_COOKIE that is later used to match 1089 * (%NL80211_ATTR_NAN_FUNC_INST_ID) and a cookie (%NL80211_ATTR_COOKIE) 1103 * and %NL80211_ATTR_COOKIE attributes. 1114 * %NL80211_ATTR_COOKIE. 1205 * A u64 cookie for further %NL80211_ATTR_COOKIE use is returned in 1221 * (%NL80211_ATTR_COOKIE) 2958 NL80211_ATTR_COOKIE, global() enumerator [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 284 NL80211_ATTR_COOKIE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 284 NL80211_ATTR_COOKIE, enumerator
|
Completed in 65 milliseconds