Searched refs:iwrequest (Results 1 – 1 of 1) sorted by relevance
270 struct iwreq iwrequest; in detect_link_wlan() local273 memset(&iwrequest, 0, sizeof(iwrequest)); in detect_link_wlan()274 strncpy_IFNAMSIZ(iwrequest.ifr_ifrn.ifrn_name, G.iface); in detect_link_wlan()276 if (network_ioctl(SIOCGIWAP, &iwrequest, "SIOCGIWAP") < 0) { in detect_link_wlan()280 memcpy(mac, &iwrequest.u.ap_addr.sa_data, ETH_ALEN); in detect_link_wlan()