Searched refs:hwaddr_aton (Results 1 - 25 of 52) 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)
/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.c198 if (hwaddr_aton(txtaddr, addr)) {
239 if (hwaddr_aton(txtaddr, addr) ||
318 if (hwaddr_aton(txtaddr, addr))
381 if (hwaddr_aton(txtaddr, addr))
443 if (hwaddr_aton(txtaddr, addr))
463 if (hwaddr_aton(txtaddr, addr))
667 if (hwaddr_aton(cmd, spa))
H A Dap_config.c251 if (hwaddr_aton(buf, addr)) {
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c198 if (hwaddr_aton(txtaddr, addr)) {
239 if (hwaddr_aton(txtaddr, addr) ||
318 if (hwaddr_aton(txtaddr, addr))
381 if (hwaddr_aton(txtaddr, addr))
443 if (hwaddr_aton(txtaddr, addr))
463 if (hwaddr_aton(txtaddr, addr))
667 if (hwaddr_aton(cmd, spa))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c198 if (hwaddr_aton(txtaddr, addr)) {
239 if (hwaddr_aton(txtaddr, addr) ||
318 if (hwaddr_aton(txtaddr, addr))
381 if (hwaddr_aton(txtaddr, addr))
443 if (hwaddr_aton(txtaddr, addr))
463 if (hwaddr_aton(txtaddr, addr))
667 if (hwaddr_aton(cmd, spa))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c74 if (hwaddr_aton(pos, addr)) {
697 if (hwaddr_aton(addr, bssid)) {
720 if (hwaddr_aton(addr, peer)) {
742 if (hwaddr_aton(addr, peer)) {
766 if (hwaddr_aton(addr, peer)) {
803 if (hwaddr_aton(addr, peer)) {
896 if (hwaddr_aton(cmd, peer)) {
927 if (hwaddr_aton(cmd, peer)) {
949 if (hwaddr_aton(addr, peer)) {
1028 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.c1935 } else if (hwaddr_aton(uuid, addr_buf) == 0) {
1954 else if (hwaddr_aton(uuid, addr) == 0)
1970 else if (hwaddr_aton(uuid, addr) == 0)
2025 else if (hwaddr_aton(uuid, addr) == 0)
2051 else if (hwaddr_aton(uuid, addr) == 0)
2112 else if (hwaddr_aton(uuid, addr) == 0)
2512 else if (hwaddr_aton(uuid, addr) == 0)
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c110 if (hwaddr_aton(txtaddr, addr))
138 if (hwaddr_aton(txtaddr, addr) ||
170 if (hwaddr_aton(pos, addr_buf) == 0)
597 if (hwaddr_aton(cmd, addr))
624 if (hwaddr_aton(cmd, addr))
727 if (hwaddr_aton(cmd, addr))
775 if (hwaddr_aton(cmd, addr))
801 if (hwaddr_aton(cmd, addr))
845 if (hwaddr_aton(cmd, addr)) {
917 if (hwaddr_aton(po
[all...]
H A Dmain.c601 if (hwaddr_aton(txt_addr, addr) < 0)
H A Dconfig_file.c161 if (hwaddr_aton(pos, addr)) {
1016 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
1063 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
1073 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
2936 if (hwaddr_aton(pos, bss->bssid)) {
3253 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.h459 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.h459 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.h459 int hwaddr_aton(const char *txt, u8 *addr);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c800 if (hwaddr_aton(pos, addr) == 0) {

Completed in 378 milliseconds

123