qcacmn: Fix typo REAM_HASH_LEN and rename it to REALM_HASH_LEN
Fix typo REAM_HASH_LEN and rename it to REALM_HASH_LEN. Change-Id: I788897dc0ee0b5f42ef1b00f6c1868b356df6273 CRs-Fixed: 2800792
This commit is contained in:

zatwierdzone przez
snandini

rodzic
31f750cb6f
commit
72bd1e30c9
@@ -453,7 +453,7 @@ struct scan_cache_entry {
|
||||
#define WLAN_SCAN_FILTER_NUM_SSID 5
|
||||
#define WLAN_SCAN_FILTER_NUM_BSSID 5
|
||||
|
||||
#define REAM_HASH_LEN 2
|
||||
#define REALM_HASH_LEN 2
|
||||
#define CACHE_IDENTIFIER_LEN 2
|
||||
#define HESSID_LEN 6
|
||||
|
||||
@@ -466,7 +466,7 @@ struct scan_cache_entry {
|
||||
*/
|
||||
struct fils_filter_info {
|
||||
bool realm_check;
|
||||
uint8_t fils_realm[REAM_HASH_LEN];
|
||||
uint8_t fils_realm[REALM_HASH_LEN];
|
||||
uint8_t security_type;
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user