/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | pasn_supplicant.c | 555 derive_kdk = (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_pasn_auth_start_cb() 569 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_pasn_auth_start_cb() 580 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) in wpas_pasn_auth_start_cb() 582 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_STA) in wpas_pasn_auth_start_cb() 584 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_PROT_RANGE_NEG_STA) in wpas_pasn_auth_start_cb()
|
H A D | notify.c | 411 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA)) || in wpas_notify_network_removed() 413 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA))) { in wpas_notify_network_removed()
|
H A D | mesh.c | 406 ifmsh->drv_flags2 = wpa_s->drv_flags2; in wpa_supplicant_mesh_init()
|
H A D | wpa_supplicant.c | 1879 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA)) || in wpa_supplicant_set_suites() 2034 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) in wpa_supplicant_set_suites() 3466 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in wpas_populate_assoc_ies() 3776 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA)) { in wpas_populate_assoc_ies() 4485 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA) && in wpas_start_assoc_cb() 4897 if (wpa_s->drv_flags2 & in wpa_supplicant_remove_all_networks() 5762 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_CONTROL_PORT_RX); in wpas_eapol_needs_l2_packet() 7364 wpa_s->drv_flags2 = capa.flags2; in wpa_supplicant_init_iface() 7404 wpa_pasn_sm_set_caps(wpa_s->wpa, wpa_s->drv_flags2); in wpa_supplicant_init_iface()
|
H A D | ap.c | 1069 hapd_iface->drv_flags2 = wpa_s->drv_flags2; in wpa_supplicant_create_ap()
|
H A D | wpas_glue.c | 1554 (wpa_s->drv_flags2 & in wpa_supplicant_rsn_supp_set_config()
|
H A D | wpa_supplicant_i.h | 921 u64 drv_flags2; member
|
H A D | wnm_sta.c | 2063 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) || in wnm_is_bss_excluded()
|
H A D | events.c | 1920 if (!((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in wpa_supplicant_connect_ml_missing() 3204 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) && ssid->ocv) in wpa_supplicant_use_own_rsne_params() 3512 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA) && in wpa_supplicant_event_associnfo()
|
H A D | ctrl_iface.c | 4941 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) in wpa_supplicant_ctrl_iface_get_capability() 4953 (wpa_s->drv_flags2 & in wpa_supplicant_ctrl_iface_get_capability() 8607 (long long unsigned) wpa_s->drv_flags2); in wpas_ctrl_iface_driver_flags2() 8615 if (wpa_s->drv_flags2 & (1LLU << i)) { in wpas_ctrl_iface_driver_flags2()
|
H A D | sme.c | 581 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in sme_send_authentication()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_glue.c | 1593 u64 *drv_flags, u64 *drv_flags2) in hostapd_wpa_auth_get_drv_flags() argument 1599 if (drv_flags2) in hostapd_wpa_auth_get_drv_flags() 1600 *drv_flags2 = hapd->iface->drv_flags2; in hostapd_wpa_auth_get_drv_flags() 1694 if (!(hapd->iface->drv_flags2 & in hostapd_setup_wpa() 1700 !!(hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_AP); in hostapd_setup_wpa() 1702 !!(hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP); in hostapd_setup_wpa() 1704 !!(hapd->iface->drv_flags2 & in hostapd_setup_wpa()
|
H A D | ieee802_11_shared.c | 1123 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_AP) in hostapd_eid_rsnxe() 1125 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP) in hostapd_eid_rsnxe() 1127 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_PROT_RANGE_NEG_AP) in hostapd_eid_rsnxe() 1226 (hapd->iface->drv_flags2 & in hostapd_get_ht_vht_twt_responder()
|
H A D | hs20.c | 90 (hapd->iface->drv_flags2 & in hostapd_eid_osen()
|
H A D | wpa_auth_ie.c | 1037 u64 drv_flags2 = 0; in wpa_validate_wpa_ie() local 1042 &drv_flags2) == 0) in wpa_validate_wpa_ie() 1044 !!(drv_flags2 & in wpa_validate_wpa_ie()
|
H A D | hostapd.h | 581 u64 drv_flags2; member
|
H A D | wpa_auth.h | 405 int (*get_drv_flags)(void *ctx, u64 *drv_flags, u64 *drv_flags2);
|
H A D | dfs.c | 38 return (iface->drv_flags2 & WPA_DRIVER_FLAGS2_RADAR_BACKGROUND) && in dfs_use_radar_background()
|
H A D | beacon.c | 2384 (hapd->iface->drv_flags2 & in ieee802_11_build_ap_params() 2404 (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_AP)) { in ieee802_11_build_ap_params()
|
H A D | drv_callbacks.c | 783 !(iface->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_AP) && in hostapd_notif_assoc() 1328 !(hapd->iface->drv_flags2 & in hostapd_event_ch_switch()
|
H A D | hostapd.c | 4055 } else if (!(hapd->iface->drv_flags2 & in hostapd_new_assoc_sta()
|
H A D | ieee802_11.c | 2651 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_AP) in hapd_initialize_pasn()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | main.c | 294 iface->drv_flags2 = capa.flags2; in hostapd_driver_init() 326 if (!(iface->drv_flags2 & WPA_DRIVER_FLAGS2_MLO)) { in hostapd_driver_init()
|
H A D | ctrl_iface.c | 3525 (long long unsigned) iface->drv_flags2); in hostapd_ctrl_driver_flags2() 3533 if (iface->drv_flags2 & (1LLU << i)) { in hostapd_ctrl_driver_flags2()
|