Lines Matching defs:cookie
183 roc->cookie, roc->chan,
253 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie,
532 unsigned int duration, u64 *cookie,
573 * cookie is either the roc cookie (for normal roc)
577 roc->cookie = ieee80211_mgmt_tx_cookie(local);
578 *cookie = roc->cookie;
580 roc->mgmt_tx_cookie = *cookie;
674 unsigned int duration, u64 *cookie)
682 duration, cookie, NULL,
690 u64 cookie, bool mgmt_tx)
695 if (!cookie)
702 if (!mgmt_tx && roc->cookie != cookie)
704 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie)
758 struct wireless_dev *wdev, u64 cookie)
763 return ieee80211_cancel_roc(local, cookie, false);
767 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
950 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_KERNEL);
956 /* Assign a dummy non-zero cookie, it's not sent to
961 *cookie = 0xffffffff;
978 params->wait, cookie, skb,
988 struct wireless_dev *wdev, u64 cookie)
992 return ieee80211_cancel_roc(local, cookie, true);