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

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1083 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id, argument
1109 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1113 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1118 os_memcmp(pos, rc_id, rc_len) == 0)
1126 const u8 *rc_id, size_t rc_len)
1142 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1152 const u8 *rc_id, size_t rc_len)
1154 return roaming_consortium_element_match(ie, rc_id, rc_len) ||
1155 roaming_consortium_anqp_match(anqp, rc_id, rc_len);
1125 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1151 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument

Completed in 119 milliseconds