/kernel/linux/linux-5.10/net/mac80211/ |
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 …]
|
D | ibss.c | 1840 memcpy(&sdata->u.ibss.ht_capa, ¶ms->ht_capa, in ieee80211_ibss_join() 1841 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join() 1885 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
|
D | debugfs_sta.c | 508 STA_OPS(ht_capa); 1021 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
|
D | ieee80211_i.h | 532 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member 590 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
|
D | mlme.c | 2397 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc() 5592 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
|
D | cfg.c | 1624 if (params->ht_capa) in sta_apply_parameters() 1626 params->ht_capa, sta); in sta_apply_parameters()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | mlme.c | 276 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() argument 282 memset(ht_capa, 0, sizeof(*ht_capa)); in cfg80211_oper_and_ht_capa() 286 p1 = (u8*)(ht_capa); in cfg80211_oper_and_ht_capa() 288 for (i = 0; i < sizeof(*ht_capa); i++) in cfg80211_oper_and_ht_capa()
|
D | core.h | 399 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
|
D | sme.c | 192 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
|
D | trace.h | 704 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap)) 727 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap)); 728 if (params->ht_capa) 729 memcpy(__entry->ht_capa, params->ht_capa,
|
D | nl80211.c | 5979 if (params->ext_capab || params->ht_capa || params->vht_capa || in cfg80211_check_station_change() 6173 params->ht_capa = in nl80211_set_station_tdls() 6429 params.ht_capa = in nl80211_new_station() 6487 params.ht_capa = NULL; in nl80211_new_station() 6496 if (params.he_6ghz_capa && (params.ht_capa || params.vht_capa)) in nl80211_new_station() 9820 memcpy(&req.ht_capa, in nl80211_associate() 9822 sizeof(req.ht_capa)); in nl80211_associate() 10124 memcpy(&ibss.ht_capa, in nl80211_join_ibss() 10126 sizeof(ibss.ht_capa)); in nl80211_join_ibss() 10599 memcpy(&connect.ht_capa, in nl80211_connect() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 1362 const struct ieee80211_ht_cap *ht_capa; member 2580 struct ieee80211_ht_cap ht_capa; member 2681 struct ieee80211_ht_cap ht_capa; member 2783 struct ieee80211_ht_cap ht_capa; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 573 struct ieee80211_ht_cap ht_capa; member
|
D | commands.c | 2149 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | hif.c | 815 if (params->ht_capa) { in wilc_hif_pack_sta_param() 817 memcpy(cur_byte, params->ht_capa, in wilc_hif_pack_sta_param()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmd.c | 1788 if (params->ht_capa) { in mwifiex_cmd_tdls_oper() 1795 memcpy(&ht_capab->ht_cap, params->ht_capa, in mwifiex_cmd_tdls_oper()
|