Skip to content
Snippets Groups Projects
Commit 0cbbca18 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

change ieee80211 role as per specification

parent 8d636560
No related branches found
No related tags found
No related merge requests found
...@@ -99,11 +99,12 @@ ...@@ -99,11 +99,12 @@
/* IEEE80211 roles */ /* IEEE80211 roles */
#define IEEE80211_ROLE_REGISTRAR (0x00) #define IEEE80211_ROLE_REGISTRAR (0x00)
#define IEEE80211_ROLE_AP (0x0) #define IEEE80211_ROLE_AP (0x00)
#define IEEE80211_ROLE_STA (0x4) #define IEEE80211_ROLE_STA (0x40)
#define IEEE80211_ROLE_P2P_CLIENT (0x8) #define IEEE80211_ROLE_P2P_CLIENT (0x80)
#define IEEE80211_ROLE_P2P_GO (0x9) #define IEEE80211_ROLE_P2P_GO (0x90)
#define IEEE80211_ROLE_AD_PCP (0xa) #define IEEE80211_ROLE_AD_PCP (0xa0)
#define IEEE80211_ROLE_UNKNOWN (0xff)
typedef uint8_t macaddr_t[6]; typedef uint8_t macaddr_t[6];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment