Searched refs:roam_profile (Results 1 – 2 of 2) sorted by relevance
2882 struct csr_roam_profile *roam_profile; in hdd_roam_profile_init() local2887 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 …]
757 struct csr_roam_profile roam_profile; member4392 return &sta_ctx->roam_profile; in hdd_roam_profile()