Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4077 … WPRINT_MACRO( (" peer_auto_reply_enabled: (0x%x) %s\n", (int)(features & ARP_OL_PEER_AUTO_REPLY), in whd_arp_features_print()
4078 (features & ARP_OL_PEER_AUTO_REPLY) ? "Enabled" : " disabled") ); in whd_arp_features_print()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h3197 #define ARP_OL_PEER_AUTO_REPLY 0x00000008 macro