| /linux/net/mac80211/ |
| H A D | ht.c | 21 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 D | ibss.c | 1782 memcpy(&sdata->u.ibss.ht_capa, ¶ms->ht_capa, in ieee80211_ibss_join() 1783 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join() 1827 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
|
| H A D | debugfs_sta.c | 551 LINK_STA_OPS(ht_capa); 1314 DEBUGFS_ADD(ht_capa); in ieee80211_link_sta_debugfs_add()
|
| H A D | ieee80211_i.h | 583 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member 667 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
|
| H A D | cfg.c | 2091 params->ht_capa || in sta_link_apply_parameters() 2149 if (params->ht_capa) in sta_link_apply_parameters() 2151 params->ht_capa, link_sta); in sta_link_apply_parameters()
|
| H A D | mlme.c | 4254 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc() 9837 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
|
| /linux/net/wireless/ |
| H A D | mlme.c | 295 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 D | trace.h | 878 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 901 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 902 if (params->link_sta_params.ht_capa) 903 memcpy(__entry->ht_capa, 904 params->link_sta_params.ht_capa, 1406 __array(u8, ht_capa, sizeof(struct ieee80211_ht_cap)) 1428 memcpy(__entry->ht_capa, &req->ht_capa, sizeof(req->ht_capa)); 4054 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 4076 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 4077 if (params->ht_capa) [all …]
|
| H A D | core.h | 403 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
|
| H A D | sme.c | 199 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
|
| H A D | nl80211.c | 8156 if (params->ext_capab || params->link_sta_params.ht_capa || in cfg80211_check_station_change() 8355 params->link_sta_params.ht_capa = in nl80211_set_station_tdls() 8683 params.link_sta_params.ht_capa = in nl80211_new_station() 8776 params.link_sta_params.ht_capa = NULL; in nl80211_new_station() 8789 (params.link_sta_params.ht_capa || params.link_sta_params.vht_capa)) in nl80211_new_station() 12441 memcpy(&req.ht_capa, in nl80211_associate() 12443 sizeof(req.ht_capa)); in nl80211_associate() 12842 memcpy(&ibss.ht_capa, in nl80211_join_ibss() 12844 sizeof(ibss.ht_capa)); in nl80211_join_ibss() 13315 memcpy(&connect.ht_capa, in nl80211_connect() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_cmd.c | 874 if (params->link_sta_params.ht_capa) { in mwifiex_cmd_uap_add_station() 879 memcpy(tlv->data, params->link_sta_params.ht_capa, tlv_len); in mwifiex_cmd_uap_add_station() 884 le16_to_cpu(params->link_sta_params.ht_capa->cap_info) & in mwifiex_cmd_uap_add_station()
|
| H A D | sta_cmd.c | 1887 if (params->link_sta_params.ht_capa) { in mwifiex_cmd_tdls_oper() 1894 memcpy(&ht_capab->ht_cap, params->link_sta_params.ht_capa, in mwifiex_cmd_tdls_oper()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 573 struct ieee80211_ht_cap ht_capa; member
|
| H A D | commands.c | 2115 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 1748 const struct ieee80211_ht_cap *ht_capa; member 3385 struct ieee80211_ht_cap ht_capa; member 3490 struct ieee80211_ht_cap ht_capa; member 3592 struct ieee80211_ht_cap ht_capa; member
|