Commit Graph

236 Commits

Author SHA1 Message Date
Shreyas Sheth
0569815906 esp_wifi: Install keys after successful transmission of EAPOL 4/4 Message(b1d9f59b) 2023-04-12 18:31:02 +05:30
Shyamal Khachane
ce8f0a4e7b esp_wifi: Fix some NAN Discovery related issues (37a78407) 2023-04-11 14:14:37 +05:30
Sarvesh Bodakhe
2887099fd8 esp_wifi: Validate softap interface when sending beacon frame (38759948) 2023-04-07 14:39:54 +05:30
zhangyanjiao
8a5ac6e557 fix the heap corrupt issue in MTXON task (6aa6246e) 2023-04-06 18:03:49 +08:00
Li Shuai
6484d097a3 power save: add txq memory to mac retention link to fix tx m f null failure, allow connectionless ps with mesh, fix failed to sleep after scan (3078359f) 2023-04-04 11:44:44 +08:00
xuxiao
515b89441b esp_wifi: itwt support light sleep (24cbbd94) 2023-04-03 14:35:53 +08:00
Sarvesh Bodakhe
e61fec6b57 softAP PMF: handle SA-Query bug in AP-STA concurrent mode when both connections are PMF enabled (e3fff028) 2023-03-31 18:18:36 +05:30
Sarvesh Bodakhe
f23b1bd333 esp_wifi: add wpa_sta_connected callback (5085bd3b) 2023-03-31 12:30:55 +05:30
muhaidong
7a43b39b07 esp_wifi: fix logs information messages at warning level issue(59f71f78)
1. fix logs information messages at warning level issue
2. fix set inactive time crash issue
2023-03-31 11:36:24 +08:00
xueyunfei
d767089166 esp_wifi: fix softap qos null issue(9a04d3b3) 2023-03-30 14:47:41 +08:00
zhangyanjiao
fd4ca48553 Update tx rate when phymode change from LR to 11N (cc5f7991) 2023-03-30 10:50:10 +08:00
Shreyas Sheth
56d5c4a85f esp_wifi:WPA3 softAP set PMF required true (58e1dac4)
1) Set NVS PMF required true if not specified by application
   when authmode is WPA3
2) Fixes for cleanup of non associated sta_info
2023-03-29 11:26:21 +05:30
Shyamal Khachane
2394f28812 Modifications in NAN datapath (94bbda9a) 2023-03-23 15:17:01 +05:30
zhangyanjiao
ee0a65c85d update wifi lib (70bc83a):
1. Update discard context condition and process disconnect condition
2. Set idle type should change mesh type to idle
3. Fix the bug that esp_mesh_is_root() return error when set root type
4. Fix the bug that user can't set inactive time on mesh root
2023-03-22 11:36:50 +08:00
Sarvesh Bodakhe
f0118c20ca esp_wifi: improve station SA query procedure handling (caf1e4e3)
1. disable SA query timers when station disconnect and other SA query related improvements
2. send appropriate reason code in 4 way handshake failure
2023-03-20 14:49:25 +05:30
chenjianxing
bdaf43e3da support dynamic carrier sense and fix tx desc for fragment(6c7806d) 2023-03-17 11:11:09 +08:00
Nachiket Kukade
a821d6aef8 esp_wifi: Add support for NAN Discovery & Datapath (3ad6bf4e)
1. Create NAN Discovery SM for beaconing & cluster formation
2. Create NAN interface for Tx/Rx of beacons & action frames
3. Add commands & events for NAN Services Publish/Subscribe/Followup
4. Add modules API's & events to negotiate and terminate NDP
5. NAN Availability related modules to manage FAW and schedules
6. Structures and definitions to manage peers
7. Additions to Tx/Rx paths to handle NAN data packets
2023-03-09 18:38:24 +05:30
Nachiket Kukade
5ec56cf377 esp_wifi: SAE Password Identifier support (bff273f2) 2023-03-06 11:02:05 +05:30
wuzhenghui
302a414d89 power save: fix some issues and add some features for wifi power save (438175be)
1. fix multicast more data always true cause wifi goto sleep fail

Some AP's broadcast/multicast frame's more data is always true (until
the last broadcast/multicast frame), or just send a broadcast/multicast frame
and happen to not receive it, which will cause wifi always wait data until
the next one is received, only when the multicast field of the TIM element
of the beacon frame is false, the wifi is allowed to go to sleep.

