Home
last modified time | relevance | path

Searched defs:wlan_fils_con_info (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_public_struct.h138 struct wlan_fils_con_info { struct
139 bool is_fils_connection;
140 uint32_t username_len;
141 uint8_t username[WLAN_CM_FILS_MAX_KEYNAME_NAI_LENGTH];
142 uint32_t realm_len;
143 uint8_t realm[WLAN_CM_FILS_MAX_REALM_LEN];
144 uint16_t next_seq_num;
145 uint32_t rrk_len;
146 uint8_t rrk[WLAN_CM_FILS_MAX_RRK_LENGTH];
147 enum wlan_fils_auth_type auth_type;