Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dht.c22 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_disable() argument
29 if (!(ht_capa->cap_info & le_flag)) in __check_htcap_disable()
34 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() argument
42 (ht_capa->cap_info & le_flag)) in __check_htcap_enable()
49 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
58 ht_capa = &sdata->u.mgd.ht_capa; in ieee80211_apply_htcap_overrides()
62 ht_capa = &sdata->u.ibss.ht_capa; in ieee80211_apply_htcap_overrides()
70 scaps = (u8 *)(&ht_capa->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
88 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
90 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
Ddebugfs_sta.c330 STA_OPS(ht_capa);
442 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
Dibss.c1808 memcpy(&sdata->u.ibss.ht_capa, &params->ht_capa, in ieee80211_ibss_join()
1809 sizeof(sdata->u.ibss.ht_capa)); in ieee80211_ibss_join()
1850 memset(&ifibss->ht_capa, 0, sizeof(ifibss->ht_capa)); in ieee80211_ibss_leave()
Dieee80211_i.h533 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
582 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
Dmlme.c2051 memset(&ifmgd->ht_capa, 0, sizeof(ifmgd->ht_capa)); in ieee80211_set_disassoc()
4760 memcpy(&ifmgd->ht_capa, &req->ht_capa, sizeof(ifmgd->ht_capa)); in ieee80211_mgd_assoc()
Dcfg.c1132 if (params->ht_capa) in sta_apply_parameters()
1134 params->ht_capa, sta); in sta_apply_parameters()
/linux-4.1.27/net/wireless/
Dmlme.c244 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, in cfg80211_oper_and_ht_capa() argument
250 memset(ht_capa, 0, sizeof(*ht_capa)); in cfg80211_oper_and_ht_capa()
254 p1 = (u8*)(ht_capa); in cfg80211_oper_and_ht_capa()
256 for (i = 0; i<sizeof(*ht_capa); i++) in cfg80211_oper_and_ht_capa()
Dcore.h356 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
Dsme.c184 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
Dtrace.h630 __array(u8, ht_capa, (int)sizeof(struct ieee80211_ht_cap))
645 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
646 if (params->ht_capa)
647 memcpy(__entry->ht_capa, params->ht_capa,
Dnl80211.c4007 if (params->ext_capab || params->ht_capa || params->vht_capa) in cfg80211_check_station_change()
4196 params->ht_capa = in nl80211_set_station_tdls()
4372 params.ht_capa = in nl80211_new_station()
4409 params.ht_capa = NULL; in nl80211_new_station()
7063 memcpy(&req.ht_capa, in nl80211_associate()
7065 sizeof(req.ht_capa)); in nl80211_associate()
7330 memcpy(&ibss.ht_capa, in nl80211_join_ibss()
7332 sizeof(ibss.ht_capa)); in nl80211_join_ibss()
7750 memcpy(&connect.ht_capa, in nl80211_connect()
7752 sizeof(connect.ht_capa)); in nl80211_connect()
/linux-4.1.27/include/net/
Dcfg80211.h826 const struct ieee80211_ht_cap *ht_capa; member
1720 struct ieee80211_ht_cap ht_capa; member
1811 struct ieee80211_ht_cap ht_capa; member
1868 struct ieee80211_ht_cap ht_capa; member
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmd.c1603 if (params->ht_capa) { in mwifiex_cmd_tdls_oper()
1610 memcpy(&ht_capab->ht_cap, params->ht_capa, in mwifiex_cmd_tdls_oper()