Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c1071 size_t rc_len) in roaming_consortium_element_match() argument
1096 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1100 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1104 if (pos < end && (size_t) (end - pos) == rc_len && in roaming_consortium_element_match()
1105 os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1113 const u8 *rc_id, size_t rc_len) in roaming_consortium_anqp_match() argument
1129 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_anqp_match()
1139 const u8 *rc_id, size_t rc_len) in roaming_consortium_match() argument
1141 return roaming_consortium_element_match(ie, rc_id, rc_len) || in roaming_consortium_match()
1142 roaming_consortium_anqp_match(anqp, rc_id, rc_len); in roaming_consortium_match()