Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Drdev-ops.h691 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
Dnl80211.c1496 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_send_wiphy()
8447 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
/linux-4.1.27/include/net/
Dcfg80211.h2620 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
/linux-4.1.27/net/mac80211/
Dcfg.c3760 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,