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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ioctl.c566 ireq->i_val = wmep->wmep_logcwmin;
569 ireq->i_val = wmep->wmep_logcwmax;
572 ireq->i_val = wmep->wmep_aifsn;
575 ireq->i_val = wmep->wmep_txopLimit;
579 ireq->i_val = wmep->wmep_acm;
583 ireq->i_val = !wmep->wmep_noackPolicy;
633 fc0 = ireq->i_val & 0xff;
813 ireq->i_val = 1;
817 ireq->i_val = IEEE80211_WEP_OFF;
819 ireq->i_val
[all...]
H A Dieee80211_tdma.c751 ireq->i_val = ts->tdma_slot;
754 ireq->i_val = ts->tdma_slotcnt;
757 ireq->i_val = ts->tdma_slotlen;
760 ireq->i_val = ts->tdma_bintval;
779 if (!(0 <= ireq->i_val && ireq->i_val <= ts->tdma_slotcnt))
781 if (ireq->i_val != ts->tdma_slot) {
782 ts->tdma_slot = ireq->i_val;
787 if (!TDMA_SLOTCNT_VALID(ireq->i_val))
789 if (ireq->i_val !
[all...]
H A Dieee80211_acl.c295 switch (ireq->i_val) {
297 ireq->i_val = as->as_policy;
H A Dieee80211_superg.c859 ireq->i_val = getathcap(vap, IEEE80211_F_FF);
862 ireq->i_val = getathcap(vap, IEEE80211_F_TURBOP);
876 if (ireq->i_val) {
884 if (ireq->i_val) {
H A Dieee80211_hwmp.c2056 ireq->i_val = hs->hs_rootmode;
2059 ireq->i_val = hs->hs_maxhops;
2079 if (ireq->i_val < 0 || ireq->i_val > 3)
2081 hs->hs_rootmode = ireq->i_val;
2085 if (ireq->i_val <= 0 || ireq->i_val > 255)
2087 hs->hs_maxhops = ireq->i_val;
H A Dieee80211_mesh.c3457 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_AP) != 0;
3460 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_FWD) != 0;
3463 ireq->i_val = (ms->ms_flags & IEEE80211_MESHFLAGS_GATE) != 0;
3466 ireq->i_val = ms->ms_ttl;
3469 switch (ireq->i_val) {
3557 if (ireq->i_val != 0 || ireq->i_len > IEEE80211_MESHID_LEN)
3568 if (ireq->i_val)
3575 if (ireq->i_val)
3582 if (ireq->i_val)
3588 ms->ms_ttl = (uint8_t) ireq->i_val;
[all...]
H A Dieee80211_ioctl.h478 * using i_val and i_len. i_val holds the value itself.
491 * in i_val as the 802.11 FC0 bytes and the length of the IE data
586 int16_t i_val; /* Index or simple value */ member in struct:ieee80211req
/freebsd-10.2-release/sys/dev/an/
H A Dif_an.c2045 if (ireq->i_val == -1) {
2055 } else if (ireq->i_val >= 0) {
2071 if (ireq->i_val > max) {
2076 len = ssids->an_entry[ireq->i_val].an_len;
2077 tmpptr = ssids->an_entry[ireq->i_val].an_ssid;
2115 ireq->i_val = max;
2130 ireq->i_val = IEEE80211_WEP_MIXED;
2132 ireq->i_val = IEEE80211_WEP_ON;
2134 ireq->i_val = IEEE80211_WEP_OFF;
2144 if (ireq->i_val <
[all...]
/freebsd-10.2-release/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c140 a->prev_roaming = ireq.i_val;
141 ireq.i_val = IEEE80211_ROAMING_MANUAL;
352 ireq.i_val = a->prev_roaming;
/freebsd-10.2-release/sbin/ifconfig/
H A Difieee80211.c3721 *val = ireq.i_val;
3895 ireq.i_val = IEEE80211_MACCMD_POLICY;
3903 policy = ireq.i_val;
3919 ireq.i_val = IEEE80211_MACCMD_LIST;
4001 ireq.i_val = IEEE80211_MESH_RTCMD_LIST;
4104 switch (ireq->i_val) {
4130 printf("UNKNOWN (0x%x)", ireq->i_val);
4227 ireq.i_val = ix;
4383 LINE_CHECK("RSN caps 0x%x", ireq.i_val);
4928 *val = ireq.i_val;
[all...]
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c175 ireq.i_val = *val;
187 *val = ireq.i_val;
2376 ireq.i_val = IEEE80211_MACCMD_POLICY;
2503 ireq.i_val = IEEE80211_MACCMD_LIST;
/freebsd-10.2-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c65 ireq.i_val = chan;
/freebsd-10.2-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c104 ireq.i_val = val;
935 return ireq.i_val;
/freebsd-10.2-release/tools/tools/net80211/stumbler/
H A Dstumbler.c262 chaninfo.ireq.i_val = c;
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c330 chaninfo.ireq.i_val = c;

Completed in 109 milliseconds