Skip to content

Commit

Permalink
Merge pull request #471 from nqminds/feat/define-WLAN_REASON_IEEE_802…
Browse files Browse the repository at this point in the history
…_1X_AUTH_FAILED

feat(common): define WLAN_REASON_IEEE_802_1X_AUTH_FAILED
  • Loading branch information
aloisklink committed Mar 3, 2023
2 parents 73b72ea + 2d05b6e commit 39baecc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/radius/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ static inline void bin_clear_free(void *bin, size_t len) {
}
}

/**
* Reason codes (IEEE Std 802.11-2016, 9.4.1.7, Table 9-45)
*
* @see
* https://w1.fi/cgit/hostap/tree/src/common/ieee802_11_defs.h?h=hostap_2_10#n213
*/
enum ieee802_11_reason_code { WLAN_REASON_IEEE_802_1X_AUTH_FAILED = 23 };

/**
* Linked-list of hostapd RADIUS attributes.
*
Expand Down

0 comments on commit 39baecc

Please sign in to comment.