Searched refs:sched_array (Results 1 – 1 of 1) sorted by relevance
775 struct nlattr *sched_array; in __wlan_hdd_cfg80211_ocb_set_config() local903 sched_array = tb[QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_ARRAY]; in __wlan_hdd_cfg80211_ocb_set_config()904 if (!sched_array) { in __wlan_hdd_cfg80211_ocb_set_config()908 if (nla_len(sched_array) != schedule_size * sizeof(*config->schedule)) { in __wlan_hdd_cfg80211_ocb_set_config()912 qdf_mem_copy(config->schedule, nla_data(sched_array), in __wlan_hdd_cfg80211_ocb_set_config()913 nla_len(sched_array)); in __wlan_hdd_cfg80211_ocb_set_config()