Lines Matching refs:cookie
201 roc->cookie, roc->chan, in ieee80211_roc_notify_destroy()
271 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie, in ieee80211_handle_roc_started()
550 unsigned int duration, u64 *cookie, in ieee80211_start_roc_work() argument
591 roc->cookie = ieee80211_mgmt_tx_cookie(local); in ieee80211_start_roc_work()
592 *cookie = roc->cookie; in ieee80211_start_roc_work()
594 roc->mgmt_tx_cookie = *cookie; in ieee80211_start_roc_work()
688 unsigned int duration, u64 *cookie) in ieee80211_remain_on_channel() argument
696 duration, cookie, NULL, in ieee80211_remain_on_channel()
704 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument
709 if (!cookie) in ieee80211_cancel_roc()
716 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
718 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
772 struct wireless_dev *wdev, u64 cookie) in ieee80211_cancel_remain_on_channel() argument
777 return ieee80211_cancel_roc(local, cookie, false); in ieee80211_cancel_remain_on_channel()
781 struct cfg80211_mgmt_tx_params *params, u64 *cookie) in ieee80211_mgmt_tx() argument
928 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_KERNEL); in ieee80211_mgmt_tx()
939 *cookie = 0xffffffff; in ieee80211_mgmt_tx()
956 params->wait, cookie, skb, in ieee80211_mgmt_tx()
966 struct wireless_dev *wdev, u64 cookie) in ieee80211_mgmt_tx_cancel_wait() argument
970 return ieee80211_cancel_roc(local, cookie, true); in ieee80211_mgmt_tx_cancel_wait()