Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp.c211 int opclass = -1, channel, freq; in dpp_parse_uri_chan_list() local
218 opclass = atoi(pos); in dpp_parse_uri_chan_list()
221 if (opclass <= 0) in dpp_parse_uri_chan_list()
228 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list()
231 opclass, channel, freq); in dpp_parse_uri_chan_list()
236 opclass, channel); in dpp_parse_uri_chan_list()
2016 int *opclass = NULL; in dpp_conf_req_rx() local
2030 int_array_add_unique(&opclass, token->number); in dpp_conf_req_rx()
2038 for (i = 0; opclass && opclass[i]; i++) { in dpp_conf_req_rx()
2040 pos == txt ? "" : ",", opclass[i]); in dpp_conf_req_rx()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td238 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
241 Operand OpClass = opclass;
244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
248 Operand OpClass = opclass;
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c9676 u8 chan, opclass; in wpas_p2p_move_go_csa() local
9681 &opclass, &chan) == in wpas_p2p_move_go_csa()
9690 NULL, opclass, in wpas_p2p_move_go_csa()
9695 NULL, opclass, in wpas_p2p_move_go_csa()