Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h221 typedef void (*whd_scan_result_callback_t)(whd_scan_result_t **result_ptr, void *user_data, whd_sca…
279 whd_scan_result_t *result_ptr,
366 extern uint32_t whd_wifi_join_specific(whd_interface_t ifp, const whd_scan_result_t *ap, const uint…
Dwhd_types.h799 } whd_scan_result_t; typedef
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1555 uint32_t whd_wifi_join_specific(whd_interface_t ifp, const whd_scan_result_t *ap, const uint8_t *se… in whd_wifi_join_specific()
1844 whd_scan_result_t *record; in whd_wifi_scan_events_handler()
1928 record = (whd_scan_result_t *)(whd_driver->internal_info.whd_scan_result_ptr); in whd_wifi_scan_events_handler()
1931 memset(record, 0, sizeof(whd_scan_result_t) ); in whd_wifi_scan_events_handler()
2253 whd_scan_result_t *record; in whd_wifi_auth_events_handler()
2265 record = (whd_scan_result_t *)(whd_driver->internal_info.whd_scan_result_ptr); in whd_wifi_auth_events_handler()
2294 static void whd_scan_count_handler(whd_scan_result_t **result_ptr, void *user_data, whd_scan_status… in whd_scan_count_handler()
2313 memset(*result_ptr, 0, sizeof(whd_scan_result_t) ); in whd_scan_count_handler()
2317 static void whd_scan_result_handler(whd_scan_result_t **result_ptr, void *user_data, whd_scan_statu… in whd_scan_result_handler()
2322 whd_scan_result_t *current_result; in whd_scan_result_handler()
[all …]
Dwhd_utils.c845 void whd_print_scan_result(whd_scan_result_t *record) in whd_print_scan_result()
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_utils.h117 extern void whd_print_scan_result(whd_scan_result_t *record);
Dwhd_chip.h343 whd_scan_result_t *whd_scan_result_ptr;