Searched refs:DEFINE_WEXT_COMPAT_STUB (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/net/wireless/ |
| D | wext-compat.c | 1557 #define DEFINE_WEXT_COMPAT_STUB(func, type) \ macro 1566 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwname, char) 1567 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwfreq, struct iw_freq) 1568 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwfreq, struct iw_freq) 1569 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmode, u32) 1570 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwmode, u32) 1571 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwrange, struct iw_point) 1572 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwap, struct sockaddr) 1573 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_giwap, struct sockaddr) 1574 DEFINE_WEXT_COMPAT_STUB(cfg80211_wext_siwmlme, struct iw_point) [all …]
|