Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Djoin.c321 phy_tlv->header.len = cpu_to_le16(sizeof(phy_tlv->fh_ds.ds_param_set)); in nxpwifi_cmd_802_11_associate()
322 memcpy(&phy_tlv->fh_ds.ds_param_set, in nxpwifi_cmd_802_11_associate()
324 sizeof(phy_tlv->fh_ds.ds_param_set)); in nxpwifi_cmd_802_11_associate()
H A Dfw.h982 } fh_ds; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c424 phy_tlv->header.len = cpu_to_le16(sizeof(*phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
425 memcpy(phy_tlv->fh_ds.ds_param_set, in mwifiex_cmd_802_11_associate()
427 sizeof(*phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
H A Dfw.h927 } fh_ds; member