HomeSort by relevance Sort by last modified time
    Searched refs:is_zero_ether_addr (Results 1 - 25 of 30) sorted by null

1 2

  /external/kernel-headers/original/linux/
etherdevice.h 51 * is_zero_ether_addr - Determine if give Ethernet address is all zeros.
56 static inline int is_zero_ether_addr(const u8 *addr) function
97 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr);
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 153 if (is_zero_ether_addr(wpa_s->bssid)) {
157 !is_zero_ether_addr(bssid)) {
wpa_supplicant.c 189 if (is_zero_ether_addr(bssid))
    [all...]
events.c 957 if (is_zero_ether_addr(bssid))
wps_supplicant.c 45 if (is_zero_ether_addr(bssid))
ctrl_iface.c 421 ssid->bssid_set = !is_zero_ether_addr(bssid);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 158 if (is_zero_ether_addr(wpa_s->bssid)) {
162 !is_zero_ether_addr(bssid)) {
sme.c 110 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
453 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
wpa_supplicant.c 198 if (is_zero_ether_addr(bssid))
    [all...]
p2p_supplicant.c 1009 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) {
1069 is_zero_ether_addr(wpa_s->pending_interface_addr))
    [all...]
events.c 130 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
    [all...]
wps_supplicant.c 56 if (is_zero_ether_addr(bssid))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 71 is_zero_ether_addr(sm->preauth_bssid) ||
wpa.c 107 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 438 static inline int is_zero_ether_addr(const u8 *a) function
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 68 is_zero_ether_addr(sm->preauth_bssid) ||
wpa.c 47 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 468 static inline int is_zero_ether_addr(const u8 *a) function
  /external/wpa_supplicant_8/src/ap/
ap_config.c 229 if (is_zero_ether_addr(addr))
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 236 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
p2p.c 527 if (!is_zero_ether_addr(p2p->peer_filter) &&
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 570 if (is_zero_ether_addr(reg->authorized_macs_union[*count]))
719 if (is_zero_ether_addr(pin->enrollee_addr))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c     [all...]
driver_nl80211.c 665 if (is_zero_ether_addr(
    [all...]
driver_wext.c 531 if (is_zero_ether_addr(
    [all...]

Completed in 517 milliseconds

1 2