Home
last modified time | relevance | path

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

/hal_infineon-3.4.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.h763 } whd_scan_result_t; typedef
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_utils.h115 extern void whd_print_scan_result(whd_scan_result_t *record);
Dwhd_chip.h343 whd_scan_result_t *whd_scan_result_ptr;
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1530 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()
1819 whd_scan_result_t *record; in whd_wifi_scan_events_handler()
1903 record = (whd_scan_result_t *)(whd_driver->internal_info.whd_scan_result_ptr); in whd_wifi_scan_events_handler()
1906 memset(record, 0, sizeof(whd_scan_result_t) ); in whd_wifi_scan_events_handler()
2223 whd_scan_result_t *record; in whd_wifi_auth_events_handler()
2235 record = (whd_scan_result_t *)(whd_driver->internal_info.whd_scan_result_ptr); in whd_wifi_auth_events_handler()
2264 static void whd_scan_count_handler(whd_scan_result_t **result_ptr, void *user_data, whd_scan_status… in whd_scan_count_handler()
2283 memset(*result_ptr, 0, sizeof(whd_scan_result_t) ); in whd_scan_count_handler()
2287 static void whd_scan_result_handler(whd_scan_result_t **result_ptr, void *user_data, whd_scan_statu… in whd_scan_result_handler()
2292 whd_scan_result_t *current_result; in whd_scan_result_handler()
[all …]
Dwhd_utils.c844 void whd_print_scan_result(whd_scan_result_t *record) in whd_print_scan_result()