Searched refs:roc (Results 1 – 3 of 3) sorted by relevance
/net/mac80211/ |
D | offchannel.c | 190 void ieee80211_handle_roc_started(struct ieee80211_roc_work *roc) in ieee80211_handle_roc_started() argument 192 if (roc->notified) in ieee80211_handle_roc_started() 195 if (roc->mgmt_tx_cookie) { in ieee80211_handle_roc_started() 196 if (!WARN_ON(!roc->frame)) { in ieee80211_handle_roc_started() 197 ieee80211_tx_skb_tid_band(roc->sdata, roc->frame, 7, in ieee80211_handle_roc_started() 198 roc->chan->band); in ieee80211_handle_roc_started() 199 roc->frame = NULL; in ieee80211_handle_roc_started() 202 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie, in ieee80211_handle_roc_started() 203 roc->chan, roc->req_duration, in ieee80211_handle_roc_started() 207 roc->notified = true; in ieee80211_handle_roc_started() [all …]
|
D | cfg.c | 2430 struct ieee80211_roc_work *roc, *tmp; in ieee80211_start_roc_work() local 2439 roc = kzalloc(sizeof(*roc), GFP_KERNEL); in ieee80211_start_roc_work() 2440 if (!roc) in ieee80211_start_roc_work() 2455 roc->chan = channel; in ieee80211_start_roc_work() 2456 roc->duration = duration; in ieee80211_start_roc_work() 2457 roc->req_duration = duration; in ieee80211_start_roc_work() 2458 roc->frame = txskb; in ieee80211_start_roc_work() 2459 roc->type = type; in ieee80211_start_roc_work() 2460 roc->mgmt_tx_cookie = (unsigned long)txskb; in ieee80211_start_roc_work() 2461 roc->sdata = sdata; in ieee80211_start_roc_work() [all …]
|
D | ieee80211_i.h | 1535 void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc, bool free); 1537 void ieee80211_handle_roc_started(struct ieee80211_roc_work *roc);
|