Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ie.c107 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()
Dhs20.c89 if (hapd->conf->ocv && in hostapd_eid_osen()
Dwpa_auth.h198 int ocv; /* Operating Channel Validation */ member
378 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
Dap_config.h46 int ocv; member
362 int ocv; /* Operating Channel Validation */ member
Dwpa_auth_glue.c68 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/
Dmesh_rsn.c146 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()
Dconfig_ssid.h489 int ocv; member
Dmesh_mpm.c263 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()
Dmesh.c108 conf->ocv = ssid->ocv; in mesh_config_create()
Dconfig.c2277 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/
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.h473 int ocv; member
Dmesh.c99 conf->ocv = ssid->ocv; in mesh_config_create()
Dmesh_mpm.c262 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()
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) },
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
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);
Dap_config.h46 int ocv; member
359 int ocv; /* Operating Channel Validation */ member
Dwpa_auth_glue.c64 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c116 if (sm->ocv) in rsn_supp_capab()
Dwpa_i.h107 int ocv; /* Operating Channel Validation */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h89 int ocv; /* Operating Channel Validation */ member
Dwpa_ie.c226 if (sm->ocv) in wpa_gen_wpa_ie_rsn()
/third_party/ffmpeg/libavfilter/
Dvf_libopencv.c411 AVFILTER_DEFINE_CLASS(ocv);

12