Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dht.c23 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() argument
30 if (!(ht_capa->cap_info & le_flag)) in __check_htcap_disable()
35 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() argument
43 (ht_capa->cap_info & le_flag)) in __check_htcap_enable()
50 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
59 ht_capa = &sdata->u.mgd.ht_capa; in ieee80211_apply_htcap_overrides()
63 ht_capa = &sdata->u.ibss.ht_capa; in ieee80211_apply_htcap_overrides()
71 scaps = (u8 *)(&ht_capa->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
89 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
91 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
Ddebugfs_sta.c390 STA_OPS(ht_capa);
539 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
Dibss.c1823 memcpy(&sdata->u.ibss.ht_capa, &params->ht_capa, in ieee80211_ibss_join()
1824 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join()
1866 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
Dieee80211_i.h534 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
584 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
Dmlme.c2225 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc()
5116 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
Dcfg.c1406 if (params->ht_capa) in sta_apply_parameters()
1408 params->ht_capa, sta); in sta_apply_parameters()
/Linux-v4.19/net/wireless/
Dmlme.c263 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() argument
269 memset(ht_capa, 0, sizeof(*ht_capa)); in cfg80211_oper_and_ht_capa()
273 p1 = (u8*)(ht_capa); in cfg80211_oper_and_ht_capa()
275 for (i = 0; i<sizeof(*ht_capa); i++) in cfg80211_oper_and_ht_capa()
Dcore.h368 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.h630 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
653 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
654 if (params->ht_capa)
655 memcpy(__entry->ht_capa, params->ht_capa,
Dnl80211.c4964 if (params->ext_capab || params->ht_capa || params->vht_capa || in cfg80211_check_station_change()
5166 params->ht_capa = in nl80211_set_station_tdls()
5400 params.ht_capa = in nl80211_new_station()
5448 params.ht_capa = NULL; in nl80211_new_station()
8669 memcpy(&req.ht_capa, in nl80211_associate()
8671 sizeof(req.ht_capa)); in nl80211_associate()
8966 memcpy(&ibss.ht_capa, in nl80211_join_ibss()
8968 sizeof(ibss.ht_capa)); in nl80211_join_ibss()
9415 memcpy(&connect.ht_capa, in nl80211_connect()
9417 sizeof(connect.ht_capa)); in nl80211_connect()
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1884 if (!params->ht_capa) { in add_station()
1888 sta_params.ht_capa = *params->ht_capa; in add_station()
1938 if (!params->ht_capa) { in change_station()
1942 sta_params.ht_capa = *params->ht_capa; in change_station()
Dhost_interface.h295 struct ieee80211_ht_cap ht_capa; member
Dhost_interface.c2226 memcpy(cur_byte, &param->ht_capa, sizeof(struct ieee80211_ht_cap)); in wilc_hif_pack_sta_param()
/Linux-v4.19/include/net/
Dcfg80211.h1003 const struct ieee80211_ht_cap *ht_capa; member
2107 struct ieee80211_ht_cap ht_capa; member
2207 struct ieee80211_ht_cap ht_capa; member
2306 struct ieee80211_ht_cap ht_capa; member
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h481 struct ieee80211_ht_cap ht_capa; member
Dcommands.c2435 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
/Linux-v4.19/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()