Searched refs:DEFINE_WEXT_COMPAT_STUB (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/wireless/ |
D | wext-compat.c | 1587 #define DEFINE_WEXT_COMPAT_STUB(func, type) \ macro 1596 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwname, char) 1597 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwfreq, struct iw_freq) 1598 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwfreq, struct iw_freq) 1599 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmode, u32) 1600 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwmode, u32) 1601 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwrange, struct iw_point) 1602 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwap, struct sockaddr) 1603 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwap, struct sockaddr) 1604 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmlme, struct iw_point) [all …]
|