Home
last modified time | relevance | path

Searched refs:wpa (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c132 (priv->wpa.version == IW_AUTH_WPA_VERSION_WPA2)) { in get_current_ap()
137 (priv->wpa.version == IW_AUTH_WPA_VERSION_WPA)) { in get_current_ap()
341 struct wpa_key *key = &priv->wpa.key[key_index]; in hostif_data_indication_wpa()
352 priv->wpa.pairwise_suite == IW_AUTH_CIPHER_TKIP) || in hostif_data_indication_wpa()
354 priv->wpa.group_suite == IW_AUTH_CIPHER_TKIP) || in hostif_data_indication_wpa()
356 priv->wpa.group_suite == IW_AUTH_CIPHER_TKIP)) && in hostif_data_indication_wpa()
374 mic_failure = &priv->wpa.mic_failure; in hostif_data_indication_wpa()
392 priv->wpa.mic_failure.last_failure_time = now; in hostif_data_indication_wpa()
442 if (auth_type != TYPE_DATA && priv->wpa.rsn_enabled) { in hostif_data_indication()
449 priv->wpa.mic_failure.failure == 2) { in hostif_data_indication()
[all …]
H A Dks_wlan_net.c1374 priv->wpa.version = value; in ks_wlan_set_auth_mode()
1375 if (priv->wpa.rsn_enabled) in ks_wlan_set_auth_mode()
1376 priv->wpa.rsn_enabled = false; in ks_wlan_set_auth_mode()
1381 priv->wpa.version = value; in ks_wlan_set_auth_mode()
1382 if (!(priv->wpa.rsn_enabled)) in ks_wlan_set_auth_mode()
1383 priv->wpa.rsn_enabled = true; in ks_wlan_set_auth_mode()
1406 priv->wpa.pairwise_suite = value; in ks_wlan_set_auth_mode()
1429 priv->wpa.group_suite = value; in ks_wlan_set_auth_mode()
1442 priv->wpa.key_mgmt_suite = value; in ks_wlan_set_auth_mode()
1452 priv->wpa.auth_alg = value; in ks_wlan_set_auth_mode()
[all …]
H A Dks_wlan.h462 struct wpa_status wpa; member
/openbmc/linux/fs/fuse/
H A Dfile.c413 struct fuse_writepage_args *wpa; in fuse_find_writeback() local
416 wpa = rb_entry(n, struct fuse_writepage_args, writepages_entry); in fuse_find_writeback()
417 WARN_ON(get_fuse_inode(wpa->inode) != fi); in fuse_find_writeback()
418 curr_index = wpa->ia.write.in.offset >> PAGE_SHIFT; in fuse_find_writeback()
419 if (idx_from >= curr_index + wpa->ia.ap.num_pages) in fuse_find_writeback()
424 return wpa; in fuse_find_writeback()
1657 static void fuse_writepage_free(struct fuse_writepage_args *wpa) in fuse_writepage_free() argument
1659 struct fuse_args_pages *ap = &wpa->ia.ap; in fuse_writepage_free()
1662 if (wpa->bucket) in fuse_writepage_free()
1663 fuse_sync_bucket_dec(wpa->bucket); in fuse_writepage_free()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/
H A Dwpa-supplicant_2.11.bb14 file://wpa-supplicant.sh \
32 …] = "not-applicable-platform: this only affects Ubuntu and other platforms patching wpa-supplicant"
72 install -m 755 ${UNPACKDIR}/wpa-supplicant.sh ${D}${sysconfdir}/network/if-pre-up.d/wpa-supplicant
73 ln -sf ../if-pre-up.d/wpa-supplicant ${D}${sysconfdir}/network/if-post-down.d/wpa-supplicant
/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2mib.c654 struct hfa384x_wpa_data wpa; in prism2mib_priv() local
659 (u8 *)&wpa, in prism2mib_priv()
660 sizeof(wpa)); in prism2mib_priv()
663 wpa.datalen = 0; in prism2mib_priv()
667 (u8 *)&wpa, in prism2mib_priv()
668 sizeof(wpa)); in prism2mib_priv()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/files/juno/
H A Dinterfaces11 wpa-driver wext
12 wpa-conf /etc/wpa_supplicant.conf
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinterfaces11 wpa-driver wext
12 wpa-conf /etc/wpa_supplicant.conf
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_debugfs.c19 const char *wpa = "non_WPA"; in rtl8192_usb_stats_ap_show() local
22 wpa = "WPA"; in rtl8192_usb_stats_ap_show()
24 seq_printf(m, "%s %s\n", target->ssid, wpa); in rtl8192_usb_stats_ap_show()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c506 struct ie_item wpa; member
535 ie_info->wpa.data = pos - 2; in gelic_wl_parse_ie()
536 ie_info->wpa.len = item_len + 2; in gelic_wl_parse_ie()
553 ie_info->wpa.data, ie_info->wpa.len, in gelic_wl_parse_ie()
673 if (ie_info.wpa.len && (ie_info.wpa.len <= sizeof(buf))) { in gelic_wl_translate_scan()
674 memcpy(buf, ie_info.wpa.data, ie_info.wpa.len); in gelic_wl_translate_scan()
676 iwe.u.data.length = ie_info.wpa.len; in gelic_wl_translate_scan()
1835 struct gelic_eurus_wpa_cfg *wpa; in gelic_wl_do_wpa_setup() local
1842 wpa = (struct gelic_eurus_wpa_cfg *)__get_free_page(GFP_KERNEL); in gelic_wl_do_wpa_setup()
1843 if (!wpa) in gelic_wl_do_wpa_setup()
[all …]
/openbmc/linux/Documentation/networking/mac80211_hwsim/
H A Dhostapd.conf8 wpa=2
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc33 # If wpa-supplicant is running, connman will use it preferentially.
34 # Select either wpa-supplicant or iwd
35 WIRELESS_DAEMON ??= "wpa-supplicant"
51 PACKAGECONFIG[wpa-supplicant] = ",,wpa-supplicant,wpa-supplicant"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.5.rst16 - ``wpa-supplicant``: Patch SAE H2E and incomplete downgrade protection for group negotiation
17 - ``wpa-supplicant``: Fix :cve_nist:`2024-3596`
18 - ``wpa-supplicant``: Ignore :cve_nist:`2024-5290`
111 - wpa-supplicant: Patch security advisory 2024-2
H A Drelease-notes-4.0.22.rst22 - wpa-supplicant: Ignore :cve_nist:`2024-5290`
23 - wpa-supplicant: Fix :cve_nist:`2024-3596`
75 - wpa-supplicant: Patch security advisory 2024-2
H A Dmigration-4.1.rst187 recipe has been renamed to "wpa-supplicant". If you have set :term:`PACKAGECONFIG` for
190 now expects the new ``wpa-supplicant`` naming and affects ``packagegroup-base``
192 - The ``wpa-supplicant`` recipe no longer uses a static (and stale) ``defconfig``
H A Drelease-notes-4.1.rst123 - wpa-supplicant: build static library if not disabled via :term:`DISABLE_STATIC`
124 - wpa-supplicant: package dynamic modules
183 - ``wpa-supplicant`` recipe now uses the upstream ``defconfig`` modified based upon :term:`PACKAGEC…
H A Drelease-notes-4.0.21.rst30 - wpa-supplicant: Fix :cve_nist:`2023-52160`
H A Drelease-notes-4.3.4.rst22 - wpa-supplicant: Fix :cve_nist:`2023-52160`
H A Drelease-notes-5.0.4.rst95 - wpa-supplicant: upgrade to 2.11
/openbmc/linux/net/mac80211/
H A DMakefile11 wpa.o \
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/
H A Dneard_0.19.bb45 ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-basic.bb46 ${@bb.utils.contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/
H A Dwifi-test-suite_10.10.1.bb40 RDEPENDS:${PN} = "wpa-supplicant"
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c398 u8 *ssid = NULL, *wpa = NULL, *rsn = NULL; in hostap_rx_sta_beacon() local
421 wpa = pos; in hostap_rx_sta_beacon()
453 if (wpa) { in hostap_rx_sta_beacon()
454 memcpy(bss->wpa_ie, wpa, wpa_len); in hostap_rx_sta_beacon()
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb258 # Choose either 'wpa-supplicant' or 'iwd' as wireless-daemon
259 WIRELESS_DAEMON ??= "wpa-supplicant"

12