Lines Matching defs:cookie
183 roc->cookie, roc->chan,
253 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie,
564 unsigned int duration, u64 *cookie,
606 * cookie is either the roc cookie (for normal roc)
610 roc->cookie = ieee80211_mgmt_tx_cookie(local);
611 *cookie = roc->cookie;
613 roc->mgmt_tx_cookie = *cookie;
709 unsigned int duration, u64 *cookie)
717 duration, cookie, NULL,
722 u64 cookie, bool mgmt_tx)
729 if (!cookie)
735 if (!mgmt_tx && roc->cookie != cookie)
737 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie)
805 struct wireless_dev *wdev, u64 cookie)
810 return ieee80211_cancel_roc(local, cookie, false);
814 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
1014 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_KERNEL);
1020 /* Assign a dummy non-zero cookie, it's not sent to
1025 *cookie = 0xffffffff;
1042 params->wait, cookie, skb,
1051 struct wireless_dev *wdev, u64 cookie)
1055 return ieee80211_cancel_roc(local, cookie, true);