Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c162 struct mwifiex_ie_types_oper_mode_ntf *oper_ntf; in mwifiex_cmd_append_11ac_tlv() local
241 oper_ntf = (void *)*buffer; in mwifiex_cmd_append_11ac_tlv()
242 memset(oper_ntf, 0, sizeof(*oper_ntf)); in mwifiex_cmd_append_11ac_tlv()
243 oper_ntf->header.type = cpu_to_le16(WLAN_EID_OPMODE_NOTIF); in mwifiex_cmd_append_11ac_tlv()
244 oper_ntf->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_cmd_append_11ac_tlv()
245 oper_ntf->oper_mode = ieee_oper_ntf->oper_mode; in mwifiex_cmd_append_11ac_tlv()
246 *buffer += sizeof(*oper_ntf); in mwifiex_cmd_append_11ac_tlv()
247 ret_len += sizeof(*oper_ntf); in mwifiex_cmd_append_11ac_tlv()