Francis Tsui
bf6ed702db
Add reg key to disable mDNS advertising.
...
PiperOrigin-RevId: 852976950
2026-01-06 16:18:04 -08:00
Francis Tsui
d302e8459d
Move registry accessor code to nearby platform.
...
PiperOrigin-RevId: 852969284
2026-01-06 15:58:19 -08:00
Francis Tsui
74c921f911
Cleanup compile options.
...
PiperOrigin-RevId: 852872897
2026-01-06 11:47:37 -08:00
Francis Tsui
1b557236f7
Log interface count and IPv6 only interface count during wifi upgrade.
...
PiperOrigin-RevId: 852845375
2026-01-06 10:45:13 -08:00
Francis Tsui
6cc697cc56
Generate proto bindings during build for macOS.
...
PiperOrigin-RevId: 852489495
2026-01-05 15:59:43 -08:00
Francis Tsui
877fcf8cd8
Fix build breakage.
...
PiperOrigin-RevId: 850761248
2025-12-31 09:03:32 -08:00
Francis Tsui
931624a621
Prevent logging connection failure when mDNS client connects to test the connection.
...
PiperOrigin-RevId: 850545490
2025-12-30 16:54:14 -08:00
hai007
c86f9f573f
Automated Code Change
...
PiperOrigin-RevId: 850400587
2025-12-30 06:58:58 -08:00
Francis Tsui
ffa760663b
Change NetworkInfo to use SocketAddress.
...
PiperOrigin-RevId: 850164819
2025-12-29 14:44:35 -08:00
Francis Tsui
067b55ea85
internal changes
...
PiperOrigin-RevId: 850096831
2025-12-29 10:27:36 -08:00
Francis Tsui
da41bcd194
Fix tests to actually check session durations and delays.
...
PiperOrigin-RevId: 849273112
2025-12-26 14:45:48 -08:00
Francis Tsui
34e9326311
Remove unused code.
...
PiperOrigin-RevId: 847875947
2025-12-22 14:02:47 -08:00
hai007
7290b70fc1
Automated Code Change
...
PiperOrigin-RevId: 847148315
2025-12-20 10:18:26 -08:00
hai007
b1e1d7970b
Wi-Fi Direct Service Implementation(9.1)
...
PiperOrigin-RevId: 846899549
2025-12-19 16:09:22 -08:00
hai007
46ad9a75ef
Fix out-of-bounds string access in GNCIPv4AddressTest found by LibC++ hardening
...
LibC++ hardening detected an out-of-bounds write in `testInitFromDataWithLeadingEmptyBytes`. The `std::string` initialized with "\0\0\0\0" was empty, making the access `addressString[3]` invalid.
Updated the `std::string` constructor to specify the size, so it correctly includes the null bytes, preventing the crash.
PiperOrigin-RevId: 846853226
2025-12-19 13:48:53 -08:00
Nick Bourdakos
9a25fc22ff
Convert certificate ID bytes to a hex string for device ID when mac address is not available
...
PiperOrigin-RevId: 846851458
2025-12-19 13:43:56 -08:00
Nick Bourdakos
14e14bc0a2
Flag change
...
PiperOrigin-RevId: 846843939
2025-12-19 13:18:32 -08:00
Francis Tsui
e8d639028f
Deprecate enable_mdns_ipv6 flag.
...
PiperOrigin-RevId: 846835528
2025-12-19 12:55:17 -08:00
Francis Tsui
04cbf62afb
Refactor Attachment processing.
...
PiperOrigin-RevId: 846789473
2025-12-19 10:43:24 -08:00
Francis Tsui
c1f24ce0ae
Remove unnecessary FileInfo struct.
...
PiperOrigin-RevId: 846781930
2025-12-19 10:22:18 -08:00
Francis Tsui
a590b2a3e2
Update platform to remove file size from CreateInputFile API.
...
PiperOrigin-RevId: 846311268
2025-12-18 09:52:50 -08:00
Francis Tsui
b88fbc6636
Stop passing file size into InputFile c'tor.
...
PiperOrigin-RevId: 845989622
2025-12-17 18:01:07 -08:00
Francis Tsui
0fe6eb566f
Remove unnecessary InputFile sturct.
...
PiperOrigin-RevId: 845905595
2025-12-17 13:56:02 -08:00
hai007
ee108c58ff
Wi-Fi Direct Service Implementation(9)
...
PiperOrigin-RevId: 845358747
2025-12-16 11:16:56 -08:00
Francis Tsui
7be720dc74
Deprecate sender_skips_confirmation flag.
...
PiperOrigin-RevId: 845337256
2025-12-16 10:32:38 -08:00
Francis Tsui
d53613f38e
Update SocketAddress
...
PiperOrigin-RevId: 845291189
2025-12-16 08:42:23 -08:00
Francis Tsui
45633898d2
Deprecate enable_hotspot_dhcp_renew flag.
...
PiperOrigin-RevId: 844937321
2025-12-15 15:12:34 -08:00
Francis Tsui
b8d9389673
Deprecate enable_ipv6_dual_stack flag.
...
PiperOrigin-RevId: 844925341
2025-12-15 14:40:21 -08:00
Anay Wadhera
d39ed48fe4
add rust proto definition
...
PiperOrigin-RevId: 844809336
2025-12-15 09:43:20 -08:00
hai007
9cf53e968b
Wi-Fi Direct Service Implementation(8.3)
...
PiperOrigin-RevId: 843969255
2025-12-12 22:46:16 -08:00
Francis Tsui
1ac3538d15
Add retry to wifi hotspot connection.
...
PiperOrigin-RevId: 843792159
2025-12-12 12:33:20 -08:00
Anay Wadhera
506f00b275
Export _NcCreateServiceWithEventLogger as well
...
PiperOrigin-RevId: 843781238
2025-12-12 12:02:35 -08:00
Anay Wadhera
a69b3b7d10
Fix calling front() on an empty vector
...
PiperOrigin-RevId: 843768573
2025-12-12 11:29:29 -08:00
hai007
5763d1e07f
[Analytics] Add isDirectShare parameter to transfer metadata
...
PiperOrigin-RevId: 843507658
2025-12-11 21:31:11 -08:00
Francis Tsui
8dfdb44e7c
Remove FastInitiation scanning.
...
PiperOrigin-RevId: 843401331
2025-12-11 15:36:23 -08:00
Francis Tsui
d262f64219
Fix issue with Wifi lan upgarde when EnableWifiLanAddressCandidates flag is not enabled.
...
PiperOrigin-RevId: 843349061
2025-12-11 13:23:21 -08:00
Francis Tsui
03ae6b1be1
Switch various WifiLanMedium connect methods to use ServiceAddress.
...
PiperOrigin-RevId: 843241925
2025-12-11 08:52:53 -08:00
Francis Tsui
4f30d1e538
Update transmission status logging.
...
PiperOrigin-RevId: 842945158
2025-12-10 17:10:35 -08:00
Francis Tsui
cffc8b2c57
Fix include files.
...
PiperOrigin-RevId: 842876174
2025-12-10 14:15:58 -08:00
hai007
654d14948b
Add another reason Quick share credential got synced
...
PiperOrigin-RevId: 842454723
2025-12-09 17:05:57 -08:00
Francis Tsui
63f943aaed
Improve usabilty of ServiceAddress.
...
PiperOrigin-RevId: 842439675
2025-12-09 16:22:25 -08:00
Francis Tsui
4652aef48c
WifiLan::Change GetUpgradeAddressCandidates to use ServiceAddress.
...
PiperOrigin-RevId: 842257461
2025-12-09 08:48:31 -08:00
hai007
8e597c9df0
Wi-Fi Direct Service Implementation(8.2)
...
PiperOrigin-RevId: 842093008
2025-12-08 23:59:05 -08:00
Francis Tsui
8e8d26b71a
Prevent connections that are in the process of connecting from being removed.
...
PiperOrigin-RevId: 840885406
2025-12-05 14:55:21 -08:00
Edwin Wu
43213ff707
[BLEREFACTOR]: Implement the SendIntroduction/SendDisconnection/SendPacketAcknowledgement control packets and ProcessIncomingL2capPacketValidation/ProcessOutgoingL2capPacketValidation l2cap control packets.
...
PiperOrigin-RevId: 839964296
2025-12-03 16:36:28 -08:00
hai007
91b9713eb2
Wi-Fi Direct Service Implementation(8.1)
...
PiperOrigin-RevId: 839804624
2025-12-03 10:11:36 -08:00
Francis Tsui
75d260dce4
Cleanup Attachments and AttachmentContainer.
...
PiperOrigin-RevId: 839803045
2025-12-03 10:06:33 -08:00
hai007
d4ecf8a23c
Update visibility of offline_wire_formats.proto
...
PiperOrigin-RevId: 839606263
2025-12-02 23:31:13 -08:00
hai007
4510517f6e
Automated Code Change
...
PiperOrigin-RevId: 839597507
2025-12-02 22:58:04 -08:00
Nick Bourdakos
9adcbb5941
Wi-Fi Direct Service Implementation(8)
...
PiperOrigin-RevId: 839323466
2025-12-02 10:18:00 -08:00