Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
1a98a172
Commit
1a98a172
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic
parent
38948fb6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nuttx/wireless/ieee80211/ieee80211_cypto.h
+4
-4
4 additions, 4 deletions
include/nuttx/wireless/ieee80211/ieee80211_cypto.h
with
4 additions
and
4 deletions
include/nuttx/wireless/ieee80211/ieee80211_cypto.h
+
4
−
4
View file @
1a98a172
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* net/ieee80211/ieee80211_crypto.h
* net/ieee80211/ieee80211_crypto.h
* 802.11 protocol crypto-related definitions.
* 802.11 protocol crypto-related definitions.
*
*
* Copyright (c) 2007,2008 Damien Bergamini <damien.bergamini@free.fr>
* Copyright (c) 2007,
2008 Damien Bergamini <damien.bergamini@free.fr>
*
*
* Permission to use, copy, modify, and distribute this software for any
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* purpose with or without fee is hereby granted, provided that the above
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
*
*
****************************************************************************/
****************************************************************************/
#ifndef __
NET
_IEEE80211_IEEE80211_CRYPTO_H
#ifndef __
INCLUDE_NUTTX_WIRELESS
_IEEE80211_IEEE80211_CRYPTO_H
#define __
NET
_IEEE80211_IEEE80211_CRYPTO_H
#define __
INCLUDE_NUTTX_WIRELESS
_IEEE80211_IEEE80211_CRYPTO_H
/****************************************************************************
/****************************************************************************
* Included Files
* Included Files
...
@@ -116,4 +116,4 @@ static __inline int ieee80211_is_sha256_akm(enum ieee80211_akm akm)
...
@@ -116,4 +116,4 @@ static __inline int ieee80211_is_sha256_akm(enum ieee80211_akm akm)
return
akm
==
IEEE80211_AKM_SHA256_8021X
||
akm
==
IEEE80211_AKM_SHA256_PSK
;
return
akm
==
IEEE80211_AKM_SHA256_8021X
||
akm
==
IEEE80211_AKM_SHA256_PSK
;
}
}
#endif
/* __NET_IEEE80211_IEEE80211_CRYPTO_H */
#endif
/* __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H */
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment