Searched defs:wl1271_cmd_add_sta (Results 1 – 2 of 2) sorted by relevance
521 struct wl1271_cmd_add_sta { struct522 struct wl1271_cmd_header header;524 u8 addr[ETH_ALEN];525 u8 hlid;526 u8 aid;527 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];528 __le32 supported_rates;529 u8 bss_index;530 u8 sp_len;531 u8 wmm;[all …]
1055 int wl1271_cmd_add_sta(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid) in wl1271_cmd_add_sta() function