Searched refs:testmode_cmd (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | cfg80211.h | 4741 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev, member 8063 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
|
H A D | mac80211.h | 4651 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
/linux/net/wireless/ |
H A D | rdev-ops.h | 651 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
|
H A D | nl80211.c | 2146 CMD(testmode_cmd, TESTMODE); in nl80211_add_commands_unsplit() 11883 if (!rdev->ops->testmode_cmd) in nl80211_testmode_do()
|
/linux/net/mac80211/ |
H A D | cfg.c | 3229 if (!local->ops->testmode_cmd) in ieee80211_testmode_cmd() 3240 return local->ops->testmode_cmd(&local->hw, vif, data, len); in ieee80211_testmode_cmd()
|