Home
last modified time | relevance | path

Searched refs:ieee80211_device (Results 1 – 18 of 18) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h957 struct ieee80211_device;
1789 struct ieee80211_device { struct
2238 return ((struct ieee80211_device *)netdev_priv(dev))->priv; in ieee80211_priv()
2257 static inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee, int mode) in ieee80211_is_valid_mode()
2358 extern int ieee80211_set_encryption(struct ieee80211_device *ieee);
2363 struct ieee80211_device *ieee,
2373 extern int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
2375 extern void ieee80211_rx_mgt(struct ieee80211_device *ieee,
2380 extern int ieee80211_wx_get_scan(struct ieee80211_device *ieee,
2383 extern int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
[all …]
Dieee80211_softmac.c43 static unsigned int ieee80211_MFIE_rate_len(struct ieee80211_device *ieee) in ieee80211_MFIE_rate_len()
61 static void ieee80211_MFIE_Brate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Brate()
78 static void ieee80211_MFIE_Grate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Grate()
102 static void ieee80211_WMM_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_WMM_Info()
127 static void ieee80211_TURBO_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_TURBO_Info()
146 static void enqueue_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb) in enqueue_mgmt()
164 static struct sk_buff *dequeue_mgmt(struct ieee80211_device *ieee) in dequeue_mgmt()
179 static void init_mgmt_queue(struct ieee80211_device *ieee) in init_mgmt_queue()
184 static u8 MgntQuery_MgntFrameTxRate(struct ieee80211_device *ieee) in MgntQuery_MgntFrameTxRate()
219 void ieee80211_sta_wakeup(struct ieee80211_device *ieee, short nl);
[all …]
Dieee80211_softmac_wx.c31 int ieee80211_wx_set_freq(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_freq()
88 int ieee80211_wx_get_freq(struct ieee80211_device *ieee, in ieee80211_wx_get_freq()
106 int ieee80211_wx_get_wap(struct ieee80211_device *ieee, in ieee80211_wx_get_wap()
135 int ieee80211_wx_set_wap(struct ieee80211_device *ieee, in ieee80211_wx_set_wap()
182 …int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,union iwreq_da… in ieee80211_wx_get_essid()
218 int ieee80211_wx_set_rate(struct ieee80211_device *ieee, in ieee80211_wx_set_rate()
231 int ieee80211_wx_get_rate(struct ieee80211_device *ieee, in ieee80211_wx_get_rate()
244 int ieee80211_wx_set_rts(struct ieee80211_device *ieee, in ieee80211_wx_set_rts()
261 int ieee80211_wx_get_rts(struct ieee80211_device *ieee, in ieee80211_wx_get_rts()
272 int ieee80211_wx_set_mode(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_mode()
[all …]
Ddot11d.h64 struct ieee80211_device *dev
69 struct ieee80211_device *dev
74 struct ieee80211_device *dev,
82 struct ieee80211_device *dev,
88 struct ieee80211_device *dev
92 struct ieee80211_device *dev,
97 struct ieee80211_device *dev,
Drtl819x_HTProc.c54 void HTUpdateDefaultSetting(struct ieee80211_device *ieee) in HTUpdateDefaultSetting()
222 static bool IsHTHalfNmode40Bandwidth(struct ieee80211_device *ieee) in IsHTHalfNmode40Bandwidth()
241 static bool IsHTHalfNmodeSGI(struct ieee80211_device *ieee, bool is40MHz) in IsHTHalfNmodeSGI()
268 u16 HTHalfMcsToDataRate(struct ieee80211_device *ieee, u8 nMcsRate) in HTHalfMcsToDataRate()
281 u16 HTMcsToDataRate(struct ieee80211_device *ieee, u8 nMcsRate) in HTMcsToDataRate()
300 u16 TxCountToDataRate(struct ieee80211_device *ieee, u8 nDataRate) in TxCountToDataRate()
347 bool IsHTHalfNmodeAPs(struct ieee80211_device *ieee) in IsHTHalfNmodeAPs()
379 static void HTIOTPeerDetermine(struct ieee80211_device *ieee) in HTIOTPeerDetermine()
416 static u8 HTIOTActIsDisableMCS14(struct ieee80211_device *ieee, u8 *PeerMacAddr) in HTIOTActIsDisableMCS14()
434 static bool HTIOTActIsDisableMCS15(struct ieee80211_device *ieee) in HTIOTActIsDisableMCS15()
[all …]
Drtl819x_BAProc.c16 static void ActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA, u16 Time) in ActivateBAEntry()
28 static void DeActivateBAEntry(struct ieee80211_device *ieee, PBA_RECORD pBA) in DeActivateBAEntry()
40 static u8 TxTsDeleteBA(struct ieee80211_device *ieee, PTX_TS_RECORD pTxTs) in TxTsDeleteBA()
70 static u8 RxTsDeleteBA(struct ieee80211_device *ieee, PRX_TS_RECORD pRxTs) in RxTsDeleteBA()
108 static struct sk_buff *ieee80211_ADDBA(struct ieee80211_device *ieee, u8 *Dst, PBA_RECORD pBA, u16 … in ieee80211_ADDBA()
188 struct ieee80211_device *ieee, in ieee80211_DELBA()
254 static void ieee80211_send_ADDBAReq(struct ieee80211_device *ieee, in ieee80211_send_ADDBAReq()
282 static void ieee80211_send_ADDBARsp(struct ieee80211_device *ieee, u8 *dst, in ieee80211_send_ADDBARsp()
310 static void ieee80211_send_DELBA(struct ieee80211_device *ieee, u8 *dst, in ieee80211_send_DELBA()
334 int ieee80211_rx_ADDBAReq(struct ieee80211_device *ieee, struct sk_buff *skb) in ieee80211_rx_ADDBAReq()
[all …]
Ddot11d.c5 void Dot11d_Init(struct ieee80211_device *ieee) in Dot11d_Init()
22 void Dot11d_Reset(struct ieee80211_device *ieee) in Dot11d_Reset()
51 void Dot11d_UpdateCountryIe(struct ieee80211_device *dev, u8 *pTaddr, in Dot11d_UpdateCountryIe()
101 u8 DOT11D_GetMaxTxPwrInDbm(struct ieee80211_device *dev, u8 Channel) in DOT11D_GetMaxTxPwrInDbm()
117 void DOT11D_ScanComplete(struct ieee80211_device *dev) in DOT11D_ScanComplete()
138 int IsLegalChannel(struct ieee80211_device *dev, u8 channel) in IsLegalChannel()
152 int ToLegalChannel(struct ieee80211_device *dev, u8 channel) in ToLegalChannel()
Dieee80211_module.c62 static inline int ieee80211_networks_allocate(struct ieee80211_device *ieee) in ieee80211_networks_allocate()
79 static inline void ieee80211_networks_free(struct ieee80211_device *ieee) in ieee80211_networks_free()
87 static inline void ieee80211_networks_initialize(struct ieee80211_device *ieee) in ieee80211_networks_initialize()
100 struct ieee80211_device *ieee; in alloc_ieee80211()
106 dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv); in alloc_ieee80211()
113 memset(ieee, 0, sizeof(struct ieee80211_device)+sizeof_priv); in alloc_ieee80211()
196 struct ieee80211_device *ieee = netdev_priv(dev); in free_ieee80211()
Drtl819x_TSProc.c28 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxPktPendingTimeout()
106 struct ieee80211_device *ieee = container_of(pTxTs, struct ieee80211_device, TxTsRecord[num]); in TsAddBaProcess()
141 void TSInitialize(struct ieee80211_device *ieee) in TSInitialize()
227 static void AdmitTS(struct ieee80211_device *ieee, in AdmitTS()
238 static PTS_COMMON_INFO SearchAdmitTRStream(struct ieee80211_device *ieee, in SearchAdmitTRStream()
338 struct ieee80211_device *ieee, in GetTs()
473 static void RemoveTsEntry(struct ieee80211_device *ieee, PTS_COMMON_INFO pTs, in RemoveTsEntry()
525 void RemovePeerTS(struct ieee80211_device *ieee, u8 *Addr) in RemovePeerTS()
572 void RemoveAllTS(struct ieee80211_device *ieee) in RemoveAllTS()
605 void TsStartAddBaProcess(struct ieee80211_device *ieee, PTX_TS_RECORD pTxTS) in TsStartAddBaProcess()
Dieee80211_crypt.c40 void ieee80211_crypt_deinit_entries(struct ieee80211_device *ieee, in ieee80211_crypt_deinit_entries()
63 struct ieee80211_device *ieee = (struct ieee80211_device *)data; in ieee80211_crypt_deinit_handler()
78 void ieee80211_crypt_delayed_deinit(struct ieee80211_device *ieee, in ieee80211_crypt_delayed_deinit()
Dieee80211_tx.c182 struct ieee80211_device *ieee, in ieee80211_encrypt_fragment()
307 static void ieee80211_tx_query_agg_cap(struct ieee80211_device *ieee, in ieee80211_tx_query_agg_cap()
382 static void ieee80211_qurey_ShortPreambleMode(struct ieee80211_device *ieee, in ieee80211_qurey_ShortPreambleMode()
397 ieee80211_query_HTCapShortGI(struct ieee80211_device *ieee, cb_desc *tcb_desc) in ieee80211_query_HTCapShortGI()
418 static void ieee80211_query_BandwidthMode(struct ieee80211_device *ieee, in ieee80211_query_BandwidthMode()
439 static void ieee80211_query_protectionmode(struct ieee80211_device *ieee, in ieee80211_query_protectionmode()
552 static void ieee80211_txrate_selectmode(struct ieee80211_device *ieee, in ieee80211_txrate_selectmode()
583 static void ieee80211_query_seqnum(struct ieee80211_device *ieee, in ieee80211_query_seqnum()
601 struct ieee80211_device *ieee = netdev_priv(dev); in ieee80211_xmit()
Dieee80211_crypt.h81 void ieee80211_crypt_deinit_entries(struct ieee80211_device *, int);
83 void ieee80211_crypt_delayed_deinit(struct ieee80211_device *ieee,
Dieee80211_wx.c54 static inline char *rtl819x_translate_scan(struct ieee80211_device *ieee, in rtl819x_translate_scan()
242 int ieee80211_wx_get_scan(struct ieee80211_device *ieee, in ieee80211_wx_get_scan()
290 int ieee80211_wx_set_encode(struct ieee80211_device *ieee, in ieee80211_wx_set_encode()
465 int ieee80211_wx_get_encode(struct ieee80211_device *ieee, in ieee80211_wx_get_encode()
508 int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee, in ieee80211_wx_set_encode_ext()
683 int ieee80211_wx_get_encode_ext(struct ieee80211_device *ieee, in ieee80211_wx_get_encode_ext()
739 int ieee80211_wx_set_mlme(struct ieee80211_device *ieee, in ieee80211_wx_set_mlme()
756 int ieee80211_wx_set_auth(struct ieee80211_device *ieee, in ieee80211_wx_set_auth()
819 int ieee80211_wx_set_gen_ie(struct ieee80211_device *ieee, u8 *ie, size_t len) in ieee80211_wx_set_gen_ie()
Dieee80211_rx.c47 static inline void ieee80211_monitor_rx(struct ieee80211_device *ieee, in ieee80211_monitor_rx()
67 ieee80211_frag_cache_find(struct ieee80211_device *ieee, unsigned int seq, in ieee80211_frag_cache_find()
97 ieee80211_frag_cache_get(struct ieee80211_device *ieee, in ieee80211_frag_cache_get()
166 static int ieee80211_frag_cache_invalidate(struct ieee80211_device *ieee, in ieee80211_frag_cache_invalidate()
213 ieee80211_rx_frame_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb, in ieee80211_rx_frame_mgmt()
297 static int ieee80211_is_eapol_frame(struct ieee80211_device *ieee, in ieee80211_is_eapol_frame()
339 ieee80211_rx_frame_decrypt(struct ieee80211_device *ieee, struct sk_buff *skb, in ieee80211_rx_frame_decrypt()
386 ieee80211_rx_frame_decrypt_msdu(struct ieee80211_device *ieee, struct sk_buff *skb, in ieee80211_rx_frame_decrypt_msdu()
419 static int is_duplicate_packet(struct ieee80211_device *ieee, in is_duplicate_packet()
545 void ieee80211_indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb **prxbIndicateA… in ieee80211_indicate_packets()
[all …]
/drivers/staging/rtl8192u/
Dr8192U_wx.c338 struct ieee80211_device *ieee = priv->ieee80211; in r8192_wx_set_scan()
525 struct ieee80211_device *ieee = priv->ieee80211; in r8192_wx_set_enc()
750 struct ieee80211_device *ieee = priv->ieee80211; in r8192_wx_set_enc_ext()
967 struct ieee80211_device *ieee = priv->ieee80211; in r8192_get_wireless_stats()
Dr8192U_core.c162 struct ieee80211_device *ieee = priv->ieee80211; in rtl819x_set_channel_map()
426 struct ieee80211_device *ieee = priv->ieee80211; in proc_get_stats_ap()
1773 struct ieee80211_device *ieee = priv->ieee80211; in rtl8192_link_change()
1806 struct ieee80211_device *ieee = priv->ieee80211; in rtl8192_update_beacon()
1971 struct ieee80211_device *ieee = priv->ieee80211; in rtl8192_update_ratr_table()
2015 struct ieee80211_device *ieee = priv->ieee80211; in GetNmodeSupportBySecCfg8192()
2046 struct ieee80211_device *ieee = priv->ieee80211; in GetHalfNmodeSupportByAPs819xUsb()
2058 struct ieee80211_device *ieee = priv->ieee80211; in rtl8192_refresh_supportrate()
3105 struct ieee80211_device *ieee = priv->ieee80211; in rtl819x_ifsilentreset()
3216 struct ieee80211_device *ieee = priv->ieee80211; in rtl819x_watchdog_wqcallback()
[all …]
Dr8192U.h890 struct ieee80211_device *ieee80211;
Dr8192U_dm.c3542 struct ieee80211_device *ieee = priv->ieee80211; in dm_check_txrateandretrycount()