Home
last modified time | relevance | path

Searched refs:wifi_pos_err (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_api.c42 wifi_pos_err("psoc is null"); in wifi_pos_get_rx_ops()
48 wifi_pos_err("rx_ops is NULL"); in wifi_pos_get_rx_ops()
87 wifi_pos_err("psoc is null"); in wifi_pos_get_tx_ops()
93 wifi_pos_err("tx_ops is NULL"); in wifi_pos_get_tx_ops()
112 wifi_pos_err("register_psoc_create_handler failed, status: %d", in wifi_pos_init()
123 wifi_pos_err("register_psoc_destroy_handler failed, status: %d", in wifi_pos_init()
132 wifi_pos_err("register_vdev_create_handler failed, status: %d", in wifi_pos_init()
141 wifi_pos_err("register_vdev_destroy_handler failed, status: %d", in wifi_pos_init()
151 wifi_pos_err("peer create register notification failed"); in wifi_pos_init()
160 wifi_pos_err("peer destroy register notification failed"); in wifi_pos_init()
[all …]
H A Dwifi_pos_pasn_api.c45 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_get_pasn_peer_count()
59 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_update_pasn_peer_count()
81 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_set_11az_failed_peers()
129 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_add_peer_to_list()
190 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_move_peers_to_fail_list()
209 wifi_pos_err("No Valid list exists"); in wifi_pos_move_peers_to_fail_list()
273 wifi_pos_err("OSIF %s cb is NULL", in wifi_pos_request_external_pasn_auth()
280 wifi_pos_err("Wifi pos vdev priv obj is null"); in wifi_pos_request_external_pasn_auth()
287 wifi_pos_err("Initiate PASN auth failed"); in wifi_pos_request_external_pasn_auth()
304 wifi_pos_err("OSIF %s cb is NULL", in wifi_pos_request_flush_pasn_keys()
[all …]
H A Dwifi_pos_main.c178 wifi_pos_err("wifi_pos_convert_pdev_id_target_to_host is null"); in wifi_pos_get_host_pdev_id()
205 wifi_pos_err("wifi_pos priv obj is null"); in wifi_pos_process_data_req()
239 wifi_pos_err("failed to get host pdev_id, tgt_pdev_id = %d", in wifi_pos_process_data_req()
279 wifi_pos_err("tx ops null"); in wifi_pos_process_data_req()
286 wifi_pos_err("pdev null"); in wifi_pos_process_data_req()
326 wifi_pos_err("wifi_pos priv obj is null"); in wifi_pos_process_set_cap_req()
355 wifi_pos_err("wifi_pos priv obj is null"); in wifi_pos_process_get_cap_req()
386 wifi_pos_err("wifi_pos priv obj is null"); in wifi_pos_send_report_resp()
423 wifi_pos_err("wifi pos get vht ch width is null"); in wifi_pos_get_vht_ch_width()
444 wifi_pos_err("wifi_pos priv obj is null"); in wifi_update_channel_bw_info()
[all …]
H A Dwifi_pos_ucfg.c43 wifi_pos_err("psoc is null"); in ucfg_wifi_psoc_get_pdev_id_by_dev_name()
49 wifi_pos_err("wifi_pos_psoc_obj is null"); in ucfg_wifi_psoc_get_pdev_id_by_dev_name()
54 wifi_pos_err("wifi_pos_get_pdev_id_by_dev_name is null"); in ucfg_wifi_psoc_get_pdev_id_by_dev_name()
73 wifi_pos_err("psoc is null"); in ucfg_wifi_pos_measurement_request_notification()
79 wifi_pos_err("wifi_pos_psoc_obj is null"); in ucfg_wifi_pos_measurement_request_notification()
90 wifi_pos_err("tx_ops null"); in ucfg_wifi_pos_measurement_request_notification()
95 wifi_pos_err("wifi_pos_parse_measreq_chan_info is null"); in ucfg_wifi_pos_measurement_request_notification()
125 wifi_pos_err("wifi_pos_psoc_obj is null"); in ucfg_wifi_pos_process_req()
137 wifi_pos_err("wifi_pos_psoc_obj->wifi_pos_req_handler is null"); in ucfg_wifi_pos_process_req()
146wifi_pos_err("requesting app is not registered, app_registered: %d, requesting pid: %d, stored pid… in ucfg_wifi_pos_process_req()
/wlan-driver/qcacld-3.0/components/wifi_pos/dispatcher/src/
H A Dwifi_pos_ucfg_api.c32 wifi_pos_err("Register OSIF ops failed"); in ucfg_wifi_pos_psoc_open()
36 wifi_pos_err("Set legacy ops failed"); in ucfg_wifi_pos_psoc_open()
48 wifi_pos_err("Set legacy ops failed"); in ucfg_wifi_pos_psoc_close()
52 wifi_pos_err("Register OSIF ops failed"); in ucfg_wifi_pos_psoc_close()
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_rx_ops.c164 wifi_pos_err("rx_ops is NULL"); in target_if_wifi_pos_get_rx_ops()
212 wifi_pos_err("Extract PASN peer create failed"); in target_if_wifi_pos_pasn_peer_create_ev_handler()
220 wifi_pos_err("%s is null", in target_if_wifi_pos_pasn_peer_create_ev_handler()
270 wifi_pos_err("Extract PASN peer delete failed"); in target_if_wifi_pos_pasn_peer_delete_ev_handler()
278 wifi_pos_err("%s is null", in target_if_wifi_pos_pasn_peer_delete_ev_handler()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h44 #define wifi_pos_err(params...) \ macro