Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/spectral/src/
H A Dos_if_spectral_netlink.c166 struct pdev_spectral *ps = NULL; in os_if_spectral_init_nl() local
174 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in os_if_spectral_init_nl()
177 if (!ps) { in os_if_spectral_init_nl()
191 ps->spectral_sock = os_if_spectral_nl_sock; in os_if_spectral_init_nl()
193 if (!ps->spectral_sock) { in os_if_spectral_init_nl()
212 struct pdev_spectral *ps = NULL; in os_if_spectral_destroy_netlink() local
218 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in os_if_spectral_destroy_netlink()
221 if (!ps) { in os_if_spectral_destroy_netlink()
225 ps->spectral_sock = NULL; in os_if_spectral_destroy_netlink()
252 struct pdev_spectral *ps = NULL; in os_if_spectral_prep_skb() local
[all …]
/wlan-driver/qca-wifi-host-cmn/spectral/core/
H A Dspectral_common.c593 struct pdev_spectral *ps = NULL; in wlan_spectral_pdev_obj_create_handler() local
614 ps = (struct pdev_spectral *) in wlan_spectral_pdev_obj_create_handler()
616 if (!ps) in wlan_spectral_pdev_obj_create_handler()
625 qdf_mem_zero(ps, sizeof(struct pdev_spectral)); in wlan_spectral_pdev_obj_create_handler()
626 ps->psptrl_pdev = pdev; in wlan_spectral_pdev_obj_create_handler()
635 ps->psptrl_target_handle = target_handle; in wlan_spectral_pdev_obj_create_handler()
638 (void *)ps, QDF_STATUS_SUCCESS); in wlan_spectral_pdev_obj_create_handler()
642 qdf_mem_free(ps); in wlan_spectral_pdev_obj_create_handler()
650 struct pdev_spectral *ps = NULL; in wlan_spectral_pdev_obj_destroy_handler() local
668 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in wlan_spectral_pdev_obj_destroy_handler()
[all …]
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dedit_readline.c
H A Dedit_simple.c
H A Dedit.h
H A Dedit.c
H A Dbrowser.c
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/src/
H A Dwlan_spectral_ucfg_api.c95 struct pdev_spectral *ps = NULL; in ucfg_spectral_scan_set_ppid() local
101 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in ucfg_spectral_scan_set_ppid()
103 if (!ps) { in ucfg_spectral_scan_set_ppid()
107 ps->spectral_pid = ppid; in ucfg_spectral_scan_set_ppid()
H A Dwlan_spectral_tgt_api.c34 struct pdev_spectral *ps; in tgt_get_pdev_target_handle() local
40 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in tgt_get_pdev_target_handle()
42 if (!ps) { in tgt_get_pdev_target_handle()
46 return ps->psptrl_target_handle; in tgt_get_pdev_target_handle()
/wlan-driver/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_dump.c
/wlan-driver/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_iface.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh
H A Dp2p-action.sh
/wlan-driver/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c2959 target_if_spectral_init_dummy_function_table(struct target_if_spectral *ps) in target_if_spectral_init_dummy_function_table() argument
2961 struct target_if_spectral_ops *p_sops = GET_TARGET_IF_SPECTRAL_OPS(ps); in target_if_spectral_init_dummy_function_table()