Skip to content

Commit

Permalink
wifi-nm: match security types with wifi-iwd
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Feb 6, 2024
1 parent fbfa3aa commit c127a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wifi-nm.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static const gchar *nm_apoint_get_type ( nm_apoint_t *ap )
return "wep";
if((ap->rsn & 0x00000200) || (ap->wpa & 0x00000200))
return "8021x";
return "wpa";
return "psk";
}

static nm_apoint_t *nm_apoint_dup ( nm_apoint_t *src )
Expand Down

0 comments on commit c127a6c

Please sign in to comment.