Home
last modified time | relevance | path

Searched refs:opclass (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c524 int opclass; in hostapd_set_freq_params() local
534 opclass = center_segment0 == 2 ? 136 : 131; in hostapd_set_freq_params()
535 freq1 = ieee80211_chan_to_freq(NULL, opclass, in hostapd_set_freq_params()
H A Ddpp.c212 int opclass = -1, channel, freq; in dpp_parse_uri_chan_list() local
219 opclass = atoi(pos); in dpp_parse_uri_chan_list()
222 if (opclass <= 0) in dpp_parse_uri_chan_list()
229 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list()
232 opclass, channel, freq); in dpp_parse_uri_chan_list()
237 opclass, channel); in dpp_parse_uri_chan_list()
2468 int *opclass = NULL; in dpp_conf_req_rx() local
2482 int_array_add_unique(&opclass, token->number); in dpp_conf_req_rx()
2490 for (i = 0; opclass && opclass[i]; i++) { in dpp_conf_req_rx()
2492 pos == txt ? "" : ",", opclass[i]); in dpp_conf_req_rx()
[all …]
H A Ddpp_tcp.c1445 int i, res, *opclass = auth->e_band_support; in dpp_controller_rx_gas_req() local
1462 for (i = 0; opclass && opclass[i]; i++) { in dpp_controller_rx_gas_req()
1464 b_pos == band ? "" : ",", opclass[i]); in dpp_controller_rx_gas_req()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c46 static u8 ieee80211_eht_mcs_set_size(enum hostapd_hw_mode mode, u8 opclass, in ieee80211_eht_mcs_set_size() argument
81 band6 = is_6ghz_op_class(opclass); in ieee80211_eht_mcs_set_size()
361 u8 opclass, const u8 *he_cap, in ieee80211_invalid_eht_cap_size() argument
377 cap_len += ieee80211_eht_mcs_set_size(mode, opclass, -1, he_phy_cap, in ieee80211_invalid_eht_cap_size()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c4246 int i, res, *opclass = auth->e_band_support; in wpas_dpp_gas_req_handler() local
4265 for (i = 0; opclass && opclass[i]; i++) { in wpas_dpp_gas_req_handler()
4267 pos == band ? "" : ",", opclass[i]); in wpas_dpp_gas_req_handler()
H A Dp2p_supplicant.c9811 u8 chan, opclass; in wpas_p2p_move_go_csa() local
9816 &opclass, &chan) == in wpas_p2p_move_go_csa()
9825 NULL, opclass, in wpas_p2p_move_go_csa()
9830 NULL, opclass, in wpas_p2p_move_go_csa()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td232 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
235 Operand OpClass = opclass;
238 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
242 Operand OpClass = opclass;