Skip to content

Commit

Permalink
Issue 333 in esp-idf-svc, panic during scan when wifi with authmethod…
Browse files Browse the repository at this point in the history
… unknown is found
  • Loading branch information
Empire authored and ivmarkov committed Jan 6, 2024
1 parent 90b792b commit e2f8eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub struct AccessPointInfo {
pub signal_strength: i8,
#[cfg_attr(feature = "defmt", defmt(Debug2Format))]
pub protocols: EnumSet<Protocol>,
pub auth_method: AuthMethod,
pub auth_method: Option<AuthMethod>,
}

#[derive(Clone, Debug, PartialEq, Eq)]
Expand Down

0 comments on commit e2f8eaf

Please sign in to comment.