Skip to content

Commit

Permalink
separate struct apple80211_capability_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Jun 26, 2023
1 parent 5afc8c5 commit 395a9f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/Airport/apple80211_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,19 @@ struct apple80211_bssid_data
struct ether_addr bssid;
};

#if __IO80211_TARGET >= __MAC_14_0
struct apple80211_capability_data
{
u_int32_t version;
u_int8_t capabilities[14];
};
#else
struct apple80211_capability_data
{
u_int32_t version;
u_int8_t capabilities[11];
};
#endif

struct apple80211_state_data
{
Expand Down

0 comments on commit 395a9f7

Please sign in to comment.