Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_management.c69 const char *name, whd_mac_t *mac_addr, whd_interface_t *ifpp) in whd_add_interface() argument
73 if (!whd_driver || !ifpp) in whd_add_interface()
84 *ifpp = whd_driver->iflist[bsscfgidx]; in whd_add_interface()
91 *ifpp = ifp; in whd_add_interface()
121 whd_result_t whd_add_primary_interface(whd_driver_t whd_driver, whd_interface_t *ifpp) in whd_add_primary_interface() argument
123 return whd_add_interface(whd_driver, 0, 0, "wlan0", NULL, ifpp); in whd_add_primary_interface()
126 …_t whd_add_secondary_interface(whd_driver_t whd_driver, whd_mac_t *mac_addr, whd_interface_t *ifpp) in whd_add_secondary_interface() argument
128 return whd_add_interface(whd_driver, 1, 1, "wlan1", mac_addr, ifpp); in whd_add_secondary_interface()
274 uint32_t whd_wifi_on(whd_driver_t whd_driver, whd_interface_t *ifpp) in whd_wifi_on() argument
286 if (!whd_driver || !ifpp) in whd_wifi_on()
[all …]
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_int.h122 const char *name, whd_mac_t *mac_addr, whd_interface_t *ifpp);
124 whd_result_t whd_add_primary_interface(whd_driver_t whd_driver, whd_interface_t *ifpp);
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h154 extern uint32_t whd_wifi_on(whd_driver_t whd_driver, whd_interface_t *ifpp);
206 …32_t whd_add_secondary_interface(whd_driver_t whd_drv, whd_mac_t *mac_addr, whd_interface_t *ifpp);