Lines Matching defs:cookie
210 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
253 *cookie = prandom_u32() | 1;
258 MWIFIEX_BUF_FLAG_ACTION_TX_STATUS, cookie);
260 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true,
296 unsigned int duration, u64 *cookie)
301 if (!chan || !cookie) {
306 if (priv->roc_cfg.cookie) {
308 "info: ongoing ROC, cookie = 0x%llx\n",
309 priv->roc_cfg.cookie);
317 *cookie = prandom_u32() | 1;
318 priv->roc_cfg.cookie = *cookie;
321 cfg80211_ready_on_channel(wdev, *cookie, chan,
325 "info: ROC, cookie = 0x%llx\n", *cookie);
336 struct wireless_dev *wdev, u64 cookie)
341 if (cookie != priv->roc_cfg.cookie)
348 cfg80211_remain_on_channel_expired(wdev, cookie,
355 "info: cancel ROC, cookie = 0x%llx\n", cookie);