Lines Matching refs:sock
1283 int sock;
1315 if (ioctl(drv->sock, op, &iwr) < 0) {
1398 if (ioctl(drv->sock, IEEE80211_IOCTL_SETPARAM, &iwr) < 0) {
1418 if (ioctl(drv->sock, IEEE80211_IOCTL_SETOPTIE, &iwr) < 0) {
1676 if (ioctl(drv->sock, SIOCSIWSCAN, &iwr) < 0) {
1762 drv->sock = socket(PF_INET, SOCK_DGRAM, 0);
1763 if (drv->sock < 0)
1781 close(drv->sock);
1813 close(drv->sock);