Symbol: ieee80211_appie
sys/dev/netif/iwi/if_iwi.c
2985
struct ieee80211_appie *ie = vap->iv_appie_wpa;
sys/dev/netif/wi/if_wi.c
170
static int wi_write_appie(struct wi_softc *, int, const struct ieee80211_appie *);
sys/dev/netif/wi/if_wi.c
2046
wi_write_appie(struct wi_softc *sc, int rid, const struct ieee80211_appie *ie)
sys/netproto/802_11/ieee80211_proto.h
132
struct ieee80211_appie;
sys/netproto/802_11/ieee80211_regdomain.h
287
struct ieee80211_appie;
sys/netproto/802_11/ieee80211_regdomain.h
288
struct ieee80211_appie *ieee80211_alloc_countryie(struct ieee80211com *);
sys/netproto/802_11/ieee80211_var.h
201
struct ieee80211_appie *ic_countryie; /* calculated country ie */
sys/netproto/802_11/ieee80211_var.h
458
struct ieee80211_appie *iv_appie_beacon;
sys/netproto/802_11/ieee80211_var.h
459
struct ieee80211_appie *iv_appie_probereq;
sys/netproto/802_11/ieee80211_var.h
460
struct ieee80211_appie *iv_appie_proberesp;
sys/netproto/802_11/ieee80211_var.h
461
struct ieee80211_appie *iv_appie_assocreq;
sys/netproto/802_11/ieee80211_var.h
462
struct ieee80211_appie *iv_appie_assocresp;
sys/netproto/802_11/ieee80211_var.h
463
struct ieee80211_appie *iv_appie_wpa;
sys/netproto/802_11/wlan/ieee80211_ddb.c
758
_db_show_appie(const char *tag, const struct ieee80211_appie *ie)
sys/netproto/802_11/wlan/ieee80211_ddb.c
79
static void _db_show_appie(const char *tag, const struct ieee80211_appie *);
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2272
setappie(struct ieee80211_appie **aie, const struct ieee80211req *ireq)
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2274
struct ieee80211_appie *app = *aie;
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2275
struct ieee80211_appie *napp;
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2296
napp = (struct ieee80211_appie *) kmalloc(
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2297
sizeof(struct ieee80211_appie) + ireq->i_len, M_80211_NODE_IE, M_INTWAIT);
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2299
napp = (struct ieee80211_appie *) IEEE80211_MALLOC(
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2300
sizeof(struct ieee80211_appie) + ireq->i_len, M_80211_NODE_IE,
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2379
struct ieee80211_appie *appie =
sys/netproto/802_11/wlan/ieee80211_ioctl.c
635
getappie(const struct ieee80211_appie *aie, struct ieee80211req *ireq)
sys/netproto/802_11/wlan/ieee80211_output.c
1969
add_appie(uint8_t *frm, const struct ieee80211_appie *ie)
sys/netproto/802_11/wlan/ieee80211_output.c
3592
const struct ieee80211_appie *aie = vap->iv_appie_beacon;
sys/netproto/802_11/wlan/ieee80211_regdomain.c
214
struct ieee80211_appie *
sys/netproto/802_11/wlan/ieee80211_regdomain.c
243
struct ieee80211_appie *aie;