|
@@ -13871,12 +13871,14 @@ typedef struct {
|
|
|
((flag) & (1 << WMI_ROAM_OFFLOAD_FLAG_PMK_CACHE_DISABLED))
|
|
|
|
|
|
|
|
|
-/* This TLV will be filled only in case of wpa-psk/wpa2-psk */
|
|
|
+/* This TLV will be filled only in case of wpa-psk/wpa2-psk/wpa3 */
|
|
|
typedef struct {
|
|
|
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_11i_offload_fixed_param */
|
|
|
A_UINT32 flags; /** flags. see WMI_ROAM_OFFLOAD_FLAG_ above */
|
|
|
A_UINT32 pmk[ROAM_OFFLOAD_PMK_BYTES>>2]; /* pmk offload. As this 4 byte aligned, we don't declare it as tlv array */
|
|
|
A_UINT32 pmk_len; /**the length of pmk. in normal case it should be 32, but for LEAP, is should be 16*/
|
|
|
+ A_UINT32 pmk_ext_len; /** the length of extended pmk. in normal case it should be 0, but for suiteB, it should be 16*/
|
|
|
+ A_UINT32 pmk_ext[ROAM_OFFLOAD_PMK_BYTES>>2]; /* pmk ext offload. 16 bytes for suiteB */
|
|
|
} wmi_roam_11i_offload_tlv_param;
|
|
|
|
|
|
/* This TLV will be filled only in case of 11R*/
|