Searched refs:hwaddr_aton (Results 1 - 25 of 53) sorted by relevance

123

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c41 else if (!hwaddr_aton(arg_bssid, bssid))
83 else if (!hwaddr_aton(arg_bssid, bssid))
138 if (!hwaddr_aton(arg_bssid, bssid))
/external/dhcpcd-6.8.2/
H A Dduid.c101 len = hwaddr_aton(NULL, line);
103 hwaddr_aton(d, line);
H A Dcommon.h189 size_t hwaddr_aton(unsigned char *, const char *);
H A Dcommon.c335 hwaddr_aton(unsigned char *buffer, const char *addr) function
/external/wpa_supplicant_8/hostapd/src/common/
H A Dcli.c96 if (hwaddr_aton(txt, addr) < 0)
145 if (hwaddr_aton(txt, addr) < 0)
H A Dieee802_11_common.c1669 if (hwaddr_aton(pos, nei_pos)) {
/external/wpa_supplicant_8/src/common/
H A Dcli.c96 if (hwaddr_aton(txt, addr) < 0)
145 if (hwaddr_aton(txt, addr) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dcli.c96 if (hwaddr_aton(txt, addr) < 0)
145 if (hwaddr_aton(txt, addr) < 0)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c267 if (hwaddr_aton(txtaddr, addr)) {
308 if (hwaddr_aton(txtaddr, addr) ||
387 if (hwaddr_aton(txtaddr, addr))
450 if (hwaddr_aton(txtaddr, addr))
512 if (hwaddr_aton(txtaddr, addr))
532 if (hwaddr_aton(txtaddr, addr))
727 if (hwaddr_aton(cmd, spa))
784 if (hwaddr_aton(cmd, spa))
H A Dap_config.c272 if (hwaddr_aton(buf, addr)) {
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c267 if (hwaddr_aton(txtaddr, addr)) {
308 if (hwaddr_aton(txtaddr, addr) ||
387 if (hwaddr_aton(txtaddr, addr))
450 if (hwaddr_aton(txtaddr, addr))
512 if (hwaddr_aton(txtaddr, addr))
532 if (hwaddr_aton(txtaddr, addr))
727 if (hwaddr_aton(cmd, spa))
784 if (hwaddr_aton(cmd, spa))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c267 if (hwaddr_aton(txtaddr, addr)) {
308 if (hwaddr_aton(txtaddr, addr) ||
387 if (hwaddr_aton(txtaddr, addr))
450 if (hwaddr_aton(txtaddr, addr))
512 if (hwaddr_aton(txtaddr, addr))
532 if (hwaddr_aton(txtaddr, addr))
727 if (hwaddr_aton(cmd, spa))
784 if (hwaddr_aton(cmd, spa))
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c111 if (hwaddr_aton(txtaddr, addr))
139 if (hwaddr_aton(txtaddr, addr) ||
171 if (hwaddr_aton(pos, addr_buf) == 0)
598 if (hwaddr_aton(cmd, addr))
625 if (hwaddr_aton(cmd, addr))
728 if (hwaddr_aton(cmd, addr))
776 if (hwaddr_aton(cmd, addr))
802 if (hwaddr_aton(cmd, addr))
846 if (hwaddr_aton(cmd, addr)) {
1961 if (hwaddr_aton(cm
[all...]
H A Dconfig_file.c163 if (hwaddr_aton(pos, addr)) {
1043 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
1090 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
1100 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
3006 if (hwaddr_aton(pos, bss->bssid)) {
3326 if (hwaddr_aton(pos, bss->hessid)) {
3780 if (hwaddr_aton(pos, bss->owe_transition_bssid)) {
H A Dmain.c603 if (hwaddr_aton(txt_addr, addr) < 0)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c98 if (hwaddr_aton(pos, addr)) {
775 if (hwaddr_aton(addr, bssid)) {
799 if (hwaddr_aton(addr, peer)) {
823 if (hwaddr_aton(addr, peer)) {
860 if (hwaddr_aton(addr, peer)) {
953 if (hwaddr_aton(cmd, peer)) {
984 if (hwaddr_aton(cmd, peer)) {
1006 if (hwaddr_aton(addr, peer)) {
1085 if (hwaddr_aton(addr, target_ap)) {
1120 if (hwaddr_aton(cm
[all...]
H A Dbgscan_learn.c130 if (hwaddr_aton(buf + 4, bss->bssid) < 0) {
144 if (hwaddr_aton(buf + 9, addr) < 0)
149 if (hwaddr_aton(buf + 9 + 18, addr) < 0)
H A Dpreauth_test.c296 if (hwaddr_aton(argv[2], bssid)) {
H A Dwps_supplicant.c1938 } else if (hwaddr_aton(uuid, addr_buf) == 0) {
1957 else if (hwaddr_aton(uuid, addr) == 0)
1973 else if (hwaddr_aton(uuid, addr) == 0)
2028 else if (hwaddr_aton(uuid, addr) == 0)
2054 else if (hwaddr_aton(uuid, addr) == 0)
2115 else if (hwaddr_aton(uuid, addr) == 0)
2515 else if (hwaddr_aton(uuid, addr) == 0)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c60 * hwaddr_aton - Convert ASCII string to MAC address (colon-delimited format)
65 int hwaddr_aton(const char *txt, u8 *addr) function
H A Dcommon.h471 int hwaddr_aton(const char *txt, u8 *addr);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c60 * hwaddr_aton - Convert ASCII string to MAC address (colon-delimited format)
65 int hwaddr_aton(const char *txt, u8 *addr) function
H A Dcommon.h471 int hwaddr_aton(const char *txt, u8 *addr);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c60 * hwaddr_aton - Convert ASCII string to MAC address (colon-delimited format)
65 int hwaddr_aton(const char *txt, u8 *addr) function
H A Dcommon.h471 int hwaddr_aton(const char *txt, u8 *addr);

Completed in 424 milliseconds

123