Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c1255 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function
1743 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
/Linux-v6.6/net/wireless/
Drdev-ops.h788 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
Dnl80211.c2085 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_add_commands_unsplit()
12686 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
/Linux-v6.6/include/net/
Dcfg80211.h4591 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
/Linux-v6.6/net/mac80211/
Dcfg.c5091 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,