Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmd.c1493 mlan_ds_rx_mgmt_indication *rx_mgmt_indication = (mlan_ds_rx_mgmt_indication *)pdata_buf; local
1499 pmpriv->mgmt_frame_passthru_mask = rx_mgmt_indication->mgmt_subtype_mask;
1505 rx_mgmt->mgmt_subtype_mask = wlan_cpu_to_le32(rx_mgmt_indication->mgmt_subtype_mask);
Dmlan_api.c5149 mlan_ds_rx_mgmt_indication rx_mgmt_indication; in wifi_set_rx_mgmt_indication() local
5151 memset(&rx_mgmt_indication, 0x00, sizeof(mlan_ds_rx_mgmt_indication)); in wifi_set_rx_mgmt_indication()
5153 rx_mgmt_indication.mgmt_subtype_mask = mgmt_subtype_mask; in wifi_set_rx_mgmt_indication()
5166 wlan_cmd_rx_mgmt_indication(pmpriv, cmd, HostCmd_ACT_GEN_SET, &rx_mgmt_indication); in wifi_set_rx_mgmt_indication()