Searched refs:rtw_result_t (Results 1 – 8 of 8) sorted by relevance
28 static rtw_result_t rtw_send_event_to_worker(int event_cmd, char *buf, int buf_len, int flags) in rtw_send_event_to_worker()32 rtw_result_t ret = RTW_SUCCESS; in rtw_send_event_to_worker()67 static rtw_result_t rtw_indicate_event_handle(int event_cmd, char *buf, int buf_len, int flags) in rtw_indicate_event_handle()73 return (rtw_result_t)RTW_BADARG; in rtw_indicate_event_handle()
102 typedef rtw_result_t (*rtw_scan_result_handler_t)( rtw_scan_handler_result_t* malloced_scan_result …
546 rtw_result_t result = RTW_SUCCESS; in wifi_connect()631 result =(rtw_result_t) RTW_NOMEM; in wifi_connect()647 result =(rtw_result_t) RTW_NORESOURCE; in wifi_connect()756 rtw_result_t result = RTW_SUCCESS; in wifi_connect_bssid()
114 static rtw_result_t scan_result_handler( rtw_scan_handler_result_t* malloced_scan_result ) in scan_result_handler()
23 static rtw_result_t scan_result_handler(rtw_scan_handler_result_t* scan_result) in scan_result_handler()
124 typedef unsigned long rtw_result_t; typedef
669 static rtw_result_t wps_scan_result_handler( rtw_scan_handler_result_t* malloced_scan_result ) in wps_scan_result_handler()
894 static rtw_result_t app_scan_result_handler( rtw_scan_handler_result_t* malloced_scan_result ) in app_scan_result_handler()
Completed in 18 milliseconds