Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dht.c23 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() argument
28 if (ht_capa_mask->cap_info & le_flag) { in __check_htcap_disable()
35 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() argument
41 if ((ht_capa_mask->cap_info & le_flag) && in __check_htcap_enable()
49 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
59 ht_capa_mask = &sdata->u.mgd.ht_capa_mask; in ieee80211_apply_htcap_overrides()
63 ht_capa_mask = &sdata->u.ibss.ht_capa_mask; in ieee80211_apply_htcap_overrides()
71 smask = (u8 *)(&ht_capa_mask->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
88 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
90 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
Dibss.c1823 memcpy(&sdata->u.ibss.ht_capa_mask, &params->ht_capa_mask, in ieee80211_ibss_join()
1824 sizeof(sdata->u.ibss.ht_capa_mask)); in ieee80211_ibss_join()
1864 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); in ieee80211_ibss_leave()
Dieee80211_i.h525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
575 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
Dmlme.c2078 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc()
4681 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc()
4682 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
/linux-4.4.14/net/wireless/
Dmlme.c246 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa() argument
250 if (!ht_capa_mask) { in cfg80211_oper_and_ht_capa()
256 p2 = (u8*)(ht_capa_mask); in cfg80211_oper_and_ht_capa()
295 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, in cfg80211_mlme_assoc()
Dsme.c185 req.ht_capa_mask = params->ht_capa_mask; in cfg80211_conn_do_work()
986 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect()
Dcore.h364 const struct ieee80211_ht_cap *ht_capa_mask);
Dnl80211.c7223 memcpy(&req.ht_capa_mask, in nl80211_associate()
7225 sizeof(req.ht_capa_mask)); in nl80211_associate()
7490 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss()
7492 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss()
7909 memcpy(&connect.ht_capa_mask, in nl80211_connect()
7911 sizeof(connect.ht_capa_mask)); in nl80211_connect()
/linux-4.4.14/include/net/
Dcfg80211.h1762 struct ieee80211_ht_cap ht_capa_mask; member
1853 struct ieee80211_ht_cap ht_capa_mask; member
1910 struct ieee80211_ht_cap ht_capa_mask; member