Searched refs:mgmt_tx_info (Results 1 – 1 of 1) sorted by relevance
1394 struct nrf_wifi_umac_mgmt_tx_info *mgmt_tx_info = NULL; in nrf_wifi_nl80211_send_mlme() local1417 mgmt_tx_info = nrf_wifi_osal_mem_zalloc(sizeof(*mgmt_tx_info)); in nrf_wifi_nl80211_send_mlme()1419 if (!mgmt_tx_info) { in nrf_wifi_nl80211_send_mlme()1425 mgmt_tx_info->nrf_wifi_flags |= NRF_WIFI_CMD_FRAME_OFFCHANNEL_TX_OK; in nrf_wifi_nl80211_send_mlme()1429 mgmt_tx_info->nrf_wifi_flags |= NRF_WIFI_CMD_FRAME_DONT_WAIT_FOR_ACK; in nrf_wifi_nl80211_send_mlme()1433 mgmt_tx_info->nrf_wifi_flags |= NRF_WIFI_CMD_FRAME_TX_NO_CCK_RATE; in nrf_wifi_nl80211_send_mlme()1437 mgmt_tx_info->frequency = freq; in nrf_wifi_nl80211_send_mlme()1441 mgmt_tx_info->dur = wait_time; in nrf_wifi_nl80211_send_mlme()1445 memcpy(mgmt_tx_info->frame.frame, data, data_len); in nrf_wifi_nl80211_send_mlme()1446 mgmt_tx_info->frame.frame_len = data_len; in nrf_wifi_nl80211_send_mlme()[all …]