Searched refs:ht_capa_mask (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/net/mac80211/
H A Dht.c23 struct ieee80211_ht_cap *ht_capa_mask, __check_htcap_disable()
28 if (ht_capa_mask->cap_info & le_flag) { __check_htcap_disable()
35 struct ieee80211_ht_cap *ht_capa_mask, __check_htcap_enable()
41 if ((ht_capa_mask->cap_info & le_flag) && __check_htcap_enable()
49 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; ieee80211_apply_htcap_overrides() local
59 ht_capa_mask = &sdata->u.mgd.ht_capa_mask; ieee80211_apply_htcap_overrides()
63 ht_capa_mask = &sdata->u.ibss.ht_capa_mask; ieee80211_apply_htcap_overrides()
71 smask = (u8 *)(&ht_capa_mask->mcs.rx_mask); ieee80211_apply_htcap_overrides()
88 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
90 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
94 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
98 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
102 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
106 __check_htcap_enable(ht_capa, ht_capa_mask, ht_cap, ieee80211_apply_htcap_overrides()
110 if (ht_capa_mask->ampdu_params_info & ieee80211_apply_htcap_overrides()
119 if (ht_capa_mask->ampdu_params_info & ieee80211_apply_htcap_overrides()
22 __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_disable() argument
34 __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_enable() argument
H A Dibss.c1823 memcpy(&sdata->u.ibss.ht_capa_mask, &params->ht_capa_mask, ieee80211_ibss_join()
1824 sizeof(sdata->u.ibss.ht_capa_mask)); ieee80211_ibss_join()
1864 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); ieee80211_ibss_leave()
H A Dmlme.c2078 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); ieee80211_set_disassoc()
4681 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, ieee80211_mgd_assoc()
4682 sizeof(ifmgd->ht_capa_mask)); ieee80211_mgd_assoc()
H A Dieee80211_i.h525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member in struct:ieee80211_if_managed
575 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member in struct:ieee80211_if_ibss
/linux-4.4.14/net/wireless/
H A Dmlme.c244 /* Do a logical ht_capa &= ht_capa_mask. */ cfg80211_oper_and_ht_capa()
246 const struct ieee80211_ht_cap *ht_capa_mask) cfg80211_oper_and_ht_capa()
250 if (!ht_capa_mask) { cfg80211_oper_and_ht_capa()
256 p2 = (u8*)(ht_capa_mask); cfg80211_oper_and_ht_capa()
261 /* Do a logical ht_capa &= ht_capa_mask. */ cfg80211_oper_and_vht_capa()
295 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, cfg80211_mlme_assoc()
245 cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, const struct ieee80211_ht_cap *ht_capa_mask) cfg80211_oper_and_ht_capa() argument
H A Dsme.c185 req.ht_capa_mask = params->ht_capa_mask; cfg80211_conn_do_work()
986 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, cfg80211_connect()
H A Dcore.h364 const struct ieee80211_ht_cap *ht_capa_mask);
H A Dnl80211.c7223 memcpy(&req.ht_capa_mask, nl80211_associate()
7225 sizeof(req.ht_capa_mask)); nl80211_associate()
7490 memcpy(&ibss.ht_capa_mask, nl80211_join_ibss()
7492 sizeof(ibss.ht_capa_mask)); nl80211_join_ibss()
7909 memcpy(&connect.ht_capa_mask, nl80211_connect()
7911 sizeof(connect.ht_capa_mask)); nl80211_connect()
/linux-4.4.14/include/net/
H A Dcfg80211.h1748 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
1750 * @ht_capa_mask: The bits of ht_capa which are to be used.
1762 struct ieee80211_ht_cap ht_capa_mask; member in struct:cfg80211_assoc_request
1835 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
1837 * @ht_capa_mask: The bits of ht_capa which are to be used.
1853 struct ieee80211_ht_cap ht_capa_mask; member in struct:cfg80211_ibss_params
1886 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
1888 * @ht_capa_mask: The bits of ht_capa which are to be used.
1910 struct ieee80211_ht_cap ht_capa_mask; member in struct:cfg80211_connect_params

Completed in 463 milliseconds