Home
last modified time | relevance | path

Searched refs:standard_ioctl (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/wireless/
Dwext-core.c32 static const struct iw_ioctl_description standard_ioctl[] = { variable
259 static const unsigned int standard_ioctl_num = ARRAY_SIZE(standard_ioctl);
489 descr = &(standard_ioctl[cmd_index]); in wireless_send_event()
1014 descr = &(standard_ioctl[IW_IOCTL_IDX(cmd)]); in ioctl_standard_call()
1075 descr = standard_ioctl + IW_IOCTL_IDX(cmd); in compat_standard_call()