Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dht.c21 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() argument
28 if (!(ht_capa->cap_info & le_flag)) in __check_htcap_disable()
33 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() argument
41 (ht_capa->cap_info & le_flag)) in __check_htcap_enable()
48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
57 ht_capa = &sdata->u.mgd.ht_capa; in ieee80211_apply_htcap_overrides()
61 ht_capa = &sdata->u.ibss.ht_capa; in ieee80211_apply_htcap_overrides()
69 scaps = (u8 *)(&ht_capa->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
87 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
89 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
H A Dibss.c1837 memcpy(&sdata->u.ibss.ht_capa, &params->ht_capa, in ieee80211_ibss_join()
1838 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join()
1882 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
H A Ddebugfs_sta.c549 LINK_STA_OPS(ht_capa);
1312 DEBUGFS_ADD(ht_capa); in ieee80211_link_sta_debugfs_add()
H A Dieee80211_i.h524 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
H A Dmlme.c2986 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc()
7593 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
H A Dcfg.c1814 !params->ht_capa && !params->vht_capa && in sta_link_apply_parameters()
1857 if (params->ht_capa) in sta_link_apply_parameters()
1859 params->ht_capa, link_sta); in sta_link_apply_parameters()
/openbmc/linux/net/wireless/
H A Dmlme.c295 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() argument
301 memset(ht_capa, 0, sizeof(*ht_capa)); in cfg80211_oper_and_ht_capa()
305 p1 = (u8*)(ht_capa); in cfg80211_oper_and_ht_capa()
307 for (i = 0; i < sizeof(*ht_capa); i++) in cfg80211_oper_and_ht_capa()
H A Dtrace.h753 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
776 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
777 if (params->link_sta_params.ht_capa)
778 memcpy(__entry->ht_capa,
779 params->link_sta_params.ht_capa,
1276 __array(u8, ht_capa, sizeof(struct ieee80211_ht_cap))
1297 memcpy(__entry->ht_capa, &req->ht_capa, sizeof(req->ht_capa));
3859 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
3881 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
3882 if (params->ht_capa)
[all …]
H A Dcore.h405 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
H A Dsme.c200 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
H A Dnl80211.c6949 if (params->ext_capab || params->link_sta_params.ht_capa || in cfg80211_check_station_change()
7139 params->link_sta_params.ht_capa = in nl80211_set_station_tdls()
7449 params.link_sta_params.ht_capa = in nl80211_new_station()
7522 params.link_sta_params.ht_capa = NULL; in nl80211_new_station()
7534 (params.link_sta_params.ht_capa || params.link_sta_params.vht_capa)) in nl80211_new_station()
11068 memcpy(&req.ht_capa, in nl80211_associate()
11070 sizeof(req.ht_capa)); in nl80211_associate()
11497 memcpy(&ibss.ht_capa, in nl80211_join_ibss()
11499 sizeof(ibss.ht_capa)); in nl80211_join_ibss()
11973 memcpy(&connect.ht_capa, in nl80211_connect()
[all …]
/openbmc/linux/include/net/
H A Dcfg80211.h1544 const struct ieee80211_ht_cap *ht_capa; member
2976 struct ieee80211_ht_cap ht_capa; member
3080 struct ieee80211_ht_cap ht_capa; member
3182 struct ieee80211_ht_cap ht_capa; member
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h573 struct ieee80211_ht_cap ht_capa; member
H A Dcommands.c2119 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c849 if (params->link_sta_params.ht_capa) { in wilc_hif_pack_sta_param()
851 memcpy(cur_byte, params->link_sta_params.ht_capa, in wilc_hif_pack_sta_param()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1781 if (params->link_sta_params.ht_capa) { in mwifiex_cmd_tdls_oper()
1788 memcpy(&ht_capab->ht_cap, params->link_sta_params.ht_capa, in mwifiex_cmd_tdls_oper()