Skip to content

Commit

Permalink
[nrf fromlist]: fixup! Add AP support flag
Browse files Browse the repository at this point in the history
Upstream-PR: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#7

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni committed Jan 3, 2024
1 parent e79931a commit a8c0064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indigo_api_callback_dut.c
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,10 @@ static int get_mac_addr_handler(struct packet_wrapper *req, struct packet_wrappe
goto done;
#endif /* End Of CONFIG_P2P */
} else {
#ifdef CONFIG_AP
wlan = get_wireless_interface_info(bss_info.band, bss_info.identifier);
w = wpa_ctrl_open(get_hapd_ctrl_path_by_id(wlan));
#endif /* End Of CONFIG_AP */
}

if (!w) {
Expand Down

0 comments on commit a8c0064

Please sign in to comment.