Searched refs:testmode_cmd (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 4116 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev, member 6854 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
|
| H A D | mac80211.h | 4052 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | rdev-ops.h | 634 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
|
| H A D | nl80211.c | 1910 CMD(testmode_cmd, TESTMODE); in nl80211_add_commands_unsplit() 10356 if (!rdev->ops->testmode_cmd) in nl80211_testmode_do()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | cfg.c | 2757 if (!local->ops->testmode_cmd) in ieee80211_testmode_cmd() 2768 return local->ops->testmode_cmd(&local->hw, vif, data, len); in ieee80211_testmode_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sta_cfg80211.c | 424 .testmode_cmd = woal_testmode_cmd,
|