Skip to content

Commit

Permalink
hostap: Various changes to the API to wpa_supplicant
Browse files Browse the repository at this point in the history
Changed the names of the API functions between wpa_supplicant
and Zephyr upper layers. For example replaced the z_ prefix
by zephyr_ as the z_ is only meant for internal kernel
functions.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar committed Oct 31, 2023
1 parent 093e8f6 commit d2c20a0
Show file tree
Hide file tree
Showing 7 changed files with 594 additions and 537 deletions.
7 changes: 7 additions & 0 deletions modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
int "Stack size for wpa_supplicant iface workqueue"
default 4096

config WIFI_NM_WPA_SUPPLICANT_WQ_PRIO
int "Thread priority of wpa_supplicant iface workqueue"
default 7

# Currently we default POSIX_MAX_FDS to 16 in lib/posix/Kconfig
# l2_packet - 1
# ctrl_iface - 2 * socketpairs = 4(local and global)
Expand Down Expand Up @@ -206,4 +210,7 @@ config NO_PBKDF2
bool
default y

config SAE_PK
bool

endif # WIFI_NM_WPA_SUPPLICANT
Loading

0 comments on commit d2c20a0

Please sign in to comment.