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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c1067 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id, argument
1093 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1097 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1102 os_memcmp(pos, rc_id, rc_len) == 0)
1110 const u8 *rc_id, size_t rc_len)
1126 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1136 const u8 *rc_id, size_t rc_len)
1138 return roaming_consortium_element_match(ie, rc_id, rc_len) ||
1139 roaming_consortium_anqp_match(anqp, rc_id, rc_len);
1109 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1135 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument

Completed in 147 milliseconds