Searched refs:get_feat_caps (Results 1 – 3 of 3) sorted by relevance
128 int get_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap);
266 if (get_feat_caps(wcn->fw_feat_caps, i)) in wcn36xx_feat_caps_info()662 if (!get_feat_caps(wcn->fw_feat_caps, SCAN_OFFLOAD)) { in wcn36xx_hw_scan()698 if (get_feat_caps(wcn->fw_feat_caps, SCAN_OFFLOAD)) { in wcn36xx_cancel_hw_scan()
293 if (get_feat_caps(wcn->fw_feat_caps, MU_MIMO)) { in wcn36xx_smd_set_sta_vht_params()2319 int get_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in get_feat_caps() function