Searched refs:testmode_cmd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h1025 * @testmode_cmd: run a test mode command
1148 int (*testmode_cmd)(struct wiphy *wiphy, void *data, int len); member in struct:cfg80211_ops
2212 * it outside of the @testmode_cmd operation is invalid.
2223 * its error code as the result of the @testmode_cmd operation.
2235 * from the @testmode_cmd you should return the error code.
2275 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
H A Dmac80211.h1695 * @testmode_cmd: Implement a cfg80211 test mode command.
1766 int (*testmode_cmd)(struct ieee80211_hw *hw, void *data, int len); member in struct:ieee80211_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dcfg.c1381 if (!local->ops->testmode_cmd)
1384 return local->ops->testmode_cmd(&local->hw, data, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c4109 if (rdev->ops->testmode_cmd) {
4111 err = rdev->ops->testmode_cmd(&rdev->wiphy,

Completed in 226 milliseconds