mac80211.h (05e640dc9e13015735d25366fc0e088939f1e099) mac80211.h (5db817d864241232c51d654836996282c69f5e28)
1/*-
2 * Copyright (c) 2020-2022 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

--- 2160 unchanged lines hidden (view full) ---

2169
2170static __inline void
2171SET_IEEE80211_PERM_ADDR (struct ieee80211_hw *hw, uint8_t *addr)
2172{
2173
2174 ether_addr_copy(hw->wiphy->perm_addr, addr);
2175}
2176
1/*-
2 * Copyright (c) 2020-2022 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

--- 2160 unchanged lines hidden (view full) ---

2169
2170static __inline void
2171SET_IEEE80211_PERM_ADDR (struct ieee80211_hw *hw, uint8_t *addr)
2172{
2173
2174 ether_addr_copy(hw->wiphy->perm_addr, addr);
2175}
2176
2177static __inline uint8_t *
2178ieee80211_bss_get_ie(struct cfg80211_bss *bss, uint32_t eid)
2179{
2180 TODO();
2181 return (NULL);
2182}
2183
2184static __inline void
2185ieee80211_report_low_ack(struct ieee80211_sta *sta, int x)
2186{
2187 TODO();
2188}
2189
2190static __inline void
2191ieee80211_start_rx_ba_session_offl(struct ieee80211_vif *vif, uint8_t *addr,

--- 162 unchanged lines hidden (view full) ---

2354
2355static __inline void
2356ieee80211_tx_status_ext(struct ieee80211_hw *hw,
2357 struct ieee80211_tx_status *txstat)
2358{
2359 TODO();
2360}
2361
2177static __inline void
2178ieee80211_report_low_ack(struct ieee80211_sta *sta, int x)
2179{
2180 TODO();
2181}
2182
2183static __inline void
2184ieee80211_start_rx_ba_session_offl(struct ieee80211_vif *vif, uint8_t *addr,

--- 162 unchanged lines hidden (view full) ---

2347
2348static __inline void
2349ieee80211_tx_status_ext(struct ieee80211_hw *hw,
2350 struct ieee80211_tx_status *txstat)
2351{
2352 TODO();
2353}
2354
2362static __inline const struct element *
2363ieee80211_bss_get_elem(struct cfg80211_bss *bss, uint32_t eid)
2364{
2365 TODO();
2366 return (NULL);
2367}
2368
2369static __inline void
2370ieee80211_color_change_finish(struct ieee80211_vif *vif)
2371{
2372 TODO();
2373}
2374
2375static __inline struct sk_buff *
2376ieee80211_get_fils_discovery_tmpl(struct ieee80211_hw *hw,

--- 94 unchanged lines hidden ---
2355static __inline void
2356ieee80211_color_change_finish(struct ieee80211_vif *vif)
2357{
2358 TODO();
2359}
2360
2361static __inline struct sk_buff *
2362ieee80211_get_fils_discovery_tmpl(struct ieee80211_hw *hw,

--- 94 unchanged lines hidden ---