Searched refs:ie (Results 26 - 37 of 37) sorted by relevance

12

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c586 uint8_t *ie, size_t len)
630 switch (*ie) {
633 (struct ieee80211_meshpreq_ie *)ie);
637 (struct ieee80211_meshprep_ie *)ie);
641 (struct ieee80211_meshperr_ie *)ie);
645 (struct ieee80211_meshrann_ie *)ie);
584 hwmp_send_action(struct ieee80211vap *vap, const uint8_t da[IEEE80211_ADDR_LEN], uint8_t *ie, size_t len) argument
H A Dieee80211_output.c321 * ieee80211_free_node() (ie, the comlock)
2164 add_appie(uint8_t *frm, const struct ieee80211_appie *ie) argument
2166 memcpy(frm, ie->ie_data, ie->ie_len);
2167 return frm + ie->ie_len;
2171 add_ie(uint8_t *frm, const uint8_t *ie) argument
2173 memcpy(frm, ie, 2 + ie[1]);
2174 return frm + 2 + ie[1];
2375 * Handle lazy construction of ie
[all...]
H A Dieee80211_superg.c213 ieee80211_parse_ath(struct ieee80211_node *ni, uint8_t *ie) argument
216 (const struct ieee80211_ath_ie *) ie;
245 "ath ie change: new caps 0x%x defkeyix 0x%x",
256 /* NB: BOOST is not in ic_flags, so get it from the ie */
H A Dieee80211_proto.c406 #define FREEAPPIE(ie) do { \
407 if (ie != NULL) \
408 IEEE80211_FREE(ie, M_80211_NODE_IE); \
1785 * For NICs which only support one set of WME paramaters (ie, softmac NICs)
H A Dieee80211_ioctl.c192 /* compatibility op, may overwrite wpa ie */
247 * NB: ie's can be no more than 255 bytes and the max 802.11
249 * 16-bits; if this is a concern we can drop the ie's.
279 ("len %u ssid %u ie %u", len, se->se_ssid[1], ielen));
2392 if (ireq->i_len == 0) { /* delete any existing ie */
2428 setwparsnie(struct ieee80211vap *vap, uint8_t *ie, int space) argument
2431 if (space == 0 || 2+ie[1] > space)
2433 if (ie[0] == IEEE80211_ELEMID_VENDOR)
2434 vap->iv_wpa_ie = ie;
2435 else if (ie[
[all...]
H A Dieee80211_hostap.c1033 "ie %d/%d too long",
1606 "%s ie: mc %u/%u uc %u/%u key %u caps 0x%x",
1697 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc");
1717 ishtmixed(const uint8_t *ie) argument
1720 (const struct ieee80211_ie_htinfo *) ie;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp176 fRegs->ie = PORT_INT_MASK;
212 fRegs->ie = 0;
364 TRACE(" ie 0x%08" B_PRIx32 "\n", fRegs->ie);
1252 TRACE("ie 0x%08" B_PRIx32 "\n", fRegs->ie);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp80 dprintf("ie: "); WriteModeSet(status.ie);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c1570 ieee80211_save_ie(const u_int8_t *frm, u_int8_t **ie) argument
1572 int olen = *ie ? 2 + (*ie)[1] : 0;
1575 if (*ie == NULL || olen != len) {
1576 if (*ie != NULL)
1577 free(*ie, M_DEVBUF, olen);
1578 *ie = malloc(len, M_DEVBUF, M_NOWAIT);
1579 if (*ie == NULL)
1582 memcpy(*ie, frm, len);
2364 * that is allowed (ie RS
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5622 * + if the quiet parameters don't change (ie, period/duration/offset)
5629 ath_set_quiet_ie(struct ieee80211_node *ni, uint8_t *ie) argument
5641 if (ie == NULL) {
5651 if (ie[0] != IEEE80211_ELEMID_QUIET)
5653 if (ie[1] != 6)
5657 q = (void *) ie;
5726 memcpy(&avp->quiet_ie, ie, sizeof(struct ieee80211_quiet_ie));
5974 * TODO: Enable ACK processing (ie, clear AR_DIAG_ACK_DIS.)
6717 * this point (ie, all TX, completion and any reset/flush go into
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1312 /* NB: +8 for capinfo, status, associd, and first ie */
2918 struct ieee80211_appie *ie = vap->iv_appie_wpa; local
2920 DPRINTF(("Setting optional IE (len=%u)\n", ie->ie_len));
2921 error = iwi_cmd(sc, IWI_CMD_SET_OPTIE, ie->ie_data, ie->ie_len);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3917 #define WME(ie) ((const struct ieee80211_wme_info *) ie)
4048 #define WME(ie) ((const struct ieee80211_wme_info *) ie)

Completed in 135 milliseconds

12