Searched refs:ocv (Results 1 – 20 of 20) sorted by relevance
/external/clang/test/CXX/expr/expr.mptr.oper/ |
D | p5.cpp | 21 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/ |
D | mesh_rsn.c | 145 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()
|
D | config_ssid.h | 471 int ocv; member
|
D | mesh.c | 99 conf->ocv = ssid->ocv; in mesh_config_create()
|
D | mesh_mpm.c | 252 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()
|
D | config.c | 2086 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) },
|
D | ap.c | 504 bss->ocv = ssid->ocv; in wpa_supplicant_conf_ap()
|
D | config_file.c | 164 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_config_validate_network()
|
D | wpa_supplicant.c | 1563 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCV, ssid->ocv); in wpa_supplicant_set_suites()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 297 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()
|
D | ap_config.h | 45 int ocv; member 345 int ocv; /* Operating Channel Validation */ member
|
D | hs20.c | 91 if (hapd->conf->ocv) in hostapd_eid_osen()
|
D | wpa_auth.h | 196 int ocv; /* Operating Channel Validation */ member 329 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
|
D | wpa_auth_glue.c | 60 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
|
D | ap_config.c | 1080 bss->ocv) { in hostapd_config_check_bss()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 89 int ocv; /* Operating Channel Validation */ member
|
D | wpa_ie.c | 226 if (sm->ocv) in wpa_gen_wpa_ie_rsn()
|
D | wpa_ft.c | 247 if (sm->ocv) in wpa_ft_gen_req_ies()
|
D | wpa.c | 3028 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/ |
D | config_file.c | 3388 bss->ocv = atoi(pos); in hostapd_config_fill() 3389 if (bss->ocv && !bss->ieee80211w) in hostapd_config_fill()
|