Home
last modified time | relevance | path

Searched refs:pg_tlv (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c547 struct nxpwifi_types_power_group *pg_tlv; in nxpwifi_set_tx_power() local
575 pg_tlv = (struct nxpwifi_types_power_group *) in nxpwifi_set_tx_power()
577 pg_tlv->type = cpu_to_le16(TLV_TYPE_POWER_GROUP); in nxpwifi_set_tx_power()
578 pg_tlv->length = in nxpwifi_set_tx_power()
H A Dsta_cmd.c1773 struct nxpwifi_types_power_group *pg_tlv; in nxpwifi_cmd_sta_tx_power_cfg() local
1784 pg_tlv = (struct nxpwifi_types_power_group in nxpwifi_cmd_sta_tx_power_cfg()
1790 le16_to_cpu(pg_tlv->length)); in nxpwifi_cmd_sta_tx_power_cfg()
1792 pg_tlv = (struct nxpwifi_types_power_group *)((u8 *) in nxpwifi_cmd_sta_tx_power_cfg()
1797 le16_to_cpu(pg_tlv->length)); in nxpwifi_cmd_sta_tx_power_cfg()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c731 struct mwifiex_types_power_group *pg_tlv; in mwifiex_set_tx_power() local
759 pg_tlv = (struct mwifiex_types_power_group *) in mwifiex_set_tx_power()
761 pg_tlv->type = cpu_to_le16(TLV_TYPE_POWER_GROUP); in mwifiex_set_tx_power()
762 pg_tlv->length = in mwifiex_set_tx_power()
H A Dsta_cmd.c219 struct mwifiex_types_power_group *pg_tlv; in mwifiex_cmd_tx_power_cfg() local
228 pg_tlv = (struct mwifiex_types_power_group in mwifiex_cmd_tx_power_cfg()
234 le16_to_cpu(pg_tlv->length)); in mwifiex_cmd_tx_power_cfg()
236 pg_tlv = (struct mwifiex_types_power_group *) ((u8 *) in mwifiex_cmd_tx_power_cfg()
241 le16_to_cpu(pg_tlv->length)); in mwifiex_cmd_tx_power_cfg()