/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.h | 60 typedef u8 macaddr[ETH_ALEN]; typedef 63 macaddr addr; 465 macaddr bssid; 762 macaddr owe_transition_bssid;
|
H A D | ieee802_11_auth.c | 32 macaddr addr; 42 macaddr addr;
|
H A D | ap_config.c | 302 return os_memcmp(a, b, sizeof(macaddr)); in hostapd_mac_comp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.h | 59 typedef u8 macaddr[ETH_ALEN]; typedef 62 macaddr addr; 457 macaddr bssid; 722 macaddr owe_transition_bssid;
|
H A D | ieee802_11_auth.c | 32 macaddr addr; 47 macaddr addr;
|
H A D | ap_config.c | 272 return os_memcmp(a, b, sizeof(macaddr)); in hostapd_mac_comp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 579 u8 macaddr[ETH_ALEN]; in web_process_put_wlan_response() local 614 if (hwaddr_aton(val, macaddr)) { in web_process_put_wlan_response() 627 if (hwaddr_aton2(val, macaddr) > 0) { in web_process_put_wlan_response() 635 val, MAC2STR(macaddr)); in web_process_put_wlan_response() 657 macaddr, msg, type) in web_process_put_wlan_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 579 u8 macaddr[ETH_ALEN]; in web_process_put_wlan_response() local 614 if (hwaddr_aton(val, macaddr)) { in web_process_put_wlan_response() 627 if (hwaddr_aton2(val, macaddr) > 0) { in web_process_put_wlan_response() 635 val, MAC2STR_SEC(macaddr)); in web_process_put_wlan_response() 657 macaddr, msg, type) in web_process_put_wlan_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 138 u8 macaddr[ETH_ALEN] = {}; in wpa_driver_nl80211_driver_cmd() local 140 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); in wpa_driver_nl80211_driver_cmd() 144 "Macaddr = " MACSTR "\n", MAC2STR(macaddr)); in wpa_driver_nl80211_driver_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 138 u8 macaddr[ETH_ALEN] = {}; in wpa_driver_nl80211_driver_cmd() local 140 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); in wpa_driver_nl80211_driver_cmd() 143 "Macaddr = " MACSTR "\n", MAC2STR(macaddr)); in wpa_driver_nl80211_driver_cmd()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 175 uint8_t macaddr[6]; member 838 memcpy(optptr, &state->macaddr, 6); in dhcpc_addclientid() 997 memcpy(state->pdhcp.chaddr, state->macaddr, 6); in dhcpc_sendmsg() 1201 && !memcmp(state->pdhcp.chaddr, state->macaddr, 6) in dhcpc_parsemsg() 1307 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main() 1335 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 662 os_memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN); in atheros_read_sta_driver_data() 1991 os_memcpy(mgmt_frm->macaddr, (u8 *)mgmt->da, IEEE80211_ADDR_LEN); in atheros_send_mgmt() 2017 os_memcpy(&req.macaddr[0], addr, IEEE80211_ADDR_LEN); in atheros_add_tspec() 2039 os_memcpy(&req.macaddr[0], addr, IEEE80211_ADDR_LEN); in atheros_add_sta_node()
|
H A D | driver_nl80211.c | 592 u8 *macaddr; member 611 if (tb[NL80211_ATTR_MAC] && info->macaddr) in netdev_info_handler() 612 os_memcpy(info->macaddr, nla_data(tb[NL80211_ATTR_MAC]), in netdev_info_handler() 624 .macaddr = NULL, in nl80211_get_wiphy_index() 641 .macaddr = NULL, in nl80211_get_ifmode() 657 .macaddr = bss->addr, in nl80211_get_macaddr() 7121 u8 macaddr[ETH_ALEN]; member 7138 os_memcpy(wi->macaddr, nla_data(tb[NL80211_ATTR_MAC]), in nl80211_wdev_handler() 7176 if (!is_zero_ether_addr(p2pdev_info.macaddr)) in wpa_driver_nl80211_if_add() 7177 os_memcpy(if_addr, p2pdev_info.macaddr, ETH_ALE in wpa_driver_nl80211_if_add() [all...] |
H A D | driver_bsd.c | 745 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN); in bsd_read_sta_driver_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 658 os_memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN); in atheros_read_sta_driver_data() 1979 os_memcpy(mgmt_frm->macaddr, (u8 *)mgmt->da, IEEE80211_ADDR_LEN); in atheros_send_mgmt() 2004 os_memcpy(&req.macaddr[0], addr, IEEE80211_ADDR_LEN); in atheros_add_tspec() 2026 os_memcpy(&req.macaddr[0], addr, IEEE80211_ADDR_LEN); in atheros_add_sta_node()
|
H A D | driver_nl80211.c | 741 u8 *macaddr; member 761 if (tb[NL80211_ATTR_MAC] && info->macaddr) in netdev_info_handler() 762 os_memcpy(info->macaddr, nla_data(tb[NL80211_ATTR_MAC]), in netdev_info_handler() 777 .macaddr = NULL, in nl80211_get_wiphy_index() 795 .macaddr = NULL, in nl80211_get_ifmode() 818 .macaddr = bss->addr, in nl80211_get_macaddr() 8203 u8 macaddr[ETH_ALEN]; member 8220 os_memcpy(wi->macaddr, nla_data(tb[NL80211_ATTR_MAC]), 8258 if (!is_zero_ether_addr(p2pdev_info.macaddr)) 8259 os_memcpy(if_addr, p2pdev_info.macaddr, ETH_ALE [all...] |
H A D | driver_bsd.c | 964 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN); in bsd_read_sta_driver_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 129 return os_memcmp(aa->addr, bb->addr, sizeof(macaddr)); in hostapd_acl_comp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 123 return os_memcmp(aa->addr, bb->addr, sizeof(macaddr)); in hostapd_acl_comp()
|