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

/net/mac80211/
H A Dcfg.c2653 u64 cookie, bool mgmt_tx)
2663 if (!mgmt_tx && dep->cookie != cookie)
2665 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie)
2675 if (!mgmt_tx && roc->cookie != cookie)
2677 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie)
3464 .mgmt_tx = ieee80211_mgmt_tx,
2652 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) argument

Completed in 272 milliseconds