Home
last modified time | relevance | path

Searched refs:drv_flags2 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c878 derive_kdk = (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_pasn_auth_start_cb()
892 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_pasn_auth_start_cb()
904 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) in wpas_pasn_auth_start_cb()
906 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_STA) in wpas_pasn_auth_start_cb()
908 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_PROT_RANGE_NEG_STA) { in wpas_pasn_auth_start_cb()
929 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SPP_AMSDU) && in wpas_pasn_auth_start_cb()
959 if (wpa_s->drv_flags2 & in wpas_pasn_auth_start_cb()
979 if ((wpa_s->drv_flags2 & in wpas_pasn_auth_start_cb()
H A Dnan_supplicant.c1311 if (!(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SUPPORT_NAN) || in wpas_nan_init()
4285 (wpa_s->drv_flags2 & in wpas_nan_usd_start_listen_cb()
4363 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) in wpas_nan_usd_offload_cancel_publish()
4381 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) in wpas_nan_usd_offload_cancel_subscribe()
4449 bool offload = !!(wpa_s->drv_flags2 & in wpas_nan_de_init()
4523 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) in wpas_nan_de_flush()
4598 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) && in wpas_nan_publish()
4624 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) in wpas_nan_cancel_publish()
4637 if (ret == 0 && (wpa_s->drv_flags2 & in wpas_nan_update_publish()
4657 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_NAN_USD_OFFLOAD) in wpas_nan_stop_listen()
[all …]
H A Dsme.c651 (wpa_s->drv_flags2 & in sme_check_802_1x_pmksa_caching()
893 if (!(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO)) in wpas_sme_set_mlo_links()
1034 if (!(wpa_s->drv_flags2 & in wpas_eppke_initialize()
1095 derive_kdk = (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_eppke_initialize()
1108 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) && in wpas_eppke_initialize()
1118 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA) in wpas_eppke_initialize()
1120 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_STA) in wpas_eppke_initialize()
1122 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_PROT_RANGE_NEG_STA) { in wpas_eppke_initialize()
1143 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SPP_AMSDU) && in wpas_eppke_initialize()
1173 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in wpas_eppke_initialize()
[all …]
H A Dmesh.c387 ifmsh->drv_flags2 = wpa_s->drv_flags2; in wpa_supplicant_mesh_init()
H A Dwpa_supplicant.c2049 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA)) || in wpa_supplicant_set_suites()
2224 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) in wpa_supplicant_set_suites()
2332 (wpa_s->drv_flags2 & in wpa_supplicant_set_suites()
2352 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SPP_AMSDU) && in wpa_supplicant_set_suites()
3822 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_802_1X_AUTH) || in wpas_set_802_1x_auth_alg()
3856 if (!(wpa_s->drv_flags2 & in wpas_eppke_ap_capable()
3897 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_EPPKE)) in wpas_set_eppke_auth_alg()
3990 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in wpas_populate_assoc_ies()
4297 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA)) { in wpas_populate_assoc_ies()
5054 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA) && in wpas_start_assoc_cb()
[all …]
H A Dnotify.c429 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA)) || in wpas_notify_network_removed()
431 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA))) { in wpas_notify_network_removed()
H A Devents.c1921 if (!((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO) && in wpa_supplicant_connect_ml_missing()
3332 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) && ssid->ocv) in wpa_supplicant_use_own_rsne_params()
3740 ((wpa_s->drv_flags2 & in wpas_rx_enc_assoc_resp()
3915 (wpa_s->drv_flags2 & in wpa_supplicant_event_associnfo()
3928 !(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA) && in wpa_supplicant_event_associnfo()
4833 (wpa_s->drv_flags2 & in wpa_supplicant_event_assoc()
4836 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_PMKSA_PRIVACY))) { in wpa_supplicant_event_assoc()
4926 ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_STA) && in wpa_supplicant_event_assoc()
7340 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_EPPKE))) { in wpa_supplicant_event()
H A Dap.c1078 hapd_iface->drv_flags2 = wpa_s->drv_flags2; in wpa_supplicant_create_ap()
H A Dctrl_iface.c4636 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_EPPKE) && in ctrl_iface_get_capability_auth_alg()
4637 (wpa_s->drv_flags2 & in ctrl_iface_get_capability_auth_alg()
4972 if ((wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SUPPORT_NAN)) { in wpa_supplicant_ctrl_iface_get_capability()
5002 (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_OCV)) in wpa_supplicant_ctrl_iface_get_capability()
5014 (wpa_s->drv_flags2 & in wpa_supplicant_ctrl_iface_get_capability()
5026 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_P2P_FEATURE_V2) in wpa_supplicant_ctrl_iface_get_capability()
5036 if (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_P2P_FEATURE_PCC_MODE) in wpa_supplicant_ctrl_iface_get_capability()
8832 (long long unsigned) wpa_s->drv_flags2); in wpas_ctrl_iface_driver_flags2()
8840 if (wpa_s->drv_flags2 & (1LLU << i)) { in wpas_ctrl_iface_driver_flags2()
H A Dpr_supplicant.c720 pr.secure_he_ltf = wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_STA; in wpas_pr_init()
H A Dwpas_glue.c1605 (wpa_s->drv_flags2 & in wpa_supplicant_rsn_supp_set_config()
H A Dwpa_supplicant_i.h998 u64 drv_flags2; member
H A Dscan.c3532 if (!(wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_MLO)) in mlo_scan_est_throughput()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c71 if (!(hapd->iface->drv_flags2 & in hostapd_wpa_auth_config_update()
77 !!(hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_AP); in hostapd_wpa_auth_config_update()
79 !!(hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP); in hostapd_wpa_auth_config_update()
81 !!(hapd->iface->drv_flags2 & in hostapd_wpa_auth_config_update()
85 if (!(hapd->iface->drv_flags2 & in hostapd_wpa_auth_config_update()
359 (iface->drv_flags2 & WPA_DRIVER_FLAGS2_SPP_AMSDU); in hostapd_wpa_auth_conf()
1796 u64 *drv_flags, u64 *drv_flags2) in hostapd_wpa_auth_get_drv_flags() argument
1802 if (drv_flags2) in hostapd_wpa_auth_get_drv_flags()
1803 *drv_flags2 = hapd->iface->drv_flags2; in hostapd_wpa_auth_get_drv_flags()
H A Dieee802_11_shared.c1141 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF_AP) in hostapd_eid_rsnxe()
1143 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT_AP) in hostapd_eid_rsnxe()
1145 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_PROT_RANGE_NEG_AP) { in hostapd_eid_rsnxe()
1153 if ((hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SPP_AMSDU) && in hostapd_eid_rsnxe()
1162 if ((hapd->iface->drv_flags2 & in hostapd_eid_rsnxe()
1271 (hapd->iface->drv_flags2 & in hostapd_get_ht_vht_twt_responder()
H A Dwpa_auth_ie.c1408 u64 drv_flags2 = 0; in wpa_validate_wpa_ie() local
1413 &drv_flags2) == 0) in wpa_validate_wpa_ie()
1415 !!(drv_flags2 & in wpa_validate_wpa_ie()
H A Dhostapd.h628 u64 drv_flags2; member
H A Dwpa_auth.h452 int (*get_drv_flags)(void *ctx, u64 *drv_flags, u64 *drv_flags2);
H A Ddrv_callbacks.c903 !(iface->drv_flags2 & WPA_DRIVER_FLAGS2_OWE_OFFLOAD_AP) && in hostapd_notif_assoc()
1461 !(hapd->iface->drv_flags2 & in hostapd_event_ch_switch()
H A Ddfs.c39 return (iface->drv_flags2 & WPA_DRIVER_FLAGS2_RADAR_BACKGROUND) && in dfs_use_radar_background()
H A Dwpa_auth.c379 u64 *drv_flags, u64 *drv_flags2) in wpa_auth_get_drv_flags() argument
384 drv_flags2); in wpa_auth_get_drv_flags()
390 u64 drv_flags = 0, drv_flags2 = 0; in wpa_auth_4way_handshake_offload() local
392 return wpa_auth_get_drv_flags(wpa_auth, &drv_flags, &drv_flags2) == 0 && in wpa_auth_4way_handshake_offload()
393 (drv_flags2 & WPA_DRIVER_FLAGS2_4WAY_HANDSHAKE_AP_PSK); in wpa_auth_4way_handshake_offload()
H A Dbeacon.c2560 (hapd->iface->drv_flags2 & in ieee802_11_build_ap_params()
2582 (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SAE_OFFLOAD_AP)) { in ieee802_11_build_ap_params()
H A Dhostapd.c4295 } else if (!(hapd->iface->drv_flags2 & in hostapd_new_assoc_sta()
/freebsd/contrib/wpa/hostapd/
H A Dmain.c339 iface->drv_flags2 = capa.flags2; in hostapd_driver_init()
371 if (!(iface->drv_flags2 & WPA_DRIVER_FLAGS2_MLO)) { in hostapd_driver_init()
H A Dctrl_iface.c2818 if (!(iface->drv_flags2 & WPA_DRIVER_FLAGS2_AP_CHANWIDTH_CHANGE)) in hostapd_ctrl_iface_set_bw()
3415 (long long unsigned) iface->drv_flags2); in hostapd_ctrl_driver_flags2()
3423 if (iface->drv_flags2 & (1LLU << i)) { in hostapd_ctrl_driver_flags2()

12