/hostap-latest/tests/hwsim/ |
D | test_ocv.py | 76 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 …]
|
D | test_wnm.py | 38 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)
|
D | test_wpas_mesh.py | 367 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)
|
D | test_ap_pmf.py | 87 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",
|
D | test_ap_ft.py | 138 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")
|
D | test_sae.py | 2960 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",
|
D | test_fils.py | 216 erp="1", scan_freq="2412", ieee80211w="1", ocv="1")
|
/hostap-latest/src/ap/ |
D | wpa_auth_ie.c | 109 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()
|
D | hs20.c | 89 if (hapd->conf->ocv && in hostapd_eid_osen()
|
D | wpa_auth.h | 205 int ocv; /* Operating Channel Validation */ member 460 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
|
D | ap_config.h | 52 int ocv; member 373 int ocv; /* Operating Channel Validation */ member
|
D | wpa_auth_glue.c | 73 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf() 1744 _conf.ocv = 0; in hostapd_setup_wpa()
|
D | ap_config.c | 1471 bss->ocv) { in hostapd_config_check_bss()
|
D | drv_callbacks.c | 1329 if (hapd->conf->ocv && in hostapd_event_ch_switch()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 163 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()
|
D | config_ssid.h | 526 int ocv; member
|
D | mesh.c | 108 conf->ocv = ssid->ocv; in mesh_config_create()
|
D | mesh_mpm.c | 264 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()
|
D | config.c | 2333 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) },
|
D | ap.c | 749 bss->ocv = ssid->ocv; in wpa_supplicant_conf_ap()
|
D | config_file.c | 73 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_config_validate_network()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_ie.c | 127 if (sm->ocv) in rsn_supp_capab()
|
D | wpa_i.h | 108 int ocv; /* Operating Channel Validation */ member
|
D | wpa.c | 4933 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/ |
D | config_file.c | 3746 bss->ocv = atoi(pos); in hostapd_config_fill() 3747 if (bss->ocv && !bss->ieee80211w) in hostapd_config_fill()
|