Searched defs:wlan_fils_con_info (Results 1 – 1 of 1) sorted by relevance
138 struct wlan_fils_con_info { struct139 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;