Searched refs:mgmt_tx_cancel_wait (Results 1 – 5 of 5) sorted by relevance
1309 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function1778 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
751 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
1753 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_add_commands_unsplit()10680 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
3801 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
4008 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,