Home
last modified time | relevance | path

Searched refs:ocv (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/CXX/expr/expr.mptr.oper/
Dp5.cpp21 const volatile X0 &ocv) { in test_object_cvquals() argument
57 …(ocv.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attrib… in test_object_cvquals()
58 …(ocv.*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attri… in test_object_cvquals()
59 …(ocv.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attri… in test_object_cvquals()
60 (ocv.*pmcv)(); in test_object_cvquals()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c145 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init() argument
174 conf.ocv = ocv; in __mesh_rsn_auth_init()
248 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
Dconfig_ssid.h471 int ocv; member
Dmesh.c99 conf->ocv = ssid->ocv; in mesh_config_create()
Dmesh_mpm.c252 if (type != PLINK_CLOSE && conf->ocv) in mesh_mpm_send_plink_action()
367 if (type != PLINK_CLOSE && conf->ocv) { in mesh_mpm_send_plink_action()
1240 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()
Dconfig.c2086 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv()
2087 if (*end || ssid->ocv < 0 || ssid->ocv > 1) { in wpa_config_parse_ocv()
2092 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) in wpa_config_parse_ocv()
2106 os_snprintf(value, 20, "%d", ssid->ocv); in wpa_config_write_ocv()
2321 { FUNC(ocv) },
Dap.c504 bss->ocv = ssid->ocv; in wpa_supplicant_conf_ap()
Dconfig_file.c164 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_config_validate_network()
Dwpa_supplicant.c1563 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCV, ssid->ocv); in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c297 if (conf->ocv) in wpa_write_rsn_ie()
422 if (conf->ocv) in wpa_write_osen()
795 wpa_auth_set_ocv(sm, wpa_auth->conf.ocv && in wpa_validate_wpa_ie()
1133 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv() argument
1136 sm->ocv_enabled = ocv; in wpa_auth_set_ocv()
Dap_config.h45 int ocv; member
345 int ocv; /* Operating Channel Validation */ member
Dhs20.c91 if (hapd->conf->ocv) in hostapd_eid_osen()
Dwpa_auth.h196 int ocv; /* Operating Channel Validation */ member
329 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
Dwpa_auth_glue.c60 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
Dap_config.c1080 bss->ocv) { in hostapd_config_check_bss()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h89 int ocv; /* Operating Channel Validation */ member
Dwpa_ie.c226 if (sm->ocv) in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c247 if (sm->ocv) in wpa_ft_gen_req_ies()
Dwpa.c3028 sm->ocv = value; in wpa_sm_set_param()
3108 if (!sm->ocv || !sm->ap_rsn_ie) in wpa_sm_ocv_enabled()
3996 if (sm->ocv) in fils_ft_build_assoc_req_rsne()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3388 bss->ocv = atoi(pos); in hostapd_config_fill()
3389 if (bss->ocv && !bss->ieee80211w) in hostapd_config_fill()