/hostap-3.6.0/src/common/ |
D | wpa_ctrl.c | 62 struct sockaddr_in6 local; member 65 struct sockaddr_in local; member 74 struct sockaddr_un local; member 125 ctrl->local.sun_family = AF_UNIX; in wpa_ctrl_open2() 129 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 130 sizeof(ctrl->local.sun_path), in wpa_ctrl_open2() 134 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() 135 sizeof(ctrl->local.sun_path), in wpa_ctrl_open2() 140 if (os_snprintf_error(sizeof(ctrl->local.sun_path), ret)) { in wpa_ctrl_open2() 159 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local, in wpa_ctrl_open2() [all …]
|
/hostap-3.6.0/src/drivers/ |
D | netlink.c | 94 struct sockaddr_nl local; in netlink_init() local 108 os_memset(&local, 0, sizeof(local)); in netlink_init() 109 local.nl_family = AF_NETLINK; in netlink_init() 110 local.nl_groups = RTMGRP_LINK; in netlink_init() 111 if (bind(netlink->sock, (struct sockaddr *) &local, sizeof(local)) < 0) in netlink_init()
|
/hostap-3.6.0/src/ap/ |
D | tkip_countermeasures.c | 69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) in michael_mic_failure() argument 77 local ? " (local)" : ""); in michael_mic_failure() 79 if (addr && local) { in michael_mic_failure()
|
D | vlan_full.c | 751 struct sockaddr_nl local; in full_dynamic_vlan_init() local 772 os_memset(&local, 0, sizeof(local)); in full_dynamic_vlan_init() 773 local.nl_family = AF_NETLINK; in full_dynamic_vlan_init() 774 local.nl_groups = RTMGRP_LINK; in full_dynamic_vlan_init() 775 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) { in full_dynamic_vlan_init()
|
D | tkip_countermeasures.h | 12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
|
/hostap-3.6.0/wpaspy/ |
D | wpaspy.py | 36 self.local = "/tmp/wpa_ctrl_" + str(os.getpid()) + '-' + str(counter) 38 self.s.bind(self.local) 43 os.unlink(self.local) 80 os.unlink(self.local)
|
/hostap-3.6.0/wpadebug/ |
D | .gitignore | 3 local.properties
|
D | README | 63 /data/local/wpadebug.cmds and use title@command format per line. For 67 Similarly, /data/local/wpadebug.wpacmds can be used to define additional
|
/hostap-3.6.0/hostapd/ |
D | android.config | 36 #CFLAGS += -I/usr/local/include 37 #LIBS += -L/usr/local/lib 38 #LIBS_p += -L/usr/local/lib 39 #LIBS_c += -L/usr/local/lib
|
D | defconfig | 39 #CFLAGS += -I/usr/local/include 40 #LIBS += -L/usr/local/lib 41 #LIBS_p += -L/usr/local/lib 42 #LIBS_c += -L/usr/local/lib
|
D | README-WPS | 100 # If UUID is not configured, it will be generated based on local MAC address. 305 When the AP acts as an Enrollee, a local NFC tag with a password token 349 connection handover. The first parameter indicates whether the local
|
/hostap-3.6.0/wpa_supplicant/ |
D | README-P2P | 166 from local display, keypad=PIN entered from peer display). "persistent" 171 then be used if the local end becomes the GO in GO Negotiation (which 244 p2p_asp_provision_resp <peer mac address> <adv_id= local adv id> 245 <adv_mac=local MAC address> <role=1|2|4> <status=0> 255 adv_id - Mandatory local Advertising ID of service connection is being 301 (operating and persistent) from the local GO. Note that the peer device 491 Indicate that local services have changed. This is used to increment 511 Add a local Bonjour service for internal SD query processing. 520 # IP Printing over TCP (PTR) (RDATA=MyPrinter._ipp._tcp.local.) 531 Remove a local Bonjour service from internal SD query processing. [all …]
|
D | README-WPS | 76 wpa_supplicant (if not set, UUID will be generated based on local MAC 148 minute window). wpa_supplicant is notified of the local button event 238 indicate that no local network interface is actually controlled. For 326 When the station acts as an Enrollee, a local NFC tag with a password 329 "wps_nfc [BSSID]" command starts WPS protocol run with the local end as 387 indicates whether the local device initiated or responded to the
|
D | android.config | 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 40 #CFLAGS += -I/usr/local/include 41 #LIBS += -L/usr/local/lib 42 #LIBS_p += -L/usr/local/lib 43 #LIBS_c += -L/usr/local/lib 48 #LIBS += -L/usr/local/lib
|
D | defconfig | 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 52 #CFLAGS += -I/usr/local/include 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib 55 #LIBS_c += -L/usr/local/lib 60 #LIBS += -L/usr/local/lib
|
D | README-Windows.txt | 202 (local admins group has permission, but nobody else): 207 "BA" == "builtin administrators" == the local admins. The empty fields 211 (local admins and the local "power users" group have permissions,
|
/hostap-3.6.0/tests/build/ |
D | build-wpa_supplicant-libressl-2.8.config | 2 LIBRESSLDIR=/usr/local/libressl/2.8.3
|
D | build-wpa_supplicant-libressl-2.9.config | 2 LIBRESSLDIR=/usr/local/libressl/2.9.0
|
D | build-wpa_supplicant-openssl-1.0.2.config | 2 OPENSSLDIR=/usr/local/openssl/1.0.2q
|
D | build-wpa_supplicant-openssl-1.1.0.config | 2 OPENSSLDIR=/usr/local/openssl/1.1.0j
|
D | build-wpa_supplicant-openssl-1.1.1.config | 2 OPENSSLDIR=/usr/local/openssl/1.1.1a
|
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 515 <include location="local" >wpamsg.h</include> 516 <include location="local" >eventhistory.h</include> 517 <include location="local" >scanresults.h</include> 518 <include location="local" >peers.h</include>
|
D | eventhistory.ui | 57 <include location="local" >wpamsg.h</include>
|
/hostap-3.6.0/hs20/server/ |
D | hs20-osu-server.txt | 104 # Build local keys and certs 113 old_hostname=myserver.local 118 -m local -u http://$old_hostname:8888/
|
/hostap-3.6.0/tests/hwsim/ |
D | test_wpas_ctrl.py | 1880 local = "/tmp/wpa_ctrl_test_%d-%d" % (os.getpid(), counter) 1882 s.bind(local) 1914 os.unlink(local) 1934 local = "/tmp/wpa_ctrl_test_%d-%d" % (os.getpid(), counter) 1936 s.bind(local) 1947 os.unlink(local)
|