Home
last modified time | relevance | path

Searched refs:sta_flag (Results 1 – 1 of 1) 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()