Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ti/wlcore/
Dtestmode.c114 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_cmd_test()
180 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, sizeof(*cmd)); in wl1271_tm_cmd_interrogate()
252 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_detect_fem()
332 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, ETH_ALEN); in wl12xx_tm_cmd_get_mac()
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dtestmode.c104 skb = cfg80211_testmode_alloc_reply_skb(wcn->hw->wiphy, in wcn36xx_tm_cmd_ptt()
/Linux-v5.10/Documentation/driver-api/80211/
Dcfg80211.rst175 cfg80211_testmode_alloc_reply_skb
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dtestmode.c96 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath11k_tm_cmd_get_version()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dtestmode.c110 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath10k_tm_cmd_get_version()
/Linux-v5.10/include/net/
Dcfg80211.h6722 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() function
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4081 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in mwifiex_tm_cmd()
/Linux-v5.10/drivers/net/wireless/
Dmac80211_hwsim.c2148 skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, in mac80211_hwsim_testmode_cmd()