Searched defs:ieee (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c31 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) argument
60 libipw_channel_to_index(struct libipw_device *ieee, u8 channel) argument
82 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) argument
97 libipw_freq_to_channel(struct libipw_device * ieee, u32 freq) argument
121 libipw_set_geo(struct libipw_device *ieee, const struct libipw_geo *geo) argument
134 libipw_get_geo(struct libipw_device *ieee) argument
139 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) argument
158 libipw_get_channel(struct libipw_device *ieee, u8 channel) argument
[all...]
H A Dlibipw_module.c55 static int libipw_networks_allocate(struct libipw_device *ieee) argument
73 static inline void libipw_networks_free(struct libipw_device *ieee) argument
81 void libipw_networks_age(struct libipw_device *ieee, argument
96 libipw_networks_initialize(struct libipw_device *ieee) argument
109 struct libipw_device *ieee; local
192 struct libipw_device *ieee = netdev_priv(dev); local
[all...]
H A Dlibipw_wx.c45 static char *libipw_translate_scan(struct libipw_device *ieee, argument
250 libipw_wx_get_scan(struct libipw_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
296 libipw_wx_set_encode(struct libipw_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
462 libipw_wx_get_encode(struct libipw_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
502 libipw_wx_set_encodeext(struct libipw_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
665 libipw_wx_get_encodeext(struct libipw_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
[all...]
H A Dlibipw_tx.c138 static int libipw_encrypt_fragment(struct libipw_device *ieee, argument
243 struct libipw_device *ieee = netdev_priv(dev); local
[all...]
H A Dlibipw_rx.c35 static void libipw_monitor_rx(struct libipw_device *ieee, argument
85 static struct sk_buff *libipw_frag_cache_get(struct libipw_device *ieee, argument
52 libipw_frag_cache_find(struct libipw_device *ieee, unsigned int seq, unsigned int frag, u8 * src, u8 * dst) argument
136 libipw_frag_cache_invalidate(struct libipw_device *ieee, struct libipw_hdr_4addr *hdr) argument
166 libipw_rx_frame_mgmt(struct libipw_device *ieee, struct sk_buff *skb, struct libipw_rx_stats *rx_stats, u16 type, u16 stype) argument
227 libipw_is_eapol_frame(struct libipw_device *ieee, struct sk_buff *skb) argument
268 libipw_rx_frame_decrypt(struct libipw_device *ieee, struct sk_buff *skb, struct lib80211_crypt_data *crypt) argument
299 libipw_rx_frame_decrypt_msdu(struct libipw_device *ieee, struct sk_buff *skb, int keyidx, struct lib80211_crypt_data *crypt) argument
328 libipw_rx(struct libipw_device *ieee, struct sk_buff *skb, struct libipw_rx_stats *rx_stats) argument
832 libipw_rx_any(struct libipw_device *ieee, struct sk_buff *skb, struct libipw_rx_stats *stats) argument
1298 libipw_handle_assoc_resp(struct libipw_device *ieee, struct libipw_assoc_response *frame, struct libipw_rx_stats *stats) argument
1356 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) argument
1502 libipw_process_probe_response(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_rx_stats *stats) argument
1613 libipw_rx_mgt(struct libipw_device *ieee, struct libipw_hdr_4addr *header, struct libipw_rx_stats *stats) argument
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_module.c37 static inline int rtllib_networks_allocate(struct rtllib_device *ieee) argument
50 static inline void rtllib_networks_free(struct rtllib_device *ieee) argument
58 static inline void rtllib_networks_initialize(struct rtllib_device *ieee) argument
71 struct rtllib_device *ieee = NULL; local
153 struct rtllib_device *ieee = (struct rtllib_device *) local
[all...]
H A Drtllib_softmac_wx.c18 int rtllib_wx_set_freq(struct rtllib_device *ieee, struct iw_request_info *a, argument
61 int rtllib_wx_get_freq(struct rtllib_device *ieee, argument
76 rtllib_wx_get_wap(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
105 rtllib_wx_set_wap(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *awrq, char *extra) argument
157 rtllib_wx_get_essid(struct rtllib_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) argument
193 rtllib_wx_set_rate(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
204 rtllib_wx_get_rate(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
218 rtllib_wx_set_rts(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
234 rtllib_wx_get_rts(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
245 rtllib_wx_set_mode(struct rtllib_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) argument
292 struct rtllib_device *ieee = container_of(data, struct rtllib_device, wx_sync_scan_wq); local
361 rtllib_wx_set_scan(struct rtllib_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) argument
382 rtllib_wx_set_essid(struct rtllib_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *extra) argument
430 rtllib_wx_get_mode(struct rtllib_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) argument
438 rtllib_wx_get_name(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
449 rtllib_wx_set_power(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
501 rtllib_wx_get_power(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
[all...]
H A Drtl819x_BAProc.c20 static void deactivate_ba_entry(struct rtllib_device *ieee, struct ba_record *ba) argument
26 static u8 tx_ts_delete_ba(struct rtllib_device *ieee, struct tx_ts_record *ts) argument
44 static u8 rx_ts_delete_ba(struct rtllib_device *ieee, struct rx_ts_record *ts) argument
66 static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *dst, argument
126 rtllib_DELBA(struct rtllib_device *ieee, u8 *dst, struct ba_record *ba, enum tr_select tx_rx_select, u16 reason_code) argument
176 rtllib_send_add_ba_req(struct rtllib_device *ieee, u8 *dst, struct ba_record *ba) argument
189 rtllib_send_add_ba_rsp(struct rtllib_device *ieee, u8 *dst, struct ba_record *ba, u16 status_code) argument
201 rtllib_send_DELBA(struct rtllib_device *ieee, u8 *dst, struct ba_record *ba, enum tr_select tx_rx_select, u16 reason_code) argument
214 rtllib_rx_add_ba_req(struct rtllib_device *ieee, struct sk_buff *skb) argument
303 rtllib_rx_add_ba_rsp(struct rtllib_device *ieee, struct sk_buff *skb) argument
402 rtllib_rx_DELBA(struct rtllib_device *ieee, struct sk_buff *skb) argument
464 rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *ts, u8 policy, u8 overwrite_pending) argument
487 rtllib_ts_init_del_ba(struct rtllib_device *ieee, struct ts_common_info *ts_common_info, enum tr_select tx_rx_select) argument
525 struct rtllib_device *ieee = container_of(ts, struct rtllib_device, local
537 struct rtllib_device *ieee = container_of(ts, struct rtllib_device, local
[all...]
H A Drtllib_tx.c157 int rtllib_encrypt_fragment(struct rtllib_device *ieee, struct sk_buff *frag, argument
265 static void rtllib_tx_query_agg_cap(struct rtllib_device *ieee, argument
322 rtllib_query_ShortPreambleMode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
333 rtllib_query_HTCapShortGI(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
349 rtllib_query_BandwidthMode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
369 rtllib_query_protectionmode(struct rtllib_device *ieee, struct cb_desc *tcb_desc, struct sk_buff *skb) argument
453 rtllib_txrate_selectmode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
468 rtllib_query_seqnum(struct rtllib_device *ieee, struct sk_buff *skb, u8 *dst) argument
508 rtllib_current_rate(struct rtllib_device *ieee) argument
521 struct rtllib_device *ieee = (struct rtllib_device *) local
[all...]
H A Drtllib_wx.c26 static inline char *rtl819x_translate_scan(struct rtllib_device *ieee, argument
219 int rtllib_wx_get_scan(struct rtllib_device *ieee, argument
266 rtllib_wx_set_encode(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
423 rtllib_wx_get_encode(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
466 rtllib_wx_set_encode_ext(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
614 rtllib_wx_set_mlme(struct rtllib_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
661 rtllib_wx_set_auth(struct rtllib_device *ieee, struct iw_request_info *info, struct iw_param *data, char *extra) argument
714 rtllib_wx_set_gen_ie(struct rtllib_device *ieee, u8 *ie, size_t len) argument
[all...]
H A Drtl819x_TSProc.c14 struct rtllib_device *ieee = container_of(ts, struct rtllib_device, local
87 struct rtllib_device *ieee = container_of(ts, struct rtllib_device, local
120 rtllib_ts_init(struct rtllib_device *ieee) argument
172 SearchAdmitTRStream(struct rtllib_device *ieee, u8 *addr, u8 TID, enum tr_select tx_rx_select) argument
227 rtllib_get_ts(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *addr, u8 TID, enum tr_select tx_rx_select, bool bAddNewTs) argument
323 RemoveTsEntry(struct rtllib_device *ieee, struct ts_common_info *pTs, enum tr_select tx_rx_select) argument
363 remove_peer_ts(struct rtllib_device *ieee, u8 *addr) argument
405 remove_all_ts(struct rtllib_device *ieee) argument
434 TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS) argument
[all...]
H A Drtl819x_HTProc.c70 void ht_update_default_setting(struct rtllib_device *ieee) argument
86 static u16 ht_mcs_to_data_rate(struct rtllib_device *ieee, u8 mcs_rate) argument
97 u16 tx_count_to_data_rate(struct rtllib_device *ieee, u8 data_rate) argument
122 bool is_ht_half_nmode_aps(struct rtllib_device *ieee) argument
147 ht_iot_peer_determine(struct rtllib_device *ieee) argument
190 ht_iot_act_is_mgnt_use_cck_6m(struct rtllib_device *ieee, struct rtllib_network *network) argument
201 ht_iot_act_is_ccd_fsync(struct rtllib_device *ieee) argument
210 ht_iot_act_determine_ra_func(struct rtllib_device *ieee, bool bPeerRx2ss) argument
230 ht_construct_capability_element(struct rtllib_device *ieee, u8 *pos_ht_cap, u8 *len, u8 is_encrypt, bool assoc) argument
311 ht_construct_rt2rt_agg_element(struct rtllib_device *ieee, u8 *posRT2RTAgg, u8 *len) argument
333 ht_pick_mcs_rate(struct rtllib_device *ieee, u8 *pOperateMCS) argument
360 ht_get_highest_mcs_rate(struct rtllib_device *ieee, u8 *pMCSRateSet, u8 *pMCSFilter) argument
400 ht_filter_mcs_rate(struct rtllib_device *ieee, u8 *pSupportMCS, u8 *pOperateMCS) argument
424 ht_on_assoc_rsp(struct rtllib_device *ieee) argument
504 ht_initialize_ht_info(struct rtllib_device *ieee) argument
561 ht_reset_self_and_save_peer_setting(struct rtllib_device *ieee, struct rtllib_network *pNetwork) argument
611 HT_update_self_and_peer_setting(struct rtllib_device *ieee, struct rtllib_network *pNetwork) argument
625 ht_c_check(struct rtllib_device *ieee, u8 *pFrame) argument
636 ht_set_connect_bw_mode_callback(struct rtllib_device *ieee) argument
663 ht_set_connect_bw_mode(struct rtllib_device *ieee, enum ht_channel_width bandwidth, enum ht_extchnl_offset Offset) argument
[all...]
H A Drtllib_rx.c41 static inline void rtllib_monitor_rx(struct rtllib_device *ieee, argument
57 rtllib_frag_cache_find(struct rtllib_device *ieee, unsigned int seq, argument
86 rtllib_frag_cache_get(struct rtllib_device *ieee, argument
157 rtllib_frag_cache_invalidate(struct rtllib_device *ieee, struct ieee80211_hdr *hdr) argument
204 rtllib_rx_frame_mgmt(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, u16 type, u16 stype) argument
230 rtllib_is_eapol_frame(struct rtllib_device *ieee, struct sk_buff *skb, size_t hdrlen) argument
272 rtllib_rx_frame_decrypt(struct rtllib_device *ieee, struct sk_buff *skb, struct lib80211_crypt_data *crypt) argument
312 rtllib_rx_frame_decrypt_msdu(struct rtllib_device *ieee, struct sk_buff *skb, int keyidx, struct lib80211_crypt_data *crypt) argument
348 is_duplicate_packet(struct rtllib_device *ieee, struct ieee80211_hdr *header) argument
431 rtllib_indicate_packets(struct rtllib_device *ieee, struct rtllib_rxb **prxbIndicateArray, u8 index) argument
490 rtllib_flush_rx_ts_pending_pkts(struct rtllib_device *ieee, struct rx_ts_record *ts) argument
523 RxReorderIndicatePacket(struct rtllib_device *ieee, struct rtllib_rxb *prxb, struct rx_ts_record *ts, u16 SeqNum) argument
724 parse_subframe(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, struct rtllib_rxb *rxb, u8 *src, u8 *dst) argument
851 rtllib_rx_get_hdrlen(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
871 rtllib_rx_check_duplicate(struct rtllib_device *ieee, struct sk_buff *skb, u8 multicast) argument
910 rtllib_rx_extract_addr(struct rtllib_device *ieee, struct ieee80211_hdr *hdr, u8 *dst, u8 *src, u8 *bssid) argument
940 rtllib_rx_data_filter(struct rtllib_device *ieee, struct ieee80211_hdr *hdr, u8 *dst, u8 *src, u8 *bssid, u8 *addr2) argument
982 rtllib_rx_get_crypt(struct rtllib_device *ieee, struct sk_buff *skb, struct lib80211_crypt_data **crypt, size_t hdrlen) argument
1014 rtllib_rx_decrypt(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, struct lib80211_crypt_data *crypt, size_t hdrlen) argument
1143 rtllib_rx_check_leave_lps(struct rtllib_device *ieee, u8 unicast, u8 nr_subframes) argument
1158 rtllib_rx_indicate_pkt_legacy(struct rtllib_device *ieee, struct rtllib_rx_stats *rx_stats, struct rtllib_rxb *rxb, u8 *dst, u8 *src) argument
1226 rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
1386 rtllib_rx_Monitor(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
1418 rtllib_rx(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
1567 rtllib_parse_qos_info_param_IE(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network) argument
1661 rtllib_parse_mife_generic(struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u16 *tmp_htcap_len, u16 *tmp_htinfo_len) argument
1888 rtllib_parse_info_param(struct rtllib_device *ieee, struct rtllib_info_element *info_element, u16 length, struct rtllib_network *network, struct rtllib_rx_stats *stats) argument
2149 rtllib_network_init( struct rtllib_device *ieee, struct rtllib_probe_response *beacon, struct rtllib_network *network, struct rtllib_rx_stats *stats) argument
2249 update_network(struct rtllib_device *ieee, struct rtllib_network *dst, struct rtllib_network *src) argument
2385 rtllib_process_probe_response( struct rtllib_device *ieee, struct rtllib_probe_response *beacon, struct rtllib_rx_stats *stats) argument
2543 rtllib_rx_mgt(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *stats) argument
[all...]
H A Drtllib_softmac.c33 static unsigned int rtllib_MFIE_rate_len(struct rtllib_device *ieee) argument
47 static void rtllib_mfie_brate(struct rtllib_device *ieee, u8 **tag_p) argument
64 static void rtllib_mfie_grate(struct rtllib_device *ieee, u8 **tag_p) argument
85 static void rtllib_wmm_info(struct rtllib_device *ieee, u8 **tag_p) argument
101 static void rtllib_turbo_info(struct rtllib_device *ieee, u8 **tag_p) argument
119 static void enqueue_mgmt(struct rtllib_device *ieee, struct sk_buff *skb) argument
135 init_mgmt_queue(struct rtllib_device *ieee) argument
141 mgnt_query_tx_rate_exclude_cck_rates(struct rtllib_device *ieee) argument
166 mgnt_query_mgnt_frame_tx_rate(struct rtllib_device *ieee) argument
182 softmac_mgmt_xmit(struct sk_buff *skb, struct rtllib_device *ieee) argument
259 softmac_ps_mgmt_xmit(struct sk_buff *skb, struct rtllib_device *ieee) argument
310 rtllib_probe_req(struct rtllib_device *ieee) argument
354 struct rtllib_device *ieee = netdev_priv_rsl(dev); local
366 struct rtllib_device *ieee = netdev_priv_rsl(dev); local
373 rtllib_send_probe(struct rtllib_device *ieee) argument
384 rtllib_send_probe_requests(struct rtllib_device *ieee) argument
395 rtllib_softmac_scan_syncro(struct rtllib_device *ieee) argument
461 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
514 rtllib_softmac_stop_scan(struct rtllib_device *ieee) argument
528 rtllib_stop_scan(struct rtllib_device *ieee) argument
535 rtllib_stop_scan_syncro(struct rtllib_device *ieee) argument
542 rtllib_act_scanning(struct rtllib_device *ieee, bool sync_scan) argument
556 rtllib_start_scan(struct rtllib_device *ieee) argument
570 rtllib_start_scan_syncro(struct rtllib_device *ieee) argument
579 rtllib_authentication_req(struct rtllib_network *beacon, struct rtllib_device *ieee, int challengelen, u8 *daddr) argument
620 rtllib_null_func(struct rtllib_device *ieee, short pwr) argument
644 rtllib_pspoll_func(struct rtllib_device *ieee) argument
667 sec_is_in_pmkid_list(struct rtllib_device *ieee, u8 *bssid) argument
684 rtllib_association_req(struct rtllib_network *beacon, struct rtllib_device *ieee) argument
929 rtllib_associate_abort(struct rtllib_device *ieee) argument
966 rtllib_associate_step1(struct rtllib_device *ieee, u8 *daddr) argument
990 rtllib_auth_challenge(struct rtllib_device *ieee, u8 *challenge, int chlen) argument
1022 rtllib_associate_step2(struct rtllib_device *ieee) argument
1043 struct rtllib_device *ieee = (struct rtllib_device *) local
1086 rtllib_sta_send_associnfo(struct rtllib_device *ieee) argument
1090 rtllib_associate_complete(struct rtllib_device *ieee) argument
1102 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
1123 rtllib_softmac_new_net(struct rtllib_device *ieee, struct rtllib_network *net) argument
1246 rtllib_softmac_check_all_nets(struct rtllib_device *ieee) argument
1300 assoc_parse(struct rtllib_device *ieee, struct sk_buff *skb, int *aid) argument
1329 rtllib_sta_ps_send_null_frame(struct rtllib_device *ieee, short pwr) argument
1338 rtllib_sta_ps_send_pspoll_frame(struct rtllib_device *ieee) argument
1346 rtllib_sta_ps_sleep(struct rtllib_device *ieee, u64 *time) argument
1426 struct rtllib_device *ieee; local
1476 rtllib_sta_wakeup(struct rtllib_device *ieee, short nl) argument
1511 rtllib_ps_tx_ack(struct rtllib_device *ieee, short success) argument
1542 rtllib_process_action(struct rtllib_device *ieee, struct sk_buff *skb) argument
1570 rtllib_rx_assoc_resp(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
1644 rtllib_rx_auth_resp(struct rtllib_device *ieee, struct sk_buff *skb) argument
1698 rtllib_rx_auth(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats) argument
1713 rtllib_rx_deauth(struct rtllib_device *ieee, struct sk_buff *skb) argument
1744 rtllib_rx_frame_softmac(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, u16 type, u16 stype) argument
1799 rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) argument
1846 rtllib_reset_queue(struct rtllib_device *ieee) argument
1861 rtllib_stop_all_queues(struct rtllib_device *ieee) argument
1871 rtllib_wake_all_queues(struct rtllib_device *ieee) argument
1877 rtllib_start_bss(struct rtllib_device *ieee) argument
1904 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
1910 rtllib_disassociate(struct rtllib_device *ieee) argument
1927 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
1967 rtllib_softmac_stop_protocol(struct rtllib_device *ieee) argument
1976 rtllib_stop_protocol(struct rtllib_device *ieee) argument
2012 rtllib_softmac_start_protocol(struct rtllib_device *ieee) argument
2020 rtllib_start_protocol(struct rtllib_device *ieee) argument
2061 rtllib_softmac_init(struct rtllib_device *ieee) argument
2129 rtllib_softmac_free(struct rtllib_device *ieee) argument
2146 rtllib_disauth_skb(struct rtllib_network *beacon, struct rtllib_device *ieee, u16 rsn) argument
2172 rtllib_disassociate_skb(struct rtllib_network *beacon, struct rtllib_device *ieee, u16 rsn) argument
2198 send_disassociation(struct rtllib_device *ieee, bool deauth, u16 rsn) argument
2212 rtllib_ap_sec_type(struct rtllib_device *ieee) argument
2291 notify_wx_assoc_event(struct rtllib_device *ieee) argument
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c28 struct rtllib_device *ieee = priv->rtllib; local
50 struct rtllib_device *ieee = priv->rtllib; local
[all...]
H A Drtl_ps.c34 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
59 struct rtllib_device *ieee = container_of_dwork_rsl(data, local
144 struct rtllib_device *ieee = container_of(data, struct rtllib_device, ips_leave_wq); local
H A Drtl_wx.c235 struct rtllib_device *ieee = priv->rtllib; local
503 struct rtllib_device *ieee = priv->rtllib; local
656 struct rtllib_device *ieee = priv->rtllib; local
784 struct rtllib_device *ieee = priv->rtllib; local
837 struct rtllib_device *ieee = priv->rtllib; local
[all...]
H A Dr8192E_phy.c538 struct rtllib_device *ieee = priv->rtllib; local
H A Drtl_dm.c1857 struct rtllib_device *ieee = priv->rtllib; local
H A Drtl_core.c117 struct rtllib_device *ieee = priv->rtllib; local
284 struct rtllib_device *ieee = priv->rtllib; local
513 struct rtllib_device *ieee = priv->rtllib; local
940 struct rtllib_device *ieee = priv->rtllib; local
1567 struct rtllib_device *ieee = priv->rtllib; local
[all...]
H A Dr8192E_dev.c676 struct rtllib_device *ieee = priv->rtllib; local
1718 struct rtllib_device *ieee = priv->rtllib; local
1904 struct rtllib_device *ieee = priv->rtllib; local
1918 struct rtllib_device *ieee = priv->rtllib; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c83 static bool qed_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
95 static bool qed_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
108 static bool qed_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
120 static bool qed_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
132 static bool qed_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
221 qed_dcbx_get_app_protocol_type(struct qed_hwfn *p_hwfn, u32 app_prio_bitmap, u16 id, enum dcbx_protocol_type *type, bool ieee) argument
256 bool enable, ieee, eth_tlv; local
455 qed_dcbx_get_app_data(struct qed_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct dcbx_app_priority_entry *p_tbl, struct qed_dcbx_params *p_params, bool ieee) argument
593 qed_dcbx_get_common_params(struct qed_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct dcbx_app_priority_entry *p_tbl, struct dcbx_ets_feature *p_ets, u32 pfc, struct qed_dcbx_params *p_params, bool ieee) argument
1095 qed_dcbx_set_app_data(struct qed_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct qed_dcbx_params *p_params, bool ieee) argument
1171 bool ieee = false; local
[all...]
/linux-master/net/dcb/
H A Ddcbnl.c1142 struct nlattr *ieee, *app, *rewr; local
1564 struct nlattr *ieee[DCB_ATTR_IEEE_MAX + 1]; local
1711 struct nlattr *ieee[DCB_ATTR_IEEE_MAX + 1]; local
[all...]
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c1224 ath5k_hw_rf5111_chan2athchan(unsigned int ieee, argument
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h21 u8 ieee; /* MAC header: IWL_RATE_6M_IEEE, etc. */ member in struct:iwl_rate_info

Completed in 200 milliseconds

12