Home
last modified time | relevance | path

Searched refs:hdd_conn_set_authenticated (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h240 void hdd_conn_set_authenticated(struct wlan_hdd_link_info *link_info,
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_disconnect.c317 hdd_conn_set_authenticated(link_info, false); in wlan_hdd_cm_issue_disconnect()
410 hdd_conn_set_authenticated(link_info, false); in hdd_cm_disconnect_complete_pre_user_update()
H A Dwlan_hdd_cm_connect.c193 hdd_conn_set_authenticated(link_info, !is_auth_required); in hdd_cm_set_peer_authenticate()
H A Dwlan_hdd_assoc.c460 void hdd_conn_set_authenticated(struct wlan_hdd_link_info *link_info, in hdd_conn_set_authenticated() function