Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c174 struct mwifiex_ie_types_oper_mode_ntf *oper_ntf; in mwifiex_cmd_append_11ac_tlv() local
253 oper_ntf = (void *)*buffer; in mwifiex_cmd_append_11ac_tlv()
254 memset(oper_ntf, 0, sizeof(*oper_ntf)); in mwifiex_cmd_append_11ac_tlv()
255 oper_ntf->header.type = cpu_to_le16(WLAN_EID_OPMODE_NOTIF); in mwifiex_cmd_append_11ac_tlv()
256 oper_ntf->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_cmd_append_11ac_tlv()
257 oper_ntf->oper_mode = ieee_oper_ntf->oper_mode; in mwifiex_cmd_append_11ac_tlv()
258 *buffer += sizeof(*oper_ntf); in mwifiex_cmd_append_11ac_tlv()
259 ret_len += sizeof(*oper_ntf); in mwifiex_cmd_append_11ac_tlv()