Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1101 static void hdd_copy_vht_center_freq(struct ieee80211_vht_operation *ieee_ops, in hdd_copy_vht_center_freq() argument
1104 ieee_ops->center_freq_seg0_idx = roam_ops->chan_center_freq_seg0; in hdd_copy_vht_center_freq()
1105 ieee_ops->center_freq_seg1_idx = roam_ops->chan_center_freq_seg1; in hdd_copy_vht_center_freq()
1108 static void hdd_copy_vht_center_freq(struct ieee80211_vht_operation *ieee_ops, in hdd_copy_vht_center_freq() argument
1111 ieee_ops->center_freq_seg1_idx = roam_ops->chan_center_freq_seg0; in hdd_copy_vht_center_freq()
1112 ieee_ops->center_freq_seg2_idx = roam_ops->chan_center_freq_seg1; in hdd_copy_vht_center_freq()