Home
last modified time | relevance | path

Searched refs:ocv (Results 1 - 25 of 39) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c107 if (conf->ocv) in wpa_own_rsn_capab()
476 if (conf->ocv) in wpa_write_osen()
850 if (wpa_auth->conf.ocv && (data.capabilities & WPA_CAPABILITY_OCVC) && in wpa_validate_wpa_ie()
855 * workaround mode (ocv=2) is enabled. in wpa_validate_wpa_ie()
857 if (wpa_auth->conf.ocv == 2) { in wpa_validate_wpa_ie()
868 wpa_auth->conf.ocv : 0); in wpa_validate_wpa_ie()
1089 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv() argument
1092 sm->ocv_enabled = ocv; in wpa_auth_set_ocv()
H A Dhs20.c89 if (hapd->conf->ocv && in hostapd_eid_osen()
H A Dap_config.h46 int ocv; member
362 int ocv; /* Operating Channel Validation */ member
H A Dwpa_auth.h198 int ocv; /* Operating Channel Validation */ member
378 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
H A Dwpa_auth_glue.c70 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
1538 _conf.ocv = 0; in hostapd_setup_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c145 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init()
174 conf.ocv = ocv; in __mesh_rsn_auth_init()
248 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
144 __mesh_rsn_auth_init(struct mesh_rsn *rsn, const u8 *addr, enum mfp_options ieee80211w, int ocv) __mesh_rsn_auth_init() argument
H A Dconfig_ssid.h467 * ocv - Enable/disable operating channel validation
473 int ocv; member
H A Dmesh.c99 conf->ocv = ssid->ocv; in mesh_config_create()
H A Dmesh_mpm.c15 #include "common/ocv.h"
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()
H A 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()
2088 wpa_printf(MSG_ERROR, "Line %d: Invalid ocv value '%s'.", 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_standard/wpa_supplicant/
H A Dmesh_rsn.c150 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init()
177 conf.ocv = ocv; in __mesh_rsn_auth_init()
259 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
149 __mesh_rsn_auth_init(struct mesh_rsn *rsn, const u8 *addr, enum mfp_options ieee80211w, int ocv) __mesh_rsn_auth_init() argument
H A Dconfig_ssid.h498 * ocv - Enable/disable operating channel validation
504 int ocv; member
H A Dmesh_mpm.c15 #include "common/ocv.h"
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()
1302 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()
H A Dmesh.c108 conf->ocv = ssid->ocv; in mesh_config_create()
H A Dconfig.c2395 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv()
2396 if (*end || ssid->ocv < 0 || ssid->ocv > 1) { in wpa_config_parse_ocv()
2397 wpa_printf(MSG_ERROR, "Line %d: Invalid ocv value '%s'.", in wpa_config_parse_ocv()
2401 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) in wpa_config_parse_ocv()
2415 os_snprintf(value, 20, "%d", ssid->ocv); in wpa_config_write_ocv()
2674 { FUNC(ocv) },
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
H A Dwpa_auth.h196 int ocv; /* Operating Channel Validation */ member
329 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
H A Dhs20.c91 if (hapd->conf->ocv) in hostapd_eid_osen()
H A Dap_config.h46 int ocv; member
359 int ocv; /* Operating Channel Validation */ member
H A 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/
H A Dwpa_ie.c122 if (sm->ocv) in rsn_supp_capab()
H A Dwpa_i.h107 int ocv; /* Operating Channel Validation */ member
/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c400 AVFILTER_DEFINE_CLASS(ocv); variable
418 .name = "ocv",
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_i.h89 int ocv; /* Operating Channel Validation */ member
H A Dwpa_ie.c226 if (sm->ocv) in wpa_gen_wpa_ie_rsn()

Completed in 40 milliseconds

12