Searched defs:uuid_r (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_i.h | 51 u8 uuid_r[WPS_UUID_LEN]; member
|
D | wps_attr_parse.h | 21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */ member
|
D | wps_enrollee.c | 544 static int wps_process_uuid_r(struct wps_data *wps, const u8 *uuid_r) in wps_process_uuid_r()
|
D | wps_validate.c | 187 static int wps_validate_uuid_r(const u8 *uuid_r, int mandatory) in wps_validate_uuid_r()
|
D | wps_er.c | 1493 static int wps_er_build_uuid_r(struct wpabuf *msg, const u8 *uuid_r) in wps_er_build_uuid_r()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_wps.py | 6688 def build_m2(authkey, m1, eap_id, e_nonce, r_nonce, uuid_r, r_pk, argument 6718 def build_m2d(m1, eap_id, e_nonce, r_nonce, uuid_r, dev_pw_id=None, eap_code=1): argument
|