Home
last modified time | relevance | path

Searched refs:attr_id (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sake_common.c19 u8 attr_id, u8 len, const u8 *data) in eap_sake_parse_add_attr()
23 switch (attr_id) { in eap_sake_parse_add_attr()
133 if (attr_id < 128) { in eap_sake_parse_add_attr()
135 " attribute %d", attr_id); in eap_sake_parse_add_attr()
139 "attribute %d", attr_id); in eap_sake_parse_add_attr()
18 eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr, u8 attr_id, u8 len, const u8 *data) eap_sake_parse_add_attr() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sake_common.c19 u8 attr_id, u8 len, const u8 *data) in eap_sake_parse_add_attr()
23 switch (attr_id) { in eap_sake_parse_add_attr()
133 if (attr_id < 128) { in eap_sake_parse_add_attr()
135 " attribute %d", attr_id); in eap_sake_parse_add_attr()
139 "attribute %d", attr_id); in eap_sake_parse_add_attr()
18 eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr, u8 attr_id, u8 len, const u8 *data) eap_sake_parse_add_attr() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c312 static int dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len, in dpp_pkex_identifier_match() argument
315 if (!attr_id && identifier) { in dpp_pkex_identifier_match()
321 if (attr_id && !identifier) { in dpp_pkex_identifier_match()
327 if (attr_id && identifier && in dpp_pkex_identifier_match()
329 os_memcmp(identifier, attr_id, attr_id_len) != 0)) { in dpp_pkex_identifier_match()
346 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
399 attr_id = dpp_get_attr(buf, len, DPP_ATTR_CODE_IDENTIFIER, in dpp_pkex_rx_exchange_req()
401 if (!dpp_pkex_identifier_match(attr_id, attr_id_len, identifier)) in dpp_pkex_rx_exchange_req()
694 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
773 attr_id in dpp_pkex_rx_exchange_resp()
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.cpp126 BMDDeckLinkAttributeID attr_id = (cfg_id == bmdDeckLinkConfigAudioInputConnection) ? BMDDeckLinkAudioInputConnections : BMDDeckLinkVideoInputConnections; in decklink_select_input() local
133 res = ctx->attr->GetInt(attr_id, &supported_connections); in decklink_select_input()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drobust_av.c1171 static void wpas_fill_dscp_policy(struct dscp_policy_data *policy, u8 attr_id, in wpas_fill_dscp_policy() argument
1174 switch (attr_id) { in wpas_fill_dscp_policy()
1220 attr_id); in wpas_fill_dscp_policy()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c320 int attr_id = 1; in dump_attr_set_list() local
322 _mesa_string_buffer_printf(d->buf, " #%d: {", attr_id++); in dump_attr_set_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7226 static int dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len, in dpp_pkex_identifier_match() argument
7229 if (!attr_id && identifier) { in dpp_pkex_identifier_match()
7235 if (attr_id && !identifier) { in dpp_pkex_identifier_match()
7241 if (attr_id && identifier && in dpp_pkex_identifier_match()
7243 os_memcmp(identifier, attr_id, attr_id_len) != 0)) { in dpp_pkex_identifier_match()
7260 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
7296 attr_id = dpp_get_attr(buf, len, DPP_ATTR_CODE_IDENTIFIER, in dpp_pkex_rx_exchange_req()
7298 if (!dpp_pkex_identifier_match(attr_id, attr_id_len, identifier)) in dpp_pkex_rx_exchange_req()
7599 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
7661 attr_id in dpp_pkex_rx_exchange_resp()
[all...]

Completed in 16 milliseconds