Home
last modified time | relevance | path

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

/src/lib/lib80211/ !
H A Dlib80211_ioctl.c104 ireq.i_type = type; in lib80211_get80211()
117 ireq.i_type = type; in lib80211_get80211len()
134 ireq.i_type = type; in lib80211_get80211val()
148 ireq.i_type = type; in lib80211_set80211()
/src/tools/tools/net80211/mlme_assoc/ !
H A Dmlme_assoc.c101 ireq.i_type = IEEE80211_IOC_MLME; in try_mlme_assoc()
108 warn("SIOCS80211, %#x", ireq.i_type); in try_mlme_assoc()
126 ireq.i_type = IEEE80211_IOC_SCAN_RESULTS; in mlme_assoc_scan_results()
132 warn("SIOCG80211, %#x", ireq.i_type); in mlme_assoc_scan_results()
/src/contrib/ldns/ !
H A Ddnssec.c970 uint16_t i_type; in ldns_create_nsec() local
985 i_type = ldns_rr_get_type(i_rr); in ldns_create_nsec()
986 if (i_type != LDNS_RR_TYPE_RRSIG && i_type != LDNS_RR_TYPE_NSEC) { in ldns_create_nsec()
987 if (type_count == 0 || i_type_list[type_count-1] != i_type) { in ldns_create_nsec()
988 i_type_list[type_count] = i_type; in ldns_create_nsec()
1190 uint16_t i_type; in ldns_create_nsec3() local
1231 i_type = ldns_rr_get_type(i_rr); in ldns_create_nsec3()
1232 if (type_count == 0 || i_type_list[type_count-1] != i_type) { in ldns_create_nsec3()
1233 i_type_list[type_count] = i_type; in ldns_create_nsec3()
/src/usr.sbin/wlanstat/ !
H A Dmain.c99 ireq.i_type = IEEE80211_IOC_STA_STATS;
274 ireq.i_type = IEEE80211_IOC_STA_INFO;
H A Dwlanstat.c485 wf->ireq.i_type = IEEE80211_IOC_BSSID; in getbssid()
530 wf->ireq.i_type = IEEE80211_IOC_STA_INFO; in wlan_collect()
539 wf->ireq.i_type = IEEE80211_IOC_STA_STATS; in wlan_collect()
/src/sys/fs/p9fs/ !
H A Dp9fs.h48 uint16_t i_type; /* type of inode */ member
/src/sys/net80211/ !
H A Dieee80211_tdma.c757 switch (ireq->i_type) { in tdma_ioctl_get80211()
785 switch (ireq->i_type) { in tdma_ioctl_set80211()
H A Dieee80211_superg.c1040 switch (ireq->i_type) { in superg_ioctl_get80211()
1057 switch (ireq->i_type) { in superg_ioctl_set80211()
H A Dieee80211_ioctl.c563 switch (ireq->i_type) { in ieee80211_ioctl_getwmeparam()
785 switch (ireq->i_type) { in ieee80211_ioctl_get80211()
935 error = ieee80211_ioctl_getwpaie(vap, ireq, ireq->i_type); in ieee80211_ioctl_get80211()
1680 if (ireq->i_type == IEEE80211_IOC_ADDMAC) in ieee80211_ioctl_macmac()
1840 switch (ireq->i_type) { in ieee80211_ioctl_setwmeparam()
2781 switch (ireq->i_type) { in ieee80211_ioctl_set80211()
3577 vap->iv_reset(vap, ireq->i_type) : 0; in ieee80211_ioctl_set80211()
H A Dieee80211_ioctl.h600 uint16_t i_type; /* req type */ member
H A Dieee80211_hwmp.c2046 switch (ireq->i_type) { in hwmp_ioctl_get80211()
2069 switch (ireq->i_type) { in hwmp_ioctl_set80211()
H A Dieee80211_mesh.c3423 switch (ireq->i_type) { in mesh_ioctl_get80211()
3529 switch (ireq->i_type) { in mesh_ioctl_set80211()
/src/sbin/ifconfig/ !
H A Difieee80211.c4081 ireq.i_type = IEEE80211_IOC_SCAN_REQ; in scan_and_wait()
4578 ireq.i_type = param; in get80211wme()
4783 ireq.i_type = IEEE80211_IOC_MACCMD; in list_mac()
4888 ireq.i_type = IEEE80211_IOC_MESH_RTCMD; in list_mesh()
4997 ireq->i_type = keylenop;
5137 ireq.i_type = (!mesh) ? IEEE80211_IOC_SSID : IEEE80211_IOC_MESH_ID; in getid()
5153 ireq.i_type = IEEE80211_IOC_IC_NAME; in getdevicename()
5295 ireq.i_type = IEEE80211_IOC_KEYMGTALGS; in ieee80211_status()
5299 ireq.i_type = IEEE80211_IOC_MCASTCIPHER; in ieee80211_status()
5306 ireq.i_type = IEEE80211_IOC_UCASTCIPHER; in ieee80211_status()
[all …]
/src/usr.sbin/bsnmpd/modules/snmp_wlan/ !
H A Dwlan_sys.c174 ireq.i_type = req_type; in wlan_ioctl()
2375 ireq.i_type = IEEE80211_IOC_MACCMD; in wlan_get_mac_policy()
2381 "failed: %s", wif->wname, ireq.i_type, in wlan_get_mac_policy()
2502 ireq.i_type = IEEE80211_IOC_MACCMD; in wlan_get_mac_acl_macs()
2509 "failed: %s", wif->wname, ireq.i_type, in wlan_get_mac_acl_macs()
/src/tools/tools/net80211/wlanwds/ !
H A Dwlanwds.c278 ireq.i_type = IEEE80211_IOC_BSSID; in getbssid()
/src/tools/tools/net80211/wlaninject/ !
H A Dwlaninject.c62 ireq.i_type = IEEE80211_IOC_CHANNEL; in setup_if()
/src/tools/tools/net80211/stumbler/ !
H A Dstumbler.c280 chaninfo.ireq.i_type = IEEE80211_IOC_CHANNEL; in setup_if()
/src/contrib/wpa/src/drivers/ !
H A Ddriver_bsd.c116 ireq.i_type = op; in bsd_set80211()
138 ireq->i_type = op; in bsd_get80211()
/src/sys/dev/usb/net/ !
H A Dif_usie.c1305 if (ireq->i_type != IEEE80211_IOC_STA_INFO) in usie_if_ioctl()
/src/tools/tools/net80211/wesside/wesside/ !
H A Dwesside.c389 chaninfo.ireq.i_type = IEEE80211_IOC_CHANNEL; in setup_if()