2. calculate the sleep count limit of modem state by beacon timeout time

3. fix some issues of wifi sleep

4. reset mac txq memory when rf phy enable to fix tx m f null failure

5. set modem state rx end exit code to 2 (it is match to pmu modem2active_backup_modem_clk_code parameter)

6. fix the issue that WiFi cannot receive partial beacon cause by SOC wakeup

when the SOC wakes up (such as lp_timer, GPIO, UART, etc.), it will not trigger
the WiFi event to enable the WiFi MAC and MAC Rx clock, which will cause the
beacon LEN and beacon CRC to be invalid. when receiving the next beacon, the
beacon filter checks that the beacon LEN or the beacon CRC has changed, and will
force to receive a full-size beacon frame.

7. beacon monitor support for esp32c6

8. optimize TBTT interrupt ahead time (for RF on work time) for esp32c6
2023-03-02 14:06:31 +08:00
Shreyas Sheth
194ce92651 esp_wifi: WPA3 SAE support for softAP(ea7ee476)
1) Add Hunt and Peck and H2E sae pwe derivation methods support to
   softAP
2) Add mixed mode WPA2/WPA3 to softAP
3) Add support for sae softAP to skip sa query if connection link is
       abruptly broken and station tries to Reassociate using fresh
       authentication
2023-02-27 14:50:20 +05:30
liuning
adf9880a99 esp_wifi: separate coex lib from wifi lib (2056f495) 2023-02-24 20:02:43 +08:00
aditi_lonkar
7e1c6ef8bf esp_wifi: Update some wifi config options(dda1ce9)
1) Update sta_config_t options.
        2) Update HE constellation tx/rx default value.
2023-02-22 13:44:42 +05:30
muhaidong
025a465101 esp_wifi: fix sta auth failed but softap shows it connected issue(3f37aeea) 2023-02-21 20:54:20 +08:00
Sarvesh Bodakhe
1ae8090158 esp-wifi: add SAE-PK (Public Key) authentication support for station (a1d27329) 2023-02-15 18:29:56 +05:30
Kapil Gupta
096f13551e esp_wifi: Add nvs code for missing config params (f447697e) 2023-02-14 19:40:56 +05:30
xuxiao
46ddf74df0 esp32c6: add tx error handle (5b8642d2) 2023-02-13 16:30:47 +08:00
muhaidong
acc9f01ca9 esp_wifi: fix ftm procedure with peer failed status 4 issue(5ad6258b)
1. send ftm frames immediately
2. fix ftm procedure with peer failed status 4 issue
2023-02-08 20:23:57 +08:00
Shreyas Sheth
450b90924e esp_wifi: bugfix RSNXE related changes(097d0961)
1. Set AP rsnxe len generic
2. Set transition_disable value in wifi get config
2023-02-06 19:37:16 +05:30
muhaidong
bf473026ba esp_wifi: fix ftm timer macro issue(978fa9fb) 2023-02-06 15:56:43 +08:00
Sarvesh Bodakhe
06afa54112 softap: bufferable mmpdu: buffer deauth, disassoc, action frames for connected station in sleep mode (e934eba2)
1) improve deauth/disassoc handling
2) improve SA-query procedure handling
2023-02-03 00:08:02 +05:30
xueyunfei
33e7b810b4 esp_wifi:bugfix for optimize abnormal beacon log(2ccc0373) 2023-02-02 11:11:59 +08:00
Sarvesh Bodakhe
788c496f20 esp_wifi: improvements in station and softAP for connection management (65decbc8)
1) station: send deauth while going from assoc to init, if reason is assoc timeout
2) softAP: do not drop open deauth/disassoc if keys are not generated
3) softAP: improvements in SA query handling
2023-02-01 12:21:24 +05:30
lvshisheng
0132a62a4e libs: sync headers and support esp32c6 features(e339181c) 2023-01-17 20:49:43 +08:00
Shyamal Khachane
552066d7ac esp_wifi: Fix call to missing disconnected callback (4dbcd248) 2023-01-13 12:44:21 +05:30
Shyamal Khachane
41b0a1ef76 esp_wifi: Prevent open auth incase of sae failure (42af4414) 2023-01-05 10:19:45 +05:30
lvshisheng
1eb9c86d74 esp_wifi: support wifi6 features and add esp32c6 libs(34dba92c) 2022-12-29 12:56:33 +08:00