Home
last modified time | relevance | path

Searched refs:sta_flag (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c804 struct mwifiex_ie_types_sta_flag *sta_flag; in mwifiex_cmd_uap_add_station() local
834 sta_flag = (struct mwifiex_ie_types_sta_flag *)pos; in mwifiex_cmd_uap_add_station()
835 sta_flag->header.type = cpu_to_le16(TLV_TYPE_UAP_STA_FLAGS); in mwifiex_cmd_uap_add_station()
836 sta_flag->header.len = cpu_to_le16(sizeof(__le32)); in mwifiex_cmd_uap_add_station()
837 sta_flag->sta_flags = cpu_to_le32(params->sta_flags_set); in mwifiex_cmd_uap_add_station()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c569 struct nxpwifi_ie_types_sta_flag *sta_flag; in nxpwifi_cmd_uap_add_new_station() local
601 sta_flag = (struct nxpwifi_ie_types_sta_flag *)pos; in nxpwifi_cmd_uap_add_new_station()
602 sta_flag->header.type = cpu_to_le16(TLV_TYPE_UAP_STA_FLAGS); in nxpwifi_cmd_uap_add_new_station()
603 sta_flag->header.len = cpu_to_le16(sizeof(__le32)); in nxpwifi_cmd_uap_add_new_station()
604 sta_flag->sta_flags = cpu_to_le32(params->sta_flags_set); in nxpwifi_cmd_uap_add_new_station()