Searched refs:mgmt_tx_cancel_wait (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 1219 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function 1687 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 1255 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function 1742 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 771 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
|
H A D | nl80211.c | 1882 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_add_commands_unsplit() 11314 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 788 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
|
H A D | nl80211.c | 2085 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_add_commands_unsplit() 12689 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3758 * @mgmt_tx_cancel_wait: Cancel the wait time from transmitting a management 4103 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4213 * @mgmt_tx_cancel_wait: Cancel the wait time from transmitting a management 4591 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4174 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5097 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,
|
Completed in 88 milliseconds