mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 12:00:28 +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)
This commit is contained in:
parent
c1870b389d
commit
66fc6dd692
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,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