Home | History | Annotate | Download | only in drivers

Lines Matching refs:SIOCSIWMODE

2182  * wpa_driver_wext_set_mode - Set wireless mode (infra/adhoc), SIOCSIWMODE
2197 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) == 0) {
2203 perror("ioctl[SIOCSIWMODE]");
2224 if (ioctl(drv->ioctl_sock, SIOCSIWMODE, &iwr) < 0)
2225 perror("ioctl[SIOCSIWMODE]");