Home
last modified time | relevance | path

Searched refs:roc (Results 1 – 2 of 2) sorted by relevance

/net/mac80211/
Doffchannel.c171 static void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc) in ieee80211_roc_notify_destroy() argument
174 if (roc->frame) { in ieee80211_roc_notify_destroy()
175 cfg80211_mgmt_tx_status(&roc->sdata->wdev, roc->mgmt_tx_cookie, in ieee80211_roc_notify_destroy()
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()
181 if (!roc->mgmt_tx_cookie) in ieee80211_roc_notify_destroy()
182 cfg80211_remain_on_channel_expired(&roc->sdata->wdev, in ieee80211_roc_notify_destroy()
183 roc->cookie, roc->chan, in ieee80211_roc_notify_destroy()
186 cfg80211_tx_mgmt_expired(&roc->sdata->wdev, in ieee80211_roc_notify_destroy()
187 roc->mgmt_tx_cookie, in ieee80211_roc_notify_destroy()
[all …]
Diface.c205 struct ieee80211_roc_work *roc; in ieee80211_can_powered_addr_change() local
220 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_can_powered_addr_change()
221 if (roc->sdata != sdata) in ieee80211_can_powered_addr_change()
224 if (roc->started) { in ieee80211_can_powered_addr_change()