Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi.c39 #define MAC_ADDRESS_LOCALLY_ADMINISTERED_BIT 0x02 macro
77 if (ap_mac_address.octet[0] & MAC_ADDRESS_LOCALLY_ADMINISTERED_BIT) in whd_wifi_set_mac_address()
79 ap_mac_address.octet[0] &= (uint8_t) ~(MAC_ADDRESS_LOCALLY_ADMINISTERED_BIT); in whd_wifi_set_mac_address()
83 ap_mac_address.octet[0] |= MAC_ADDRESS_LOCALLY_ADMINISTERED_BIT; in whd_wifi_set_mac_address()