mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:59:07 +08:00
Update to FreeBSD 9.3
This commit is contained in:
@@ -701,6 +701,7 @@ enum {
|
||||
IEEE80211_ELEMID_IBSSDFS = 41,
|
||||
IEEE80211_ELEMID_ERP = 42,
|
||||
IEEE80211_ELEMID_HTCAP = 45,
|
||||
IEEE80211_ELEMID_QOS = 46,
|
||||
IEEE80211_ELEMID_RSN = 48,
|
||||
IEEE80211_ELEMID_XRATES = 50,
|
||||
IEEE80211_ELEMID_HTINFO = 61,
|
||||
|
@@ -134,6 +134,9 @@ struct mbuf *ieee80211_alloc_cts(struct ieee80211com *,
|
||||
|
||||
uint8_t *ieee80211_add_rates(uint8_t *, const struct ieee80211_rateset *);
|
||||
uint8_t *ieee80211_add_xrates(uint8_t *, const struct ieee80211_rateset *);
|
||||
uint8_t *ieee80211_add_wpa(uint8_t *, const struct ieee80211vap *);
|
||||
uint8_t *ieee80211_add_rsn(uint8_t *, const struct ieee80211vap *);
|
||||
uint8_t *ieee80211_add_qos(uint8_t *, const struct ieee80211_node *);
|
||||
uint16_t ieee80211_getcapinfo(struct ieee80211vap *,
|
||||
struct ieee80211_channel *);
|
||||
|
||||
|
Reference in New Issue
Block a user