Home
last modified time | relevance | path

Searched refs:cfg80211_testmode_alloc_reply_skb (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dtestmode.c112 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_cmd_test()
175 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, sizeof(*cmd)); in wl1271_tm_cmd_interrogate()
246 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_detect_fem()
326 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, ETH_ALEN); in wl12xx_tm_cmd_get_mac()
/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst175 cfg80211_testmode_alloc_reply_skb
/linux/drivers/net/wireless/ath/ath10k/
H A Dtestmode.c220 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath10k_tm_cmd_get_version()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3245 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in nxpwifi_tm_cmd()
/linux/include/net/
H A Dcfg80211.h8963 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() function
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4180 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in mwifiex_tm_cmd()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c3064 skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, in mac80211_hwsim_testmode_cmd()