Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi.c74 whd_mac_t ap_mac_address; in whd_wifi_set_mac_address() local
76 memcpy(&ap_mac_address, &mac, sizeof(whd_mac_t) ); in whd_wifi_set_mac_address()
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()
88 memcpy(data, &ap_mac_address, sizeof(whd_mac_t) ); in whd_wifi_set_mac_address()
91 if (memcmp(&mac, &ap_mac_address, sizeof(whd_mac_t) ) != 0) in whd_wifi_set_mac_address()
97ap_mac_address.octet[0], ap_mac_address.octet[1], ap_mac_address.octet[2], in whd_wifi_set_mac_address()
98ap_mac_address.octet[3], ap_mac_address.octet[4], ap_mac_address.octet[3]) ); in whd_wifi_set_mac_address()