Searched defs:roc (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Doffchannel.c190 void ieee80211_handle_roc_started(struct ieee80211_roc_work *roc) argument
192 if (roc->notified)
195 if (roc->mgmt_tx_cookie) {
196 if (!WARN_ON(!roc->frame)) {
197 ieee80211_tx_skb_tid_band(roc->sdata, roc->frame, 7,
198 roc->chan->band);
199 roc->frame = NULL;
202 cfg80211_ready_on_channel(&roc->sdata->wdev, roc
214 struct ieee80211_roc_work *roc, *dep, *tmp; local
259 struct ieee80211_roc_work *roc; local
302 ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc, bool free) argument
334 struct ieee80211_roc_work *roc = local
425 struct ieee80211_roc_work *roc; local
469 struct ieee80211_roc_work *roc, *tmp; local
[all...]
H A Dcfg.c2401 * want to extend the next roc instead of adding
2430 struct ieee80211_roc_work *roc, *tmp; local
2439 roc = kzalloc(sizeof(*roc), GFP_KERNEL);
2440 if (!roc)
2455 roc->chan = channel;
2456 roc->duration = duration;
2457 roc->req_duration = duration;
2458 roc->frame = txskb;
2459 roc
2608 struct ieee80211_roc_work *roc, *tmp, *found = NULL; local
[all...]

Completed in 38 milliseconds