Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching refs:ioctl_sock

107     ret = send(drv->ioctl_sock, &req, req.hdr.nlmsg_len, 0);
715 if (ioctl(drv->ioctl_sock, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
835 if (ioctl(drv->ioctl_sock, SIOCGIWSCAN, &iwr) == 0) {
1198 if (ioctl(drv->ioctl_sock, SIOCGIWRANGE, &iwr) < 0) {
1288 ret = ioctl(drv->ioctl_sock, SIOCSIWENCODEEXT, &iwr);
1380 if (ioctl(drv->ioctl_sock, SIOCSIWENCODEEXT, &iwr) < 0) {
1436 if (ioctl(drv->ioctl_sock, SIOCSIWMLME, &iwr) < 0) {
1461 if (ioctl(drv->ioctl_sock, SIOCGIWMODE, &iwr) < 0) {
1519 if (ioctl(drv->ioctl_sock, SIOCSIWGENIE, &iwr) < 0) {
1565 if (ioctl(drv->ioctl_sock, SIOCSIWENCODE, &iwr) < 0) {
1619 if (ioctl(drv->ioctl_sock, SIOCSIWPMKSA, &iwr) < 0) {
1664 if (ioctl(drv->ioctl_sock, SIOCGIFHWADDR, &ifr) < 0) {
1689 if (ioctl(drv->ioctl_sock, SIOCGIWSTATS, &iwr) < 0) {
1713 if (ioctl(drv->ioctl_sock, SIOCGIWRATE, &iwr) < 0) {
2143 if (ioctl(drv->ioctl_sock, SIOCSIWSCAN, &iwr) < 0) {