···370370371371372372/*-----------------------------------------------------------------------------373373- Below is for the security related definition373373+ * Below is for the security related definition374374 *-----------------------------------------------------------------------------375375 */376376#define _RESERVED_FRAME_TYPE_ 0···415415416416417417/* ---------------------------------------------------------------------------418418- Below is the fixed elements...418418+ * Below is the fixed elements...419419 * ---------------------------------------------------------------------------420420 */421421#define _AUTH_ALGM_NUM_ 2···444444#define cap_ShortPremble BIT(5)445445446446/*-----------------------------------------------------------------------------447447- Below is the definition for 802.11i / 802.1x447447+ * Below is the definition for 802.11i / 802.1x448448 *------------------------------------------------------------------------------449449 */450450#define _IEEE8021X_MGT_ 1 /*WPA */451451#define _IEEE8021X_PSK_ 2 /* WPA with pre-shared key */452452453453/*-----------------------------------------------------------------------------454454- Below is the definition for WMM454454+ * Below is the definition for WMM455455 *------------------------------------------------------------------------------456456 */457457#define _WMM_IE_Length_ 7 /* for WMM STA */···459459460460461461/*-----------------------------------------------------------------------------462462- Below is the definition for 802.11n462462+ * Below is the definition for 802.11n463463 *------------------------------------------------------------------------------464464 */465465···498498#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004499499500500501501- /**501501+/*502502 * struct ieee80211_ht_cap - HT capabilities503503 *504504 * This structure refers to "HT capabilities element" as