Home
last modified time | relevance | path

Searched refs:NULL_MAC (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_types_int.h149 #define NULL_MAC(a) ( ( ( ( (unsigned char *)a )[0] ) == 0 ) && \ macro
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_ap.c366 if (NULL_MAC(ifp->mac_addr.octet) ) in whd_wifi_init_ap()
Dwhd_wifi_api.c1562 if (NULL_MAC(ap->BSSID.octet) ) in whd_wifi_join_specific()
2683 while ( (clients->count > 0) && (!(NULL_MAC(current->octet) ) ) ) in whd_wifi_deauth_sta()