/kernel/linux/linux-5.10/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 in ieee80211_apply_htcap_overrides() [all...] |
H A 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()
|
H A D | debugfs_sta.c | 508 STA_OPS(ht_capa); variable 1021 DEBUGFS_ADD(ht_capa); in ieee80211_sta_debugfs_add()
|
H A 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()
|
H A D | ieee80211_i.h | 532 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 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 in ieee80211_apply_htcap_overrides() [all...] |
H A D | ibss.c | 1837 memcpy(&sdata->u.ibss.ht_capa, ¶ms->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 D | ieee80211_i.h | 524 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 D | debugfs_sta.c | 549 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 D | mlme.c | 275 /* 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 D | core.h | 399 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
|
H A 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,
|
H A D | sme.c | 192 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mlme.c | 294 /* 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 D | trace.h | 753 __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 D | core.h | 405 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa,
|
H A D | sme.c | 198 req.ht_capa = params->ht_capa; in cfg80211_conn_do_work()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1326 * @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 D | cfg80211.h | 1526 * @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 D | qlink.h | 558 * @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 D | commands.c | 2149 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 D | qlink.h | 558 * @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 D | commands.c | 2119 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 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-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 846 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()
|