Home
last modified time | relevance | path

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

12

/hostap-latest/tests/hwsim/
Dtest_ocv.py76 for ocv in range(2):
77 dev[0].connect(ssid, psk=passphrase, scan_freq="2412", ocv=str(ocv),
98 for ocv in range(2):
99 dev[0].connect(ssid, psk=passphrase, scan_freq="5200", ocv=str(ocv),
113 for ocv in range(2):
114 dev[0].connect(ssid, psk=passphrase, scan_freq="2437", ocv=str(ocv),
116 dev[1].connect(ssid, psk=passphrase, scan_freq="2437", ocv=str(ocv),
149 for ocv in range(2):
150 dev[0].connect(ssid, psk=passphrase, scan_freq=freq, ocv=str(ocv),
152 dev[1].connect(ssid, psk=passphrase, scan_freq=freq, ocv=str(ocv),
[all …]
Dtest_wnm.py38 ocv=False, ap_max_inactivity=0, coloc_intf_reporting=False, argument
66 if ocv:
387 time_adv=True, ocv=True)
389 dev[0].connect("test-wnm-rsn", psk="12345678", ieee80211w="2", ocv="1",
405 hapd = start_wnm_ap(apdev[0], rsn=True, wnm_sleep_mode=True, ocv=True)
407 dev[0].connect(ssid, psk="12345678", key_mgmt="WPA-PSK-SHA256", ocv="1",
482 time_adv=True, ocv=True)
484 dev[0].connect("test-wnm-rsn", psk="12345678", ieee80211w="2", ocv="1",
497 time_adv=True, ocv=True)
Dtest_wpas_mesh.py367 sae_password=False, sae_password_id=None, ocv=False): argument
387 if ocv:
446 id = add_mesh_secure_net(dev[0], pmf=True, ocv=True)
449 id = add_mesh_secure_net(dev[1], pmf=True, ocv=True)
458 id = add_mesh_secure_net(dev[0], pmf=True, ocv=True)
461 id = add_mesh_secure_net(dev[1], pmf=True, ocv=False)
495 id = add_mesh_secure_net(dev[0], pmf=True, ocv=True)
501 id = add_mesh_secure_net(dev[1], pmf=True, ocv=True)
521 id = add_mesh_secure_net(dev[0], pmf=True, ocv=True)
527 id = add_mesh_secure_net(dev[1], pmf=True, ocv=True)
Dtest_ap_pmf.py87 dev[0].connect(ssid, psk="12345678", ieee80211w="1", ocv="1",
112 dev[0].connect(ssid, psk="12345678", ieee80211w="1", ocv="1",
129 dev[0].connect(ssid, psk="12345678", ieee80211w="1", ocv="1",
144 dev[0].connect(ssid, psk="12345678", ieee80211w="1", ocv="1",
Dtest_ap_ft.py138 group_mgmt=None, ocv=None, sae_password=None, argument
155 if ocv:
156 copts["ocv"] = ocv
677 run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, ocv="1")
698 run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, ocv="1")
837 ocv="1")
Dtest_sae.py2960 id = dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE", ocv="1",
2984 id = dev[0].connect("test-sae", psk="12345678", key_mgmt="SAE", ocv="1",
Dtest_fils.py216 erp="1", scan_freq="2412", ieee80211w="1", ocv="1")
/hostap-latest/src/ap/
Dwpa_auth_ie.c109 if (conf->ocv) in wpa_own_rsn_capab()
621 if (conf->ocv) in wpa_write_osen()
1137 if (wpa_auth->conf.ocv && (data.capabilities & WPA_CAPABILITY_OCVC) && in wpa_validate_wpa_ie()
1144 if (wpa_auth->conf.ocv == 2) { in wpa_validate_wpa_ie()
1155 wpa_auth->conf.ocv : 0); in wpa_validate_wpa_ie()
1399 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv() argument
1402 sm->ocv_enabled = ocv; in wpa_auth_set_ocv()
Dhs20.c89 if (hapd->conf->ocv && in hostapd_eid_osen()
Dwpa_auth.h205 int ocv; /* Operating Channel Validation */ member
460 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
Dap_config.h52 int ocv; member
373 int ocv; /* Operating Channel Validation */ member
Dwpa_auth_glue.c73 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
1744 _conf.ocv = 0; in hostapd_setup_wpa()
Dap_config.c1471 bss->ocv) { in hostapd_config_check_bss()
Ddrv_callbacks.c1329 if (hapd->conf->ocv && in hostapd_event_ch_switch()
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c163 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init() argument
191 conf.ocv = ocv; in __mesh_rsn_auth_init()
266 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
Dconfig_ssid.h526 int ocv; member
Dmesh.c108 conf->ocv = ssid->ocv; in mesh_config_create()
Dmesh_mpm.c264 if (type != PLINK_CLOSE && conf->ocv) in mesh_mpm_send_plink_action()
402 if (type != PLINK_CLOSE && conf->ocv) { in mesh_mpm_send_plink_action()
1311 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()
Dconfig.c2333 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv()
2334 if (*end || ssid->ocv < 0 || ssid->ocv > 1) { in wpa_config_parse_ocv()
2339 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) in wpa_config_parse_ocv()
2353 os_snprintf(value, 20, "%d", ssid->ocv); in wpa_config_write_ocv()
2647 { FUNC(ocv) },
Dap.c749 bss->ocv = ssid->ocv; in wpa_supplicant_conf_ap()
Dconfig_file.c73 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_config_validate_network()
/hostap-latest/src/rsn_supp/
Dwpa_ie.c127 if (sm->ocv) in rsn_supp_capab()
Dwpa_i.h108 int ocv; /* Operating Channel Validation */ member
Dwpa.c4933 sm->ocv = value; in wpa_sm_set_param()
5134 if (!sm->ocv || !rsne) in wpa_sm_ocv_enabled()
6305 if (sm->ocv) in fils_ft_build_assoc_req_rsne()
/hostap-latest/hostapd/
Dconfig_file.c3746 bss->ocv = atoi(pos); in hostapd_config_fill()
3747 if (bss->ocv && !bss->ieee80211w) in hostapd_config_fill()

12