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

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ioctl.c569 ireq->i_val = wmep->wmep_logcwmin;
572 ireq->i_val = wmep->wmep_logcwmax;
575 ireq->i_val = wmep->wmep_aifsn;
578 ireq->i_val = wmep->wmep_txopLimit;
582 ireq->i_val = wmep->wmep_acm;
586 ireq->i_val = !wmep->wmep_noackPolicy;
636 fc0 = ireq->i_val & 0xff;
808 ireq->i_val = 1;
812 ireq->i_val = IEEE80211_WEP_OFF;
814 ireq->i_val
[all...]
H A Dieee80211_tdma.c760 ireq->i_val = ts->tdma_slot;
763 ireq->i_val = ts->tdma_slotcnt;
766 ireq->i_val = ts->tdma_slotlen;
769 ireq->i_val = ts->tdma_bintval;
788 if (!(0 <= ireq->i_val && ireq->i_val <= ts->tdma_slotcnt))
790 if (ireq->i_val != ts->tdma_slot) {
791 ts->tdma_slot = ireq->i_val;
796 if (!TDMA_SLOTCNT_VALID(ireq->i_val))
798 if (ireq->i_val !
[all...]
H A Dieee80211_acl.c299 switch (ireq->i_val) {
301 ireq->i_val = as->as_policy;
H A Dieee80211_superg.c1027 ireq->i_val = getathcap(vap, IEEE80211_F_FF);
1030 ireq->i_val = getathcap(vap, IEEE80211_F_TURBOP);
1044 if (ireq->i_val) {
1052 if (ireq->i_val) {
H A Dieee80211_hwmp.c2052 ireq->i_val = hs->hs_rootmode;
2055 ireq->i_val = hs->hs_maxhops;
2075 if (ireq->i_val < 0 || ireq->i_val > 3)
2077 hs->hs_rootmode = ireq->i_val;
2081 if (ireq->i_val <= 0 || ireq->i_val > 255)
2083 hs->hs_maxhops = ireq->i_val;
H A Dieee80211_mesh.c3434 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_AP) != 0;
3437 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_FWD) != 0;
3440 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_GATE) != 0;
3443 ireq->i_val = ms->ms_ttl;
3446 switch (ireq->i_val) {
3535 if (ireq->i_val != 0 || ireq->i_len > IEEE80211_MESHID_LEN)
3546 if (ireq->i_val)
3553 if (ireq->i_val)
3560 if (ireq->i_val)
3566 ms->ms_ttl = (uint8_t) ireq->i_val;
[all...]
H A Dieee80211_ioctl.h486 * using i_val and i_len. i_val holds the value itself.
499 * in i_val as the 802.11 FC0 bytes and the length of the IE data
595 int16_t i_val; /* Index or simple value */ member in struct:ieee80211req
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.h16 #define gval(n) (&(n)->i_val)
23 (gkey(cast(Node *, cast(char *, (v)) - offsetof(Node, i_val))))
H A Dlobject.h553 TValue i_val; member in struct:Node
/freebsd-13-stable/lib/lib80211/
H A Dlib80211_ioctl.c139 *val = ireq.i_val;
151 ireq.i_val = val;
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h14 #define gval(n) (&(n)->i_val)
H A Dlobject.h683 TValue i_val; /* direct access to node's value as a proper 'TValue' */ member in union:Node
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c2033 if (ireq->i_val == -1) {
2043 } else if (ireq->i_val >= 0) {
2059 if (ireq->i_val > max) {
2064 len = ssids->an_entry[ireq->i_val].an_len;
2065 tmpptr = ssids->an_entry[ireq->i_val].an_ssid;
2103 ireq->i_val = max;
2118 ireq->i_val = IEEE80211_WEP_MIXED;
2120 ireq->i_val = IEEE80211_WEP_ON;
2122 ireq->i_val = IEEE80211_WEP_OFF;
2132 if (ireq->i_val <
[all...]
/freebsd-13-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c141 a->prev_roaming = ireq.i_val;
142 ireq.i_val = IEEE80211_ROAMING_MANUAL;
353 ireq.i_val = a->prev_roaming;
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c4294 *val = ireq.i_val;
4493 ireq.i_val = IEEE80211_MACCMD_POLICY;
4501 policy = ireq.i_val;
4517 ireq.i_val = IEEE80211_MACCMD_LIST;
4599 ireq.i_val = IEEE80211_MESH_RTCMD_LIST;
4704 switch (ireq->i_val) {
4730 printf("UNKNOWN (0x%x)", ireq->i_val);
4827 ireq.i_val = ix;
4844 ireq.i_val = -1;
5000 LINE_CHECK("RSN caps 0x%x", ireq.i_val);
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c178 ireq.i_val = *val;
190 *val = ireq.i_val;
2379 ireq.i_val = IEEE80211_MACCMD_POLICY;
2506 ireq.i_val = IEEE80211_MACCMD_LIST;
/freebsd-13-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c65 ireq.i_val = chan;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c119 ireq.i_val = val;
947 return ireq.i_val;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp1884 kmp_int##BITS i_val; \
1889 old_value.i_val = KMP_COMPARE_AND_STORE_RET##BITS( \
1891 *VOLATILE_CAST(kmp_int##BITS *) & old_value.i_val, \
1892 *VOLATILE_CAST(kmp_int##BITS *) & old_value.i_val); \
/freebsd-13-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c262 chaninfo.ireq.i_val = c;
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c331 chaninfo.ireq.i_val = c;

Completed in 305 milliseconds