Lines Matching refs:macinfo
1137 struct qtnf_mac_info *macinfo = &mac->macinfo; in qtnf_wiphy_register() local
1146 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1147 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
1148 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
1149 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1150 wiphy->coverage_class = macinfo->coverage_class; in qtnf_wiphy_register()
1153 (macinfo->max_scan_ssids) ? macinfo->max_scan_ssids : 1; in qtnf_wiphy_register()
1157 wiphy->max_acl_mac_addrs = macinfo->max_acl_mac_addrs; in qtnf_wiphy_register()
1160 ret = qtnf_wiphy_setup_if_comb(wiphy, macinfo); in qtnf_wiphy_register()
1187 wiphy->available_antennas_tx = macinfo->num_tx_chain; in qtnf_wiphy_register()
1188 wiphy->available_antennas_rx = macinfo->num_rx_chain; in qtnf_wiphy_register()
1190 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
1191 wiphy->ht_capa_mod_mask = &macinfo->ht_cap_mod_mask; in qtnf_wiphy_register()
1192 wiphy->vht_capa_mod_mask = &macinfo->vht_cap_mod_mask; in qtnf_wiphy_register()
1209 if (macinfo->wowlan) in qtnf_wiphy_register()
1210 wiphy->wowlan = macinfo->wowlan; in qtnf_wiphy_register()
1230 if (mac->macinfo.extended_capabilities_len) { in qtnf_wiphy_register()
1232 mac->macinfo.extended_capabilities; in qtnf_wiphy_register()
1234 mac->macinfo.extended_capabilities_mask; in qtnf_wiphy_register()
1236 mac->macinfo.extended_capabilities_len; in qtnf_wiphy_register()