Home
last modified time | relevance | path

Searched refs:ht_capa (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/net/mac80211/
Dht.c20 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() argument
27 if (!(ht_capa->cap_info & le_flag)) in __check_htcap_disable()
32 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() argument
40 (ht_capa->cap_info & le_flag)) in __check_htcap_enable()
47 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
56 ht_capa = &sdata->u.mgd.ht_capa; in ieee80211_apply_htcap_overrides()
60 ht_capa = &sdata->u.ibss.ht_capa; in ieee80211_apply_htcap_overrides()
68 scaps = (u8 *)(&ht_capa->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
86 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
88 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
Dibss.c1830 memcpy(&sdata->u.ibss.ht_capa, &params->ht_capa, in ieee80211_ibss_join()
1831 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join()
1873 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
Ddebugfs_sta.c448 STA_OPS(ht_capa);
966 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
Dieee80211_i.h533 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
589 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
Dmlme.c2308 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc()
5328 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
Dcfg.c1485 if (params->ht_capa) in sta_apply_parameters()
1487 params->ht_capa, sta); in sta_apply_parameters()
/Linux-v5.4/net/wireless/
Dmlme.c267 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() argument
273 memset(ht_capa, 0, sizeof(*ht_capa)); in cfg80211_oper_and_ht_capa()
277 p1 = (u8*)(ht_capa); in cfg80211_oper_and_ht_capa()
279 for (i = 0; i < sizeof(*ht_capa); i++) in cfg80211_oper_and_ht_capa()
Dcore.h396 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
Dsme.c192 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
Dtrace.h669 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
692 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
693 if (params->ht_capa)
694 memcpy(__entry->ht_capa, params->ht_capa,
Dnl80211.c5438 if (params->ext_capab || params->ht_capa || params->vht_capa || in cfg80211_check_station_change()
5641 params->ht_capa = in nl80211_set_station_tdls()
5890 params.ht_capa = in nl80211_new_station()
5948 params.ht_capa = NULL; in nl80211_new_station()
9241 memcpy(&req.ht_capa, in nl80211_associate()
9243 sizeof(req.ht_capa)); in nl80211_associate()
9529 memcpy(&ibss.ht_capa, in nl80211_join_ibss()
9531 sizeof(ibss.ht_capa)); in nl80211_join_ibss()
9996 memcpy(&connect.ht_capa, in nl80211_connect()
9998 sizeof(connect.ht_capa)); in nl80211_connect()
/Linux-v5.4/include/net/
Dcfg80211.h1166 const struct ieee80211_ht_cap *ht_capa; member
2342 struct ieee80211_ht_cap ht_capa; member
2442 struct ieee80211_ht_cap ht_capa; member
2544 struct ieee80211_ht_cap ht_capa; member
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h480 struct ieee80211_ht_cap ht_capa; member
Dcommands.c2235 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_hif.c877 if (params->ht_capa) { in wilc_hif_pack_sta_param()
879 memcpy(cur_byte, &params->ht_capa, in wilc_hif_pack_sta_param()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c1795 if (params->ht_capa) { in mwifiex_cmd_tdls_oper()
1802 memcpy(&ht_capab->ht_cap, params->ht_capa, in mwifiex_cmd_tdls_oper()