Home
last modified time | relevance | path

Searched refs:wlan_is_open_wep_cipher (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h1310 bool wlan_is_open_wep_cipher(struct wlan_objmgr_pdev *pdev, uint8_t vdev_id);
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c2879 if (wlan_is_open_wep_cipher(mac_ctx->pdev, vdev_id)) { in csr_roam_process_start_bss_success()
4019 if (wlan_is_open_wep_cipher(mac_ctx->pdev, sessionId)) { in csr_roam_chk_lnk_assoc_ind()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c4588 bool wlan_is_open_wep_cipher(struct wlan_objmgr_pdev *pdev, uint8_t vdev_id) in wlan_is_open_wep_cipher() function