Searched refs:bcap (Results 1 – 3 of 3) sorted by relevance
1270 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument1275 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()1276 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()1277 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()1279 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()1282 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()1286 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument1291 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()1292 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()1293 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
1033 struct gigaset_capi_appl *bcap; in remove_appl_from_channel() local1038 bcap = bcs->ap; in remove_appl_from_channel()1039 if (bcap == NULL) { in remove_appl_from_channel()1045 if (bcap == ap) { in remove_appl_from_channel()1069 if (bcap->bcnext == ap) { in remove_appl_from_channel()1070 bcap->bcnext = bcap->bcnext->bcnext; in remove_appl_from_channel()1074 bcap = bcap->bcnext; in remove_appl_from_channel()1075 } while (bcap != NULL); in remove_appl_from_channel()
254 uint32_t bcap:1; member268 uint32_t bcap:1;