Lines Matching refs:wpa_sm_set_param
443 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0); in wpa_supplicant_set_non_wpa_policy()
444 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt); in wpa_supplicant_set_non_wpa_policy()
445 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE, in wpa_supplicant_set_non_wpa_policy()
447 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher); in wpa_supplicant_set_non_wpa_policy()
448 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP, in wpa_supplicant_set_non_wpa_policy()
450 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SSID_PROTECTION, 0); in wpa_supplicant_set_non_wpa_policy()
1436 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP, in wpas_set_mgmt_group_cipher()
1438 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP, in wpas_set_mgmt_group_cipher()
1806 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto); in wpa_supplicant_set_suites()
1807 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, in wpa_supplicant_set_suites()
2012 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt); in wpa_supplicant_set_suites()
2013 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE, in wpa_supplicant_set_suites()
2015 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher); in wpa_supplicant_set_suites()
2029 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCV, ssid->ocv); in wpa_supplicant_set_suites()
2042 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SAE_PWE, sae_pwe); in wpa_supplicant_set_suites()
2044 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SAE_PK, in wpa_supplicant_set_suites()
2055 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP, in wpa_supplicant_set_suites()
2059 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_FT_RSNXE_USED, in wpa_supplicant_set_suites()
2061 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCI_FREQ_EAPOL, in wpa_supplicant_set_suites()
2063 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCI_FREQ_EAPOL_G2, in wpa_supplicant_set_suites()
2065 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCI_FREQ_FT_ASSOC, in wpa_supplicant_set_suites()
2067 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCI_FREQ_FILS_ASSOC, in wpa_supplicant_set_suites()
2069 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_DISABLE_EAPOL_G2_TX, in wpa_supplicant_set_suites()
2083 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_EXT_KEY_ID, in wpa_supplicant_set_suites()
2090 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_USE_EXT_KEY_ID, in wpa_supplicant_set_suites()
2093 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_EXT_KEY_ID, 0); in wpa_supplicant_set_suites()
2094 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_USE_EXT_KEY_ID, 0); in wpa_supplicant_set_suites()
2111 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_WMM_ENABLED, wmm); in wpa_supplicant_set_suites()
2123 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SSID_PROTECTION, in wpa_supplicant_set_suites()
2126 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SSID_PROTECTION, false); in wpa_supplicant_set_suites()
2152 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_DPP_PFS, ssid->dpp_pfs); in wpa_supplicant_set_suites()
2197 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_DENY_PTK0_REKEY, 1); in wpa_supplicant_set_suites()
2200 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_DENY_PTK0_REKEY, 0); in wpa_supplicant_set_suites()
3822 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_OVERRIDE_SUPPORT, in wpas_populate_assoc_ies()
3824 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_OVERRIDE, in wpas_populate_assoc_ies()
3833 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_OVERRIDE, in wpas_populate_assoc_ies()
3842 wpa_sm_set_param(wpa_s->wpa, in wpas_populate_assoc_ies()
3847 wpa_sm_set_param(wpa_s->wpa, in wpas_populate_assoc_ies()
7143 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME, in wpa_supplicant_init_iface()
7151 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD, in wpa_supplicant_init_iface()
7159 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, in wpa_supplicant_init_iface()