Lines Matching defs:cookie
181 roc->cookie, roc->chan,
251 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie,
530 unsigned int duration, u64 *cookie,
571 * cookie is either the roc cookie (for normal roc)
575 roc->cookie = ieee80211_mgmt_tx_cookie(local);
576 *cookie = roc->cookie;
578 roc->mgmt_tx_cookie = *cookie;
672 unsigned int duration, u64 *cookie)
680 duration, cookie, NULL,
688 u64 cookie, bool mgmt_tx)
693 if (!cookie)
700 if (!mgmt_tx && roc->cookie != cookie)
702 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie)
756 struct wireless_dev *wdev, u64 cookie)
761 return ieee80211_cancel_roc(local, cookie, false);
765 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
912 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_KERNEL);
918 /* Assign a dummy non-zero cookie, it's not sent to
923 *cookie = 0xffffffff;
940 params->wait, cookie, skb,
950 struct wireless_dev *wdev, u64 cookie)
954 return ieee80211_cancel_roc(local, cookie, true);