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

  /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 192 if (is_zero_ether_addr(bssid))
    [all...]
events.c 951 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...]
mlme.c     [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_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 1101 milliseconds