mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-02 05:00:34 +01:00
wifi: fix caching ap-flags for supplicant-interface
Fixes:b83f07916a('supplicant: large rework of wpa_supplicant handling') https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/631 (cherry picked from commit1d04770002) (cherry picked from commit66fc6dd692)
This commit is contained in:
parent
5454681ab7
commit
3cff6f294f
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ _bss_info_properties_changed (NMSupplicantInterface *self,
|
|||
|
||||
if (v_v) {
|
||||
if (g_variant_lookup (v_v, "Type", "&s", &v_s)) {
|
||||
p_ap_flags = NM_802_11_AP_FLAGS_WPS;
|
||||
f = NM_802_11_AP_FLAGS_WPS;
|
||||
if (nm_streq (v_s, "pcb"))
|
||||
f |= NM_802_11_AP_FLAGS_WPS_PBC;
|
||||
else if (nm_streq (v_s, "pin"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue