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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h467 * ocv - Enable/disable operating channel validation
473 int ocv; member in struct:wpa_ssid
H A Dmesh_rsn.c145 enum mfp_options ieee80211w, int ocv)
174 conf.ocv = ocv;
248 conf->ieee80211w, conf->ocv) < 0) {
144 __mesh_rsn_auth_init(struct mesh_rsn *rsn, const u8 *addr, enum mfp_options ieee80211w, int ocv) argument
H A Dmesh.c99 conf->ocv = ssid->ocv;
H A Dmesh_mpm.c15 #include "common/ocv.h"
262 if (type != PLINK_CLOSE && conf->ocv)
392 if (type != PLINK_CLOSE && conf->ocv) {
1272 wpa_auth_set_ocv(sm, mconf->ocv &&
H A Dconfig.c2086 ssid->ocv = strtol(value, &end, 0);
2087 if (*end || ssid->ocv < 0 || ssid->ocv > 1) {
2088 wpa_printf(MSG_ERROR, "Line %d: Invalid ocv value '%s'.",
2092 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION)
2106 os_snprintf(value, 20, "%d", ssid->ocv);
2321 { FUNC(ocv) },
H A Dap.c509 bss->ocv = ssid->ocv;
H A Dconfig_file.c164 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
H A DAndroid.mk212 OBJS += src/common/ocv.c
H A Dwpa_supplicant.c1565 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_OCV, ssid->ocv);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c297 if (conf->ocv)
422 if (conf->ocv)
795 wpa_auth_set_ocv(sm, wpa_auth->conf.ocv &&
1133 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) argument
1136 sm->ocv_enabled = ocv;
H A Dhs20.c91 if (hapd->conf->ocv)
H A Dap_config.h46 int ocv; member in struct:mesh_conf
359 int ocv; /* Operating Channel Validation */ member in struct:hostapd_bss_config
H A Dwpa_auth.h196 int ocv; /* Operating Channel Validation */ member in struct:wpa_auth_config
329 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
H A Dwpa_auth_glue.c64 wconf->ocv = conf->ocv;
H A Dap_config.c1200 bss->ocv) {
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h89 int ocv; /* Operating Channel Validation */ member in struct:wpa_sm
H A Dwpa_ie.c226 if (sm->ocv)
H A Dwpa_ft.c17 #include "common/ocv.h"
256 if (sm->ocv)
H A Dwpa.c23 #include "common/ocv.h"
3058 sm->ocv = value;
3138 if (!sm->ocv || !sm->ap_rsn_ie)
4026 if (sm->ocv)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3408 } else if (os_strcmp(buf, "ocv") == 0) {
3409 bss->ocv = atoi(pos);
3410 if (bss->ocv && !bss->ieee80211w)

Completed in 181 milliseconds