mac80211.h (2e183d999c6033e876602ddbbc5cb538bb41e4b3) | mac80211.h (d875aa1587ce7d1651cabe395ed991f2384795cd) |
---|---|
1/*- 2 * Copyright (c) 2020-2021 The FreeBSD Foundation 3 * Copyright (c) 2020-2022 Bjoern A. Zeeb 4 * 5 * This software was developed by Björn Zeeb under sponsorship from 6 * the FreeBSD Foundation. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 2069 unchanged lines hidden (view full) --- 2078} 2079 2080static __inline void 2081ieee80211_disconnect(struct ieee80211_vif *vif, bool _x) 2082{ 2083 TODO(); 2084} 2085 | 1/*- 2 * Copyright (c) 2020-2021 The FreeBSD Foundation 3 * Copyright (c) 2020-2022 Bjoern A. Zeeb 4 * 5 * This software was developed by Björn Zeeb under sponsorship from 6 * the FreeBSD Foundation. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 2069 unchanged lines hidden (view full) --- 2078} 2079 2080static __inline void 2081ieee80211_disconnect(struct ieee80211_vif *vif, bool _x) 2082{ 2083 TODO(); 2084} 2085 |
2086static __inline void 2087ieee80211_channel_switch_disconnect(struct ieee80211_vif *vif, bool _x) 2088{ 2089 TODO(); 2090} 2091 |
|
2086static __inline const struct ieee80211_sta_he_cap * 2087ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *band, 2088 enum nl80211_iftype type) 2089{ 2090 TODO(); 2091 return (NULL); 2092} 2093 --- 13 unchanged lines hidden --- | 2092static __inline const struct ieee80211_sta_he_cap * 2093ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *band, 2094 enum nl80211_iftype type) 2095{ 2096 TODO(); 2097 return (NULL); 2098} 2099 --- 13 unchanged lines hidden --- |