Skip to content

Commit b3c501e

Browse files
committed
[nrf fromlist] drivers: nrf_wifi: Set VIF type for non-STA
This is used in SoftAP/P2P GO modes. Upstream PR #: 97183 Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent e10cf92 commit b3c501e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf_wifi/src/wpa_supp_if.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,6 +2312,7 @@ static int nrf_wifi_iftype_change(struct nrf_wifi_vif_ctx_zep *vif_ctx_zep, int
23122312
goto out;
23132313
}
23142314

2315+
vif_ctx_zep->if_type = iftype;
23152316
ret = nrf_wifi_vif_state_change(vif_ctx_zep, NRF_WIFI_FMAC_IF_OP_STATE_UP);
23162317
if (ret) {
23172318
LOG_ERR("%s: Failed to set interface up", __func__);

0 commit comments

Comments
 (0)