FreeBSD Bugzilla – Attachment 235030 Details for
Bug 264238
wpa_supplicant 2.10 fails to associate to open secondary VAP when primary VAP is WPA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Uese ext IE only
use_ext_only.diff (text/plain), 601 bytes, created by
Cy Schubert
on 2022-07-02 08:52:24 UTC
(
hide
)
Description:
Uese ext IE only
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2022-07-02 08:52:24 UTC
Size:
601 bytes
patch
obsolete
>diff --git a/contrib/wpa/wpa_supplicant/wpa_supplicant.c b/contrib/wpa/wpa_supplicant/wpa_supplicant.c >index cf990f5a8f85..aabdabd92c52 100644 >--- a/contrib/wpa/wpa_supplicant/wpa_supplicant.c >+++ b/contrib/wpa/wpa_supplicant/wpa_supplicant.c >@@ -3141,7 +3141,11 @@ static u8 * wpas_populate_assoc_ies( > else > wpa_drv_get_ext_capa(wpa_s, WPA_IF_STATION); > >+#if 1 >+ if (!bss || wpa_bss_get_ie_ext(bss, WLAN_EID_EXT_CAPAB)) { >+#else > if (!bss || wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB)) { >+#endif > u8 ext_capab[18]; > int ext_capab_len; > ext_capab_len = wpas_build_ext_capab(wpa_s, ext_capab,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264238
:
234405
|
234407
|
234478
|
234491
|
234669
|
234682
|
234695
|
234745
|
234801
|
234807
|
234808
|
234816
|
234848
|
234857
|
234903
|
234915
|
235029
| 235030 |
235049
|
235050
|
235051
|
235053
|
235055