Home
last modified time | relevance | path

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

/src/sbin/ifconfig/
H A Difieee80211.c180 static int get80211val(if_ctx *ctx, int type, int *val);
211 if (get80211val(ctx, IEEE80211_IOC_HTCONF, &htconf) < 0) in gethtconf()
225 if (get80211val(ctx, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in getvhtconf()
400 if (get80211val(ctx, IEEE80211_IOC_CHANNEL, &val) < 0) in getcurchan()
1789 if (get80211val(ctx, IEEE80211_IOC_AMPDU, &ampdu) < 0) in set80211ampdu()
1804 if (get80211val(ctx, IEEE80211_IOC_STBC, &stbc) < 0) in set80211stbc()
1819 if (get80211val(ctx, IEEE80211_IOC_LDPC, &ldpc) < 0) in set80211ldpc()
1907 if (get80211val(ctx, IEEE80211_IOC_AMSDU, &amsdu) < 0) in set80211amsdu()
1981 if (get80211val(ctx, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in set80211vhtconf()
5198 if (get80211val(ctx, IEEE80211_IOC_NUMSSIDS, &num) < 0) in ieee80211_status()
[all …]