]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[iphone] Add iPhone tethering driver
authorMichael Brown <mcb30@ipxe.org>
Wed, 16 Dec 2020 13:29:06 +0000 (13:29 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 16 Dec 2020 13:29:06 +0000 (13:29 +0000)
commitf47a45ea2d4ff0f7b725e0c069948c81ef8b67a1
tree83a29da72c6e3eee39d291919d6f9149f05af8e1
parentf43a8f8b9f808fb0a8347663abf6efe6908821ed
[iphone] Add iPhone tethering driver

USB tethering via an iPhone is unreasonably complicated due to the
requirement to perform a pairing operation that involves establishing
a TLS session over a completely unrelated USB function that speaks a
protocol that is almost, but not quite, entirely unlike TCP.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/iphone.c [new file with mode: 0644]
src/drivers/net/iphone.h [new file with mode: 0644]
src/include/ipxe/errfile.h