Searched refs:bcap (Results 1 – 3 of 3) sorted by relevance
1036 struct gigaset_capi_appl *bcap; in remove_appl_from_channel() local1041 bcap = bcs->ap; in remove_appl_from_channel()1042 if (bcap == NULL) { in remove_appl_from_channel()1048 if (bcap == ap) { in remove_appl_from_channel()1072 if (bcap->bcnext == ap) { in remove_appl_from_channel()1073 bcap->bcnext = bcap->bcnext->bcnext; in remove_appl_from_channel()1077 bcap = bcap->bcnext; in remove_appl_from_channel()1078 } while (bcap != NULL); in remove_appl_from_channel()
1402 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument1407 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()1408 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()1409 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()1411 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()1414 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()1418 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument1423 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()1424 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()1425 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
283 uint32_t bcap:1; member297 uint32_t bcap:1;