Searched refs:oci (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/src/common/ |
D | ocv.c | 22 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 …]
|
D | ocv.h | 38 int ocv_derive_all_parameters(struct oci_info *oci);
|
D | wpa_common.h | 593 const u8 *oci; member 683 const u8 *oci; member
|
D | ieee802_11_common.h | 101 const u8 *oci; member
|
D | ieee802_11_common.c | 380 elems->oci = pos; in ieee802_11_parse_extension() 943 elems->oci = NULL; in ieee802_11_elems_clear_ext_ids()
|
D | wpa_common.c | 1084 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/ |
D | ieee802_11_shared.c | 306 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
|
D | wpa_auth.c | 3890 res = ocv_verify_tx_params(kde.oci, kde.oci_len, &ci, 5463 if (ocv_verify_tx_params(kde.oci, kde.oci_len, &ci,
|
D | wpa_auth_ft.c | 3710 res = ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc()
|
D | ieee802_11.c | 4375 res = ocv_verify_tx_params(elems->oci, elems->oci_len, &ci, in __check_assoc_ies()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 1334 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in mesh_mpm_action_rx()
|
D | sme.c | 3659 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in sme_sa_query_rx()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_ft.c | 1241 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc_resp()
|
D | wpa.c | 2871 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()
|