Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c2348 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait() function
3242 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait,
/linux-4.4.14/net/wireless/
Drdev-ops.h691 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
Dnl80211.c1509 CMD(mgmt_tx_cancel_wait, FRAME_WAIT_CANCEL); in nl80211_send_wiphy()
8617 if (!rdev->ops->mgmt_tx_cancel_wait) in nl80211_tx_mgmt_cancel_wait()
/linux-4.4.14/include/net/
Dcfg80211.h2664 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, member
/linux-4.4.14/net/mac80211/
Dcfg.c3865 .mgmt_tx_cancel_wait = ieee80211_mgmt_tx_cancel_wait,