Lines Matching refs:cookie
183 roc->cookie, roc->chan, in ieee80211_roc_notify_destroy()
253 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie, in ieee80211_handle_roc_started()
564 unsigned int duration, u64 *cookie, in ieee80211_start_roc_work() argument
610 roc->cookie = ieee80211_mgmt_tx_cookie(local); in ieee80211_start_roc_work()
611 *cookie = roc->cookie; in ieee80211_start_roc_work()
613 roc->mgmt_tx_cookie = *cookie; in ieee80211_start_roc_work()
709 unsigned int duration, u64 *cookie) in ieee80211_remain_on_channel() argument
717 duration, cookie, NULL, in ieee80211_remain_on_channel()
722 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument
729 if (!cookie) in ieee80211_cancel_roc()
735 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
737 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
805 struct wireless_dev *wdev, u64 cookie) in ieee80211_cancel_remain_on_channel() argument
810 return ieee80211_cancel_roc(local, cookie, false); in ieee80211_cancel_remain_on_channel()
814 struct cfg80211_mgmt_tx_params *params, u64 *cookie) in ieee80211_mgmt_tx() argument
1011 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_KERNEL); in ieee80211_mgmt_tx()
1022 *cookie = 0xffffffff; in ieee80211_mgmt_tx()
1039 params->wait, cookie, skb, in ieee80211_mgmt_tx()
1048 struct wireless_dev *wdev, u64 cookie) in ieee80211_mgmt_tx_cancel_wait() argument
1052 return ieee80211_cancel_roc(local, cookie, true); in ieee80211_mgmt_tx_cancel_wait()