Searched refs:i_type (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/lib/lib80211/
H A Dlib80211_ioctl.c106 ireq.i_type = type;
119 ireq.i_type = type;
136 ireq.i_type = type;
150 ireq.i_type = type;
/freebsd-12-stable/tools/tools/net80211/wlanstats/
H A Dmain.c101 ireq.i_type = IEEE80211_IOC_STA_STATS;
266 ireq.i_type = IEEE80211_IOC_STA_INFO;
H A Dwlanstats.c473 wf->ireq.i_type = IEEE80211_IOC_BSSID;
518 wf->ireq.i_type = IEEE80211_IOC_STA_INFO;
527 wf->ireq.i_type = IEEE80211_IOC_STA_STATS;
/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c139 ireq.i_type = IEEE80211_IOC_ROAMING;
352 ireq.i_type = IEEE80211_IOC_ROAMING;
/freebsd-12-stable/contrib/ldns/
H A Ddnssec.c963 uint16_t i_type; local
978 i_type = ldns_rr_get_type(i_rr);
979 if (i_type != LDNS_RR_TYPE_RRSIG && i_type != LDNS_RR_TYPE_NSEC) {
980 if (type_count == 0 || i_type_list[type_count-1] != i_type) {
981 i_type_list[type_count] = i_type;
1183 uint16_t i_type; local
1224 i_type = ldns_rr_get_type(i_rr);
1225 if (type_count == 0 || i_type_list[type_count-1] != i_type) {
1226 i_type_list[type_count] = i_type;
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_tdma.c758 switch (ireq->i_type) {
786 switch (ireq->i_type) {
H A Dieee80211_superg.c1025 switch (ireq->i_type) {
1042 switch (ireq->i_type) {
H A Dieee80211_ioctl.c567 switch (ireq->i_type) {
785 switch (ireq->i_type) {
935 error = ieee80211_ioctl_getwpaie(vap, ireq, ireq->i_type);
1663 if (ireq->i_type == IEEE80211_IOC_ADDMAC)
1823 switch (ireq->i_type) {
2750 switch (ireq->i_type) {
3526 vap->iv_reset(vap, ireq->i_type) : 0;
H A Dieee80211_ioctl.h595 uint16_t i_type; /* req type */ member in struct:ieee80211req
H A Dieee80211_hwmp.c2044 switch (ireq->i_type) {
2067 switch (ireq->i_type) {
H A Dieee80211_mesh.c3423 switch (ireq->i_type) {
3529 switch (ireq->i_type) {
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c3789 ireq.i_type = IEEE80211_IOC_SCAN_REQ;
4286 ireq.i_type = param;
4492 ireq.i_type = IEEE80211_IOC_MACCMD;
4598 ireq.i_type = IEEE80211_IOC_MESH_RTCMD;
4706 ireq->i_type = keylenop;
4826 ireq.i_type = (!mesh) ? IEEE80211_IOC_SSID : IEEE80211_IOC_MESH_ID;
4843 ireq.i_type = IEEE80211_IOC_IC_NAME;
4980 ireq.i_type = IEEE80211_IOC_KEYMGTALGS;
4984 ireq.i_type = IEEE80211_IOC_MCASTCIPHER;
4991 ireq.i_type
[all...]
/freebsd-12-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c261 ireq.i_type = IEEE80211_IOC_BSSID;
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c177 ireq.i_type = req_type;
2378 ireq.i_type = IEEE80211_IOC_MACCMD;
2384 "failed: %s", wif->wname, ireq.i_type,
2505 ireq.i_type = IEEE80211_IOC_MACCMD;
2512 "failed: %s", wif->wname, ireq.i_type,
/freebsd-12-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c64 ireq.i_type = IEEE80211_IOC_CHANNEL;
/freebsd-12-stable/sys/dev/an/
H A Dif_an.c2029 switch (ireq->i_type) {
2332 if (ireq->i_type != IEEE80211_IOC_SSID &&
2333 ireq->i_type != IEEE80211_IOC_WEPKEY &&
2334 ireq->i_type != IEEE80211_IOC_WEPTXKEY) {
2343 switch (ireq->i_type) {
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c118 ireq.i_type = op;
140 ireq->i_type = op;
/freebsd-12-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c282 chaninfo.ireq.i_type = IEEE80211_IOC_CHANNEL;
/freebsd-12-stable/contrib/gcc/
H A Dc-common.c866 tree e_type, i_type, a_type;
905 i_type = build_index_type (build_int_cst (NULL_TREE, nchars - 1));
906 a_type = build_array_type (e_type, i_type);
865 tree e_type, i_type, a_type; local
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_usie.c1311 if (ireq->i_type != IEEE80211_IOC_STA_INFO)
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c390 chaninfo.ireq.i_type = IEEE80211_IOC_CHANNEL;

Completed in 317 milliseconds