/hostap/src/utils/ |
D | uuid.c | 65 int is_nil_uuid(const u8 *uuid) in is_nil_uuid() 75 int uuid_random(u8 *uuid) in uuid_random()
|
/hostap/wpa_supplicant/examples/ |
D | wps-nfc.py | 87 def wpas_get_er_config_token(uuid): argument 116 def wpas_get_handover_sel(uuid): argument 345 def wps_write_er_config_tag(clf, uuid, wait_remove=True): argument
|
/hostap/src/wps/ |
D | wps_er.c | 60 const u8 *uuid) in wps_er_sta_get() 100 struct in_addr *addr, const u8 *uuid, in wps_er_ap_get() 279 const u8 *uuid) in wps_er_ap_get_settings() 637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add() 1560 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) in wps_er_pbc() 1911 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_learn() 1944 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_set_config() 1995 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_config() 2060 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, in wps_er_nfc_config_token() 2082 struct wps_context *wps, const u8 *uuid, in wps_er_nfc_handover_sel()
|
D | wps_er.h | 19 u8 uuid[WPS_UUID_LEN]; member 42 u8 uuid[WPS_UUID_LEN]; member 72 u8 uuid[WPS_UUID_LEN]; member
|
D | wps_er_ssdp.c | 30 u8 uuid[WPS_UUID_LEN]; in wps_er_ssdp_rx() local
|
D | wps_registrar.c | 81 u8 uuid[WPS_UUID_LEN]; member 138 u8 uuid[WPS_UUID_LEN]; member 326 struct wps_device_data *dev, const u8 *uuid) in wps_device_store() 786 const u8 *uuid, const u8 *pin, size_t pin_len, in wps_registrar_add_pin() 910 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid) in wps_registrar_invalidate_pin() 929 const u8 *uuid, size_t *pin_len) in wps_registrar_get_pin() 990 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid) in wps_registrar_unlock_pin() 3590 char uuid[40]; in wps_registrar_get_info() local
|
D | wps.h | 574 const u8 *uuid; member 590 const u8 *uuid; member 604 const u8 *uuid; member 609 const u8 *uuid; member 665 u8 uuid[16]; member
|
D | wps_upnp_web.c | 996 u8 uuid[UUID_LEN]; in web_connection_parse_subscribe() local 1215 u8 uuid[UUID_LEN]; in web_connection_parse_unsubscribe() local
|
D | wps.c | 496 const u8 *uuid, in wps_build_probe_req_ie()
|
D | wps_attr_build.c | 127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e()
|
D | wps_upnp_i.h | 89 u8 uuid[UUID_LEN]; member
|
D | wps_common.c | 500 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) in uuid_gen_mac_addr()
|
/hostap/wpa_supplicant/ |
D | wps_supplicant.c | 1478 char uuid[40], txt[400]; in wpas_wps_pin_needed_cb() local 2030 const char *uuid, const char *pin) in wpas_wps_er_add_pin() 2051 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) in wpas_wps_er_pbc() 2066 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_learn() 2118 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_set_config() 2145 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_config() 2205 int ndef, const char *uuid) in wpas_wps_er_nfc_config_token() 2611 const char *uuid) in wpas_wps_er_nfc_handover_sel() 2666 int ndef, int cr, const char *uuid) in wpas_wps_nfc_handover_sel() 2965 const u8 *uuid; in wpas_wps_update_ap_info_bss() local
|
D | ctrl_iface.c | 1738 int ndef, int cr, char *uuid) in wpas_ctrl_nfc_get_handover_sel_wps() 2061 char *uuid = cmd, *pin, *pos; in wpa_supplicant_ctrl_iface_wps_er_pin() local 2080 char *uuid = cmd, *pin; in wpa_supplicant_ctrl_iface_wps_er_learn() local 2092 char *uuid = cmd, *id; in wpa_supplicant_ctrl_iface_wps_er_set_config() local 2152 char *uuid; in wpa_supplicant_ctrl_iface_wps_er_nfc_config_token() local
|
D | config.h | 786 u8 uuid[16]; member
|
D | wpa_supplicant_i.h | 424 u8 uuid[WPS_UUID_LEN]; member
|
/hostap/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 309 QString uuid; in enter_pin() local 810 QStandardItem * Peers::find_uuid(QString uuid) in find_uuid() 834 QString uuid = items[1]; in event_notify() local 1115 QString uuid = items[1]; in event_notify() local 1180 QString uuid = items[1]; in event_notify() local 1259 QString uuid = items[2]; in event_notify() local 1569 void Peers::remove_enrollee_uuid(QString uuid) in remove_enrollee_uuid() 1743 QString uuid = ctx_item->data(peer_role_uuid).toString(); in learn_ap_config() local
|
/hostap/src/ap/ |
D | wps_hostapd.c | 177 char uuid[40], txt[400]; in hostapd_wps_pin_needed_cb() local 234 char uuid[40]; in hostapd_wps_reg_success_cb() local 259 char uuid[40]; in hostapd_wps_enrollee_seen_cb() local 974 const u8 **uuid = ctx; in get_uuid_cb() local 994 const u8 *uuid; in get_own_uuid() local 1106 const u8 *uuid; in hostapd_init_wps() local 1517 const u8 *uuid; member 1542 const char *uuid, const char *pin, int timeout) in hostapd_wps_add_pin()
|
D | ap_config.h | 506 u8 uuid[16]; member
|
/hostap/hostapd/ |
D | main.c | 745 u8 uuid[UUID_LEN]; in gen_uuid() local
|
/hostap/src/p2p/ |
D | p2p.h | 665 u8 uuid[16]; member
|
D | p2p.c | 3352 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid) in p2p_set_uuid()
|
/hostap/tests/hwsim/ |
D | test_ap_wps.py | 2984 def ssdp_get_location(uuid): argument 4446 def send_wlanevent(url, uuid, data, no_response=False): argument
|