Lines Matching refs:ie

770  * Notify hostap vaps of a change in the HTINFO ie.
871 * Process an 802.11n HT capabilities ie.
874 ieee80211_parse_htcap(struct ieee80211_node *in, const uint8_t *ie)
878 if (ie[0] == IEEE80211_ELEMID_VENDOR) {
880 * Station used Vendor OUI ie to associate;
882 * the Vendor OUI's and not the standard ie's.
885 ie += 4;
889 in->in_htcap = *(uint16_t *)(ie +
891 in->in_htparam = ie[offsetof(struct ieee80211_ie_htcap, hc_param)];
898 * Process an 802.11n HT info ie and update the node state.
906 ieee80211_parse_htinfo(struct ieee80211_node *in, const uint8_t *ie)
914 if (ie[0] == IEEE80211_ELEMID_VENDOR)
915 ie += 4;
916 htinfo = (const struct ieee80211_ie_htinfo *)ie;
924 * Handle 11n channel switch. Use the received HT ie's to
967 * Install received HT rate set by parsing the HT cap ie.
970 ieee80211_setup_htrates(struct ieee80211_node *in, const uint8_t *ie, int flags)
978 if (ie != NULL) {
979 if (ie[0] == IEEE80211_ELEMID_VENDOR)
980 ie += 4;
981 htcap = (const struct ieee80211_ie_htcap *) ie;
1001 * to the information in the supplied HT info ie.
1004 ieee80211_setup_basic_htrates(struct ieee80211_node *in, const uint8_t *ie)
1010 if (ie[0] == IEEE80211_ELEMID_VENDOR)
1011 ie += 4;
1012 htinfo = (const struct ieee80211_ie_htinfo *) ie;
1639 /* pre-zero remainder of ie */
1671 * Add Broadcom OUI wrapped standard HTCAP ie; this is
1706 * Update the HTINFO ie for a beacon frame.
1731 /* propagate to vendor ie's */
1739 * be called to fillin both a standard ie and a compat ie that
1747 /* pre-zero remainder of ie */
1787 * Add Broadcom OUI wrapped standard HTINFO ie; this is