Home
last modified time | relevance | path

Searched refs:wextfreq (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/wireless/
Dwext-compat.h16 struct iw_freq *wextfreq, char *extra);
35 struct iw_freq *wextfreq, char *extra);
Dwext-sme.c67 struct iw_freq *wextfreq, char *extra) in cfg80211_mgd_wext_siwfreq() argument
78 freq = cfg80211_wext_freq(wextfreq); in cfg80211_mgd_wext_siwfreq()
Dibss.c309 struct iw_freq *wextfreq, char *extra) in cfg80211_ibss_wext_siwfreq() argument
323 freq = cfg80211_wext_freq(wextfreq); in cfg80211_ibss_wext_siwfreq()
Dwext-compat.c821 struct iw_freq *wextfreq = &wrqu->freq; in cfg80211_wext_siwfreq() local
833 ret = cfg80211_mgd_wext_siwfreq(dev, info, wextfreq, extra); in cfg80211_wext_siwfreq()
836 ret = cfg80211_ibss_wext_siwfreq(dev, info, wextfreq, extra); in cfg80211_wext_siwfreq()
839 freq = cfg80211_wext_freq(wextfreq); in cfg80211_wext_siwfreq()
857 freq = cfg80211_wext_freq(wextfreq); in cfg80211_wext_siwfreq()