Home
last modified time | relevance | path

Searched refs:ht_capa (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/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 in ieee80211_apply_htcap_overrides()
[all...]
H A Dibss.c1840 memcpy(&sdata->u.ibss.ht_capa, &params->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()
H A Ddebugfs_sta.c508 STA_OPS(ht_capa); variable
1021 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
H A Dmlme.c2397 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()
H A Dieee80211_i.h532 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
533 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
590 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
591 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
/kernel/linux/linux-6.6/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 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 Dieee80211_i.h524 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
584 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member
585 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
H A Ddebugfs_sta.c549 LINK_STA_OPS(ht_capa); variable
1312 DEBUGFS_ADD(ht_capa); in ieee80211_link_sta_debugfs_add()
/kernel/linux/linux-5.10/net/wireless/
H A Dmlme.c275 /* Do a logical ht_capa &= ht_capa_mask. */
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()
H A Dcore.h399 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
H A Dtrace.h704 __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,
H A Dsme.c192 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
/kernel/linux/linux-6.6/net/wireless/
H A Dmlme.c294 /* Do a logical ht_capa &= ht_capa_mask. */
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 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, (in
[all...]
H A Dcore.h405 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
H A Dsme.c198 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1326 * @ht_capa: HT capabilities of station
1365 const struct ieee80211_ht_cap *ht_capa; member
2562 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
2563 * will be used in ht_capa. Un-supported values will be ignored.
2564 * @ht_capa_mask: The bits of ht_capa which are to be used.
2583 struct ieee80211_ht_cap ht_capa; member
2663 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
2664 * will be used in ht_capa. Un-supported values will be ignored.
2665 * @ht_capa_mask: The bits of ht_capa which are to be used.
2684 struct ieee80211_ht_cap ht_capa; member
2786 struct ieee80211_ht_cap ht_capa; global() member
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h1526 * @ht_capa: HT capabilities of station
1544 const struct ieee80211_ht_cap *ht_capa; member
2950 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
2951 * will be used in ht_capa. Un-supported values will be ignored.
2952 * @ht_capa_mask: The bits of ht_capa which are to be used.
2976 struct ieee80211_ht_cap ht_capa; member
3059 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
3060 * will be used in ht_capa. Un-supported values will be ignored.
3061 * @ht_capa_mask: The bits of ht_capa which are to be used.
3080 struct ieee80211_ht_cap ht_capa; member
3182 struct ieee80211_ht_cap ht_capa; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h558 * @ht_capa: HT Capabilities overrides.
559 * @ht_capa_mask: The bits of ht_capa which are to be used.
573 struct ieee80211_ht_cap ht_capa; member
H A Dcommands.c2149 memcpy(&cmd->ht_capa, &sme->ht_capa, sizeof(cmd->ht_capa)); in qtnf_cmd_send_connect()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h558 * @ht_capa: HT Capabilities overrides.
559 * @ht_capa_mask: The bits of ht_capa which are to be used.
573 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()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c815 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-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c846 if (params->link_sta_params.ht_capa) { in wilc_hif_pack_sta_param()
848 memcpy(cur_byte, params->link_sta_params.ht_capa, in wilc_hif_pack_sta_param()

Completed in 71 milliseconds

12