Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c439 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev() argument
454 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen); in get_mac80211_phydev()
470 phydev_path[bytes_read] = '\0'; in get_mac80211_phydev()
709 char phydev_path[PATH_MAX+1]; in pcap_can_set_rfmon_linux() local
728 ret = get_mac80211_phydev(handle, handle->opt.device, phydev_path, in pcap_can_set_rfmon_linux()
4651 char phydev_path[PATH_MAX+1]; in enter_rfmon_mode() local
4659 ret = get_mac80211_phydev(handle, device, phydev_path, PATH_MAX); in enter_rfmon_mode()