Home
last modified time | relevance | path

Searched refs:roam_profile (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c2882 struct csr_roam_profile *roam_profile; in hdd_roam_profile_init() local
2887 roam_profile = hdd_roam_profile(link_info); in hdd_roam_profile_init()
2888 qdf_mem_zero(roam_profile, sizeof(*roam_profile)); in hdd_roam_profile_init()
2893 roam_profile->SSIDs.numOfSSIDs = 0; in hdd_roam_profile_init()
2894 roam_profile->SSIDs.SSIDList = &sta_ctx->conn_info.ssid; in hdd_roam_profile_init()
2896 roam_profile->BSSIDs.numOfBSSIDs = 0; in hdd_roam_profile_init()
2897 roam_profile->BSSIDs.bssid = &sta_ctx->conn_info.bssid; in hdd_roam_profile_init()
2900 roam_profile->ChannelInfo.numOfChannels = 0; in hdd_roam_profile_init()
2901 roam_profile->ChannelInfo.freq_list = NULL; in hdd_roam_profile_init()
2903 roam_profile->BSSType = eCSR_BSS_TYPE_INFRASTRUCTURE; in hdd_roam_profile_init()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h757 struct csr_roam_profile roam_profile; member
4392 return &sta_ctx->roam_profile; in hdd_roam_profile()