OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_zero_ether_addr
(Results
1 - 25
of
26
) 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_8/src/ap/
ap_config.c
242
if (
is_zero_ether_addr
(addr))
638
if (!
is_zero_ether_addr
(p2p_dev_addr))
ieee802_11_shared.c
281
if (!
is_zero_ether_addr
(hapd->conf->hessid)) {
beacon.c
782
!
is_zero_ether_addr
(hapd->conf->hessid))
wps_hostapd.c
102
if (
is_zero_ether_addr
(p2p_dev_addr)) {
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
events.c
166
bssid_changed = !
is_zero_ether_addr
(wpa_s->bssid);
995
(!
is_zero_ether_addr
(wpa_s->pending_bssid) &&
998
(
is_zero_ether_addr
(wpa_s->pending_bssid) &&
[
all
...]
wpas_glue.c
151
if (
is_zero_ether_addr
(wpa_s->bssid)) {
155
!
is_zero_ether_addr
(bssid)) {
scan.c
401
wpabuf_put_u8(buf,
is_zero_ether_addr
(wpa_s->conf->hessid) ? 1 :
405
if (!
is_zero_ether_addr
(wpa_s->conf->hessid))
[
all
...]
sme.c
223
bssid_changed = !
is_zero_ether_addr
(wpa_s->bssid);
751
bssid_changed = !
is_zero_ether_addr
(wpa_s->bssid);
[
all
...]
config_file.c
974
if (!
is_zero_ether_addr
(config->hessid))
wpa_supplicant.c
189
if (
is_zero_ether_addr
(bssid))
[
all
...]
p2p_supplicant.c
[
all
...]
wps_supplicant.c
61
if (
is_zero_ether_addr
(bssid))
[
all
...]
interworking.c
[
all
...]
/external/wpa_supplicant_8/src/rsn_supp/
preauth.c
61
is_zero_ether_addr
(sm->preauth_bssid) ||
wpa.c
41
if (
is_zero_ether_addr
(dest) &&
is_zero_ether_addr
(sm->bssid)) {
[
all
...]
/external/wpa_supplicant_8/src/utils/
common.h
493
static inline int
is_zero_ether_addr
(const u8 *a)
function
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
371
(p2p_dev_addr && !
is_zero_ether_addr
(pbc->addr) &&
374
(p2p_dev_addr && !
is_zero_ether_addr
(reg->p2p_dev_addr) &&
622
if (
is_zero_ether_addr
(reg->authorized_macs_union[*count]))
792
if (
is_zero_ether_addr
(pin->enrollee_addr))
[
all
...]
/external/wpa_supplicant_8/src/p2p/
p2p_invitation.c
325
if (go && status == P2P_SC_SUCCESS && !
is_zero_ether_addr
(group_bssid))
p2p.c
673
if (!
is_zero_ether_addr
(p2p->peer_filter) &&
[
all
...]
p2p_group.c
827
if (m && !
is_zero_ether_addr
(m->dev_addr))
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c
365
if (
is_zero_ether_addr
(
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
[
all
...]
driver_wext.c
472
if (
is_zero_ether_addr
(
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 557 milliseconds
1
2