We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056cd14 commit e6e6399Copy full SHA for e6e6399
drivers/staging/rtl8723bs/include/rtw_security.h
@@ -81,12 +81,12 @@ union Keytype {
81
82
83
struct rt_pmkid_list {
84
- u8 bUsed;
85
- u8 Bssid[6];
86
- u8 PMKID[16];
87
- u8 SsidBuf[33];
+ u8 bUsed;
+ u8 Bssid[6];
+ u8 PMKID[16];
+ u8 SsidBuf[33];
88
u8 *ssid_octet;
89
- u16 ssid_length;
+ u16 ssid_length;
90
};
91
92
@@ -162,7 +162,7 @@ struct security_priv {
162
163
/* For WPA2 Pre-Authentication. */
164
struct rt_pmkid_list PMKIDList[NUM_PMKID_CACHE]; /* Renamed from PreAuthKey[NUM_PRE_AUTH_KEY]. Annie, 2006-10-13. */
165
- u8 PMKIDIndex;
+ u8 PMKIDIndex;
166
167
u8 bWepDefaultKeyIdxSet;
168
0 commit comments