Searched refs:roc (Results 1 – 3 of 3) sorted by relevance
| /net/mac80211/ |
| A D | offchannel.c | 176 roc->frame->data, roc->frame->len, in ieee80211_roc_notify_destroy() 178 ieee80211_free_txskb(&roc->sdata->local->hw, roc->frame); in ieee80211_roc_notify_destroy() 183 roc->cookie, roc->chan, in ieee80211_roc_notify_destroy() 191 kfree(roc); in ieee80211_roc_notify_destroy() 216 if (roc->abort || roc->hw_begun || remaining <= 0) in ieee80211_end_finished_rocs() 248 ieee80211_tx_skb_tid_band(roc->sdata, roc->frame, 7, in ieee80211_handle_roc_started() 254 roc->chan, roc->req_duration, in ieee80211_handle_roc_started() 314 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc() 461 if (!roc) in __ieee80211_roc_work() 582 roc = kzalloc(sizeof(*roc), GFP_KERNEL); in ieee80211_start_roc_work() [all …]
|
| A D | iface.c | 203 struct ieee80211_roc_work *roc; in ieee80211_can_powered_addr_change() local 218 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_can_powered_addr_change() 219 if (roc->sdata != sdata) in ieee80211_can_powered_addr_change() 222 if (roc->started) { in ieee80211_can_powered_addr_change()
|
| A D | cfg.c | 3675 struct ieee80211_roc_work *roc; in ieee80211_is_scan_ongoing() local 3701 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_is_scan_ongoing() 3703 roc->chan); in ieee80211_is_scan_ongoing()
|
Completed in 18 milliseconds