Searched refs:categ (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.h20 const u8 *bssid, u8 categ, const u8 *data, size_t len,
H A Dgas_query.c299 u8 *categ = wpabuf_mhead_u8(req); local
300 *categ = WLAN_ACTION_PROTECTED_DUAL;
512 * @categ: Category of the Action frame
519 const u8 *bssid, u8 categ, const u8 *data, size_t len,
540 prot = categ == WLAN_ACTION_PROTECTED_DUAL;
518 gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) argument
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.h18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
H A Dgas_query_ap.c269 u8 *categ = wpabuf_mhead_u8(req); local
270 *categ = WLAN_ACTION_PROTECTED_DUAL;
460 * @categ: Category of the Action frame
466 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ, argument
487 prot = categ == WLAN_ACTION_PROTECTED_DUAL;
H A Dgas_serv.c41 u8 *categ = wpabuf_mhead_u8(msg); local
42 *categ = WLAN_ACTION_PROTECTED_DUAL;
/freebsd-12-stable/contrib/wpa/src/common/
H A Dgas_server.h31 const u8 *bssid, u8 categ, const u8 *data, size_t len,
H A Dgas_server.c315 * @categ: Category of the Action frame
322 const u8 *bssid, u8 categ, const u8 *data, size_t len,
331 if (categ == WLAN_ACTION_PROTECTED_DUAL)
321 gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) argument
/freebsd-12-stable/contrib/gcc/
H A Dstub-objc.c182 tree ARG_UNUSED (categ),
220 tree ARG_UNUSED (categ))
/freebsd-12-stable/contrib/gcc/cp/
H A Dparser.c18425 tree *categ, bool *is_category)
18429 *super = *categ = NULL_TREE;
18441 *categ = (next->type == CPP_CLOSE_PAREN) ? NULL_TREE : cp_parser_identifier (parser);
18455 tree name, super, categ, protos;
18463 cp_parser_objc_superclass_or_category (parser, &super, &categ, &is_categ);
18473 objc_start_category_interface (name, categ, protos);
18493 tree name, super, categ;
18499 cp_parser_objc_superclass_or_category (parser, &super, &categ, &is_categ);
18505 if (categ == NULL_TREE)
18510 objc_start_category_implementation (name, categ);
18421 cp_parser_objc_superclass_or_category(cp_parser *parser, tree *super, tree *categ, bool *is_category) argument
18452 tree name, super, categ, protos; local
18490 tree name, super, categ; local
[all...]

Completed in 278 milliseconds