diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-08 08:47:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-12 18:09:14 +0100 |
| commit | 98682e5e2aefc9aad61354f4f3ac93be96002a2a (patch) | |
| tree | 04d0977ddcf677cc32fe7c8376e79765058406be /sys/linux/test | |
| parent | 394d4bf77bc71747a74968f49ef153a8c9ff0cd4 (diff) | |
sys/linux: add ieee802154 descriptions
Diffstat (limited to 'sys/linux/test')
| -rw-r--r-- | sys/linux/test/80211_scan | 2 | ||||
| -rw-r--r-- | sys/linux/test/80211_setup_ap | 2 | ||||
| -rw-r--r-- | sys/linux/test/80211_setup_mesh | 2 | ||||
| -rw-r--r-- | sys/linux/test/80211_setup_station | 2 | ||||
| -rw-r--r-- | sys/linux/test/tipc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/linux/test/80211_scan b/sys/linux/test/80211_scan index 32247fea3..8e5310795 100644 --- a/sys/linux/test/80211_scan +++ b/sys/linux/test/80211_scan @@ -1,7 +1,7 @@ # requires: -sandbox=namespace r0 = socket$nl_generic(0x10, 0x3, 0x10) -r1 = syz_genetlink_get_family_id$nl80211(&(0x7f0000000200)='nl80211\x00') +r1 = syz_genetlink_get_family_id$nl80211(&(0x7f0000000200)='nl80211\x00', 0xffffffffffffffff) ioctl$sock_SIOCGIFINDEX_80211(r0, 0x8933, &(0x7f0000000700)={'wlan1\x00', <r2=>0x0}) # Set station mode for wlan1. diff --git a/sys/linux/test/80211_setup_ap b/sys/linux/test/80211_setup_ap index be18aa80c..7e15ee267 100644 --- a/sys/linux/test/80211_setup_ap +++ b/sys/linux/test/80211_setup_ap @@ -1,5 +1,5 @@ r0 = socket$nl_generic(0x10, 0x3, 0x10) -r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00') +r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00', 0xffffffffffffffff) ioctl$sock_SIOCGIFINDEX_80211(r0, 0x8933, &AUTO={'wlan0\x00', <r2=>0x0}) # Set AP mode for wlan0. diff --git a/sys/linux/test/80211_setup_mesh b/sys/linux/test/80211_setup_mesh index f7652f0a4..8ea51d705 100644 --- a/sys/linux/test/80211_setup_mesh +++ b/sys/linux/test/80211_setup_mesh @@ -1,5 +1,5 @@ r0 = socket$nl_generic(0x10, 0x3, 0x10) -r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00') +r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00', 0xffffffffffffffff) ioctl$sock_SIOCGIFINDEX_80211(r0, 0x8933, &AUTO={'wlan0\x00', <r2=>0x0}) # Set mesh mode for wlan0. diff --git a/sys/linux/test/80211_setup_station b/sys/linux/test/80211_setup_station index 6fb2d0225..89d84f747 100644 --- a/sys/linux/test/80211_setup_station +++ b/sys/linux/test/80211_setup_station @@ -1,7 +1,7 @@ # requires: -sandbox=namespace r0 = socket$nl_generic(0x10, 0x3, 0x10) -r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00') +r1 = syz_genetlink_get_family_id$nl80211(&AUTO='nl80211\x00', 0xffffffffffffffff) ioctl$sock_SIOCGIFINDEX_80211(r0, 0x8933, &AUTO={'wlan1\x00', <r2=>0x0}) # Set station mode for wlan1. diff --git a/sys/linux/test/tipc b/sys/linux/test/tipc index 98424f23e..f002df653 100644 --- a/sys/linux/test/tipc +++ b/sys/linux/test/tipc @@ -1,5 +1,5 @@ # This badly crashes kernel, so for now sendmsg call is disabled. r0 = socket$nl_generic(0x10, 0x3, 0x10) -r1 = syz_genetlink_get_family_id$tipc2(&(0x7f0000000000)='TIPCv2\x00') +r1 = syz_genetlink_get_family_id$tipc2(&(0x7f0000000000)='TIPCv2\x00', 0xffffffffffffffff) #sendmsg$TIPC_NL_BEARER_ENABLE(r0, &AUTO={0x0, 0x0, &AUTO={&AUTO={AUTO, r1, 0x1, 0x123, 0x234, {0x3, 0x0, 0x0}, [@TIPC_NLA_BEARER={AUTO, AUTO, [@TIPC_NLA_BEARER_NAME={AUTO, AUTO, @udp='udp:syz0'}, @TIPC_NLA_BEARER_UDP_OPTS={AUTO, AUTO, {{AUTO, AUTO, @in={AUTO, 0x4e20, @loopback=AUTO}}, {AUTO, AUTO, @in={AUTO, 0x4e20, @loopback=AUTO}}}}]}]}, AUTO}, 0x1, 0x0, 0x0, 0x0}, 0x0) |
