Home
last modified time | relevance | path

Searched refs:mgmt_tx_cancel_wait (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1250 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function
1721 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
/linux/net/wireless/
H A Drdev-ops.h797 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
H A Dnl80211.c2163 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_add_commands_unsplit()
13571 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
/linux/include/net/
H A Dcfg80211.h4535 * @mgmt_tx_cancel_wait: Cancel the wait time from transmitting a management
4929 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member