Home
last modified time | relevance | path

Searched refs:oci (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/src/common/
Docv.c22 int ocv_derive_all_parameters(struct oci_info *oci) in ocv_derive_all_parameters() argument
26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel); in ocv_derive_all_parameters()
27 if (oci->freq < 0) { in ocv_derive_all_parameters()
30 oci->op_class, oci->channel); in ocv_derive_all_parameters()
34 op_class_map = get_oper_class(NULL, oci->op_class); in ocv_derive_all_parameters()
38 oci->op_class); in ocv_derive_all_parameters()
42 oci->chanwidth = oper_class_bw_to_int(op_class_map); in ocv_derive_all_parameters()
43 oci->sec_channel = 0; in ocv_derive_all_parameters()
45 oci->sec_channel = 1; in ocv_derive_all_parameters()
47 oci->sec_channel = -1; in ocv_derive_all_parameters()
[all …]
Docv.h38 int ocv_derive_all_parameters(struct oci_info *oci);
Dwpa_common.h593 const u8 *oci; member
683 const u8 *oci; member
Dieee802_11_common.h101 const u8 *oci; member
Dieee802_11_common.c380 elems->oci = pos; in ieee802_11_parse_extension()
943 elems->oci = NULL; in ieee802_11_elems_clear_ext_ids()
Dwpa_common.c1084 parse->oci = pos; in wpa_ft_parse_ftie()
1087 parse->oci, parse->oci_len); in wpa_ft_parse_ftie()
3537 ie->oci = p; in wpa_parse_generic()
/hostap-latest/src/ap/
Dieee802_11_shared.c306 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
Dwpa_auth.c3890 res = ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
5463 if (ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
Dwpa_auth_ft.c3710 res = ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc()
Dieee802_11.c4375 res = ocv_verify_tx_params(elems->oci, elems->oci_len, &ci, in __check_assoc_ies()
/hostap-latest/wpa_supplicant/
Dmesh_mpm.c1334 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in mesh_mpm_action_rx()
Dsme.c3659 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in sme_sa_query_rx()
/hostap-latest/src/rsn_supp/
Dwpa_ft.c1241 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc_resp()
Dwpa.c2871 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_3_of_4()
3125 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_mlo_1_of_2()
3376 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_1_of_2()
6665 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in fils_process_assoc_resp()