/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ht.c | 22 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() 27 if (ht_capa_mask->cap_info & le_flag) { in __check_htcap_disable() 34 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() 40 if ((ht_capa_mask->cap_info & le_flag) && in __check_htcap_enable() 48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local 58 ht_capa_mask = &sdata->u.mgd.ht_capa_mask; in ieee80211_apply_htcap_overrides() 62 ht_capa_mask = &sdata->u.ibss.ht_capa_mask; in ieee80211_apply_htcap_overrides() 70 smask = (u8 *)(&ht_capa_mask in ieee80211_apply_htcap_overrides() 21 __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_disable() argument 33 __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_enable() argument [all...] |
H A D | ibss.c | 1842 memcpy(&sdata->u.ibss.ht_capa_mask, ¶ms->ht_capa_mask, in ieee80211_ibss_join() 1843 sizeof(sdata->u.ibss.ht_capa_mask)); in ieee80211_ibss_join() 1886 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); in ieee80211_ibss_leave()
|
H A D | mlme.c | 2398 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc() 5593 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc() 5594 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
|
H A D | ieee80211_i.h | 533 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member 591 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ht.c | 22 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() 27 if (ht_capa_mask->cap_info & le_flag) { in __check_htcap_disable() 34 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() 40 if ((ht_capa_mask->cap_info & le_flag) && in __check_htcap_enable() 48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local 58 ht_capa_mask = &sdata->u.mgd.ht_capa_mask; in ieee80211_apply_htcap_overrides() 62 ht_capa_mask = &sdata->u.ibss.ht_capa_mask; in ieee80211_apply_htcap_overrides() 70 smask = (u8 *)(&ht_capa_mask in ieee80211_apply_htcap_overrides() 21 __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_disable() argument 33 __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) __check_htcap_enable() argument [all...] |
H A D | ibss.c | 1839 memcpy(&sdata->u.ibss.ht_capa_mask, ¶ms->ht_capa_mask, in ieee80211_ibss_join() 1840 sizeof(sdata->u.ibss.ht_capa_mask)); in ieee80211_ibss_join() 1883 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); in ieee80211_ibss_leave()
|
H A D | ieee80211_i.h | 525 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member 585 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
|
H A D | mlme.c | 2987 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc() 7589 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc() 7590 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mlme.c | 275 /* Do a logical ht_capa &= ht_capa_mask. */ 277 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa() 281 if (!ht_capa_mask) { in cfg80211_oper_and_ht_capa() 287 p2 = (u8*)(ht_capa_mask); in cfg80211_oper_and_ht_capa() 326 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, in cfg80211_mlme_assoc() 276 cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, const struct ieee80211_ht_cap *ht_capa_mask) cfg80211_oper_and_ht_capa() argument
|
H A D | core.h | 400 const struct ieee80211_ht_cap *ht_capa_mask);
|
H A D | sme.c | 193 req.ht_capa_mask = params->ht_capa_mask; in cfg80211_conn_do_work() 1224 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect()
|
H A D | nl80211.c | 9819 memcpy(&req.ht_capa_mask, in nl80211_associate() 9821 sizeof(req.ht_capa_mask)); in nl80211_associate() 10123 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss() 10125 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss() 10596 memcpy(&connect.ht_capa_mask, in nl80211_connect() 10598 sizeof(connect.ht_capa_mask)); in nl80211_connect()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mlme.c | 294 /* Do a logical ht_capa &= ht_capa_mask. */ 296 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa() 300 if (!ht_capa_mask) { in cfg80211_oper_and_ht_capa() 306 p2 = (u8*)(ht_capa_mask); in cfg80211_oper_and_ht_capa() 360 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, in cfg80211_mlme_assoc() 295 cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, const struct ieee80211_ht_cap *ht_capa_mask) cfg80211_oper_and_ht_capa() argument
|
H A D | core.h | 406 const struct ieee80211_ht_cap *ht_capa_mask);
|
H A D | sme.c | 199 req.ht_capa_mask = params->ht_capa_mask; in cfg80211_conn_do_work() 1478 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect()
|
H A D | trace.h | 1277 __array(u8, ht_capa_mask, sizeof(struct ieee80211_ht_cap)) 1298 memcpy(__entry->ht_capa_mask, &req->ht_capa_mask, 1299 sizeof(req->ht_capa_mask));
|
H A D | nl80211.c | 11022 memcpy(&req.ht_capa_mask, in nl80211_associate() 11024 sizeof(req.ht_capa_mask)); in nl80211_associate() 11451 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss() 11453 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss() 11925 memcpy(&connect.ht_capa_mask, in nl80211_connect() 11927 sizeof(connect.ht_capa_mask)); in nl80211_connect()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 2562 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 2564 * @ht_capa_mask: The bits of ht_capa which are to be used. 2584 struct ieee80211_ht_cap ht_capa_mask; member 2663 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 2665 * @ht_capa_mask: The bits of ht_capa which are to be used. 2685 struct ieee80211_ht_cap ht_capa_mask; member 2736 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 2738 * @ht_capa_mask: The bits of ht_capa which are to be used. 2787 struct ieee80211_ht_cap ht_capa_mask; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 559 * @ht_capa_mask: The bits of ht_capa which are to be used. 574 struct ieee80211_ht_cap ht_capa_mask; member
|
H A D | commands.c | 2150 memcpy(&cmd->ht_capa_mask, &sme->ht_capa_mask, in qtnf_cmd_send_connect() 2151 sizeof(cmd->ht_capa_mask)); in qtnf_cmd_send_connect()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 559 * @ht_capa_mask: The bits of ht_capa which are to be used. 574 struct ieee80211_ht_cap ht_capa_mask; member
|
H A D | commands.c | 2120 memcpy(&cmd->ht_capa_mask, &sme->ht_capa_mask, in qtnf_cmd_send_connect() 2121 sizeof(cmd->ht_capa_mask)); in qtnf_cmd_send_connect()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2950 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 2952 * @ht_capa_mask: The bits of ht_capa which are to be used. 2977 struct ieee80211_ht_cap ht_capa_mask; member 3059 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 3061 * @ht_capa_mask: The bits of ht_capa which are to be used. 3081 struct ieee80211_ht_cap ht_capa_mask; member 3132 * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask 3134 * @ht_capa_mask: The bits of ht_capa which are to be used. 3183 struct ieee80211_ht_cap ht_capa_mask; member
|