/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ie.c | 107 if (conf->ocv) in wpa_own_rsn_capab() 470 if (conf->ocv) in wpa_write_osen() 840 if (wpa_auth->conf.ocv && (data.capabilities & WPA_CAPABILITY_OCVC) && in wpa_validate_wpa_ie() 847 if (wpa_auth->conf.ocv == 2) { in wpa_validate_wpa_ie() 858 wpa_auth->conf.ocv : 0); in wpa_validate_wpa_ie() 1079 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv() argument 1082 sm->ocv_enabled = ocv; in wpa_auth_set_ocv()
|
D | hs20.c | 89 if (hapd->conf->ocv && in hostapd_eid_osen()
|
D | wpa_auth.h | 198 int ocv; /* Operating Channel Validation */ member 378 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
|
D | ap_config.h | 46 int ocv; member 362 int ocv; /* Operating Channel Validation */ member
|
D | wpa_auth_glue.c | 68 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf() 1521 _conf.ocv = 0; in hostapd_setup_wpa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_rsn.c | 146 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init() argument 173 conf.ocv = ocv; in __mesh_rsn_auth_init() 248 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
|
D | config_ssid.h | 489 int ocv; member
|
D | mesh_mpm.c | 263 if (type != PLINK_CLOSE && conf->ocv) in mesh_mpm_send_plink_action() 395 if (type != PLINK_CLOSE && conf->ocv) { in mesh_mpm_send_plink_action() 1280 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()
|
D | mesh.c | 108 conf->ocv = ssid->ocv; in mesh_config_create()
|
D | config.c | 2277 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv() 2278 if (*end || ssid->ocv < 0 || ssid->ocv > 1) { in wpa_config_parse_ocv() 2283 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) in wpa_config_parse_ocv() 2297 os_snprintf(value, 20, "%d", ssid->ocv); in wpa_config_write_ocv() 2540 { FUNC(ocv) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 473 int ocv; member
|
D | mesh.c | 99 conf->ocv = ssid->ocv; in mesh_config_create()
|
D | mesh_mpm.c | 262 if (type != PLINK_CLOSE && conf->ocv) in mesh_mpm_send_plink_action() 392 if (type != PLINK_CLOSE && conf->ocv) { in mesh_mpm_send_plink_action() 1272 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) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 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 | ap_config.h | 46 int ocv; member 359 int ocv; /* Operating Channel Validation */ member
|
D | wpa_auth_glue.c | 64 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_ie.c | 116 if (sm->ocv) in rsn_supp_capab()
|
D | wpa_i.h | 107 int ocv; /* Operating Channel Validation */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_libopencv.c | 411 AVFILTER_DEFINE_CLASS(ocv);
|