Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/net80211/wlanwds/
HDwlanwds.c556 IEEE80211_ADDR_COPY(cp.icp_bssid, p->bssid); in wds_vap_create()
582 ether_ntoa_r((void *) cp.icp_bssid, bssid_str), in wds_vap_create()
/freebsd-13-stable/sys/net80211/
HDieee80211_ioctl.h867 uint8_t icp_bssid[IEEE80211_ADDR_LEN]; /* for WDS links */ member
HDieee80211_freebsd.c151 cp.icp_opmode, cp.icp_flags, cp.icp_bssid, in wlan_clone_create()
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c770 memcpy(wcp.icp_bssid, wif->dbssid, IEEE80211_ADDR_LEN); in wlan_clone_create()
/freebsd-13-stable/sbin/ifconfig/
HDifieee80211.c5788 memcmp(params.icp_bssid, zerobssid, sizeof(zerobssid)) == 0) in wlan_create()
5816 memcpy(params.icp_bssid, ea->octet, IEEE80211_ADDR_LEN); in DECL_CMD_FUNC()