|
@@ -213,7 +213,7 @@ struct mwifiex_debug_info {
|
|
|
};
|
|
|
|
|
|
#define MWIFIEX_KEY_INDEX_UNICAST 0x40000000
|
|
|
-#define WAPI_RXPN_LEN 16
|
|
|
+#define PN_LEN 16
|
|
|
|
|
|
struct mwifiex_ds_encrypt_key {
|
|
|
u32 key_disable;
|
|
@@ -222,7 +222,7 @@ struct mwifiex_ds_encrypt_key {
|
|
|
u8 key_material[WLAN_MAX_KEY_LEN];
|
|
|
u8 mac_addr[ETH_ALEN];
|
|
|
u32 is_wapi_key;
|
|
|
- u8 wapi_rxpn[WAPI_RXPN_LEN];
|
|
|
+ u8 pn[PN_LEN]; /* packet number */
|
|
|
};
|
|
|
|
|
|
struct mwifiex_power_cfg {
|