Searched defs:key_wrap_auth (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_process.c60 const u8 *key_wrap_auth)
66 if (key_wrap_auth == NULL) {
73 if (head + len != key_wrap_auth - 4) {
80 if (os_memcmp(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
59 wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) argument
H A Dwps_i.h134 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
219 const u8 *key_wrap_auth);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c54 const u8 *key_wrap_auth)
60 if (key_wrap_auth == NULL) {
67 if (head + len != key_wrap_auth - 4) {
74 if (os_memcmp(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
53 wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) argument
H A Dwps_i.h152 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
265 const u8 *key_wrap_auth);
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c54 const u8 *key_wrap_auth)
60 if (key_wrap_auth == NULL) {
67 if (head + len != key_wrap_auth - 4) {
74 if (os_memcmp(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
53 wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) argument
H A Dwps_i.h152 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
265 const u8 *key_wrap_auth);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c54 const u8 *key_wrap_auth)
60 if (key_wrap_auth == NULL) {
67 if (head + len != key_wrap_auth - 4) {
74 if (os_memcmp(hash, key_wrap_auth, WPS_KWA_LEN) != 0) {
53 wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) argument
H A Dwps_i.h152 const u8 *key_wrap_auth; /* WPS_KWA_LEN (8) octets */ member in struct:wps_parse_attr
265 const u8 *key_wrap_auth);

Completed in 40 milliseconds