Skip to content

Commit

Permalink
Restore wiphy index initial value.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Mar 20, 2024
1 parent 2a80875 commit 5695fe5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Nl80211Interface
std::string Name;
nl80211_iftype Type{ nl80211_iftype::NL80211_IFTYPE_UNSPECIFIED };
uint32_t Index{ 0 };
uint32_t WiphyIndex;
uint32_t WiphyIndex{ 0 };

Nl80211Interface() = default;

Expand Down Expand Up @@ -88,7 +88,7 @@ struct Nl80211Interface

/**
* @brief Indicates if the interface supports operating as an access point.
*
*
* @return true The interface can be used as an access point.
* @return false The interface cannot be used as an access point.
*/
Expand Down

0 comments on commit 5695fe5

Please sign in to comment.