Searched refs:testmode_cmd (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 4795 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev, member 8125 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
|
| H A D | mac80211.h | 4664 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
| /linux-6.15/net/wireless/ |
| H A D | rdev-ops.h | 652 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
|
| H A D | nl80211.c | 2171 CMD(testmode_cmd, TESTMODE); in nl80211_add_commands_unsplit() 11904 if (!rdev->ops->testmode_cmd) in nl80211_testmode_do()
|
| /linux-6.15/net/mac80211/ |
| H A D | cfg.c | 3241 if (!local->ops->testmode_cmd) in ieee80211_testmode_cmd() 3252 return local->ops->testmode_cmd(&local->hw, vif, data, len); in ieee80211_testmode_cmd()
|