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

12

/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/
H A Dduid.c58 len = hwaddr_aton(NULL, line);
60 hwaddr_aton(duid, line);
H A Dnet.h96 size_t hwaddr_aton(unsigned char *, const char *);
H A Dif-options.c190 l = hwaddr_aton(NULL, str);
196 hwaddr_aton((uint8_t *)sbuf, str);
H A Dnet.c163 hwaddr_aton(unsigned char *buffer, const char *addr) function
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c182 if (hwaddr_aton(txtaddr, addr)) {
220 if (hwaddr_aton(txtaddr, addr) ||
299 if (hwaddr_aton(txtaddr, addr))
359 if (hwaddr_aton(txtaddr, addr))
H A Dap_config.c241 if (hwaddr_aton(buf, addr)) {
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c182 if (hwaddr_aton(txtaddr, addr)) {
220 if (hwaddr_aton(txtaddr, addr) ||
299 if (hwaddr_aton(txtaddr, addr))
359 if (hwaddr_aton(txtaddr, addr))
H A Dap_config.c241 if (hwaddr_aton(buf, addr)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c182 if (hwaddr_aton(txtaddr, addr)) {
220 if (hwaddr_aton(txtaddr, addr) ||
299 if (hwaddr_aton(txtaddr, addr))
359 if (hwaddr_aton(txtaddr, addr))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c70 if (hwaddr_aton(pos, addr)) {
520 if (hwaddr_aton(addr, bssid)) {
543 if (hwaddr_aton(addr, peer)) {
565 if (hwaddr_aton(addr, peer)) {
589 if (hwaddr_aton(addr, peer)) {
626 if (hwaddr_aton(addr, peer)) {
719 if (hwaddr_aton(cmd, peer)) {
750 if (hwaddr_aton(cmd, peer)) {
772 if (hwaddr_aton(addr, peer)) {
851 if (hwaddr_aton(add
[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.c293 if (hwaddr_aton(argv[2], bssid)) {
H A Dwps_supplicant.c1875 } else if (hwaddr_aton(uuid, addr_buf) == 0) {
1894 else if (hwaddr_aton(uuid, addr) == 0)
1910 else if (hwaddr_aton(uuid, addr) == 0)
1965 else if (hwaddr_aton(uuid, addr) == 0)
1991 else if (hwaddr_aton(uuid, addr) == 0)
2052 else if (hwaddr_aton(uuid, addr) == 0)
2452 else if (hwaddr_aton(uuid, addr) == 0)
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c150 if (hwaddr_aton(txtaddr, addr))
178 if (hwaddr_aton(txtaddr, addr) ||
210 if (hwaddr_aton(pos, addr_buf) == 0)
637 if (hwaddr_aton(cmd, addr))
664 if (hwaddr_aton(cmd, addr))
767 if (hwaddr_aton(cmd, addr))
815 if (hwaddr_aton(cmd, addr))
841 if (hwaddr_aton(cmd, addr))
883 if (hwaddr_aton(cmd, addr)) {
955 if (hwaddr_aton(po
[all...]
H A Dmain.c522 if (hwaddr_aton(txt_addr, addr) < 0)
H A Dconfig_file.c162 if (hwaddr_aton(pos, addr)) {
992 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
1039 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
1049 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
2746 if (hwaddr_aton(pos, bss->bssid)) {
3041 if (hwaddr_aton(pos, bss->hessid)) {
/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.h474 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.h474 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.h474 int hwaddr_aton(const char *txt, u8 *addr);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c544 if (hwaddr_aton(val, macaddr)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c544 if (hwaddr_aton(val, macaddr)) {

Completed in 353 milliseconds

12