Home
last modified time | relevance | path

Searched refs:frame_control (Results 1 – 25 of 1087) sorted by relevance

12345678910>>...44

/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DFrameControl.c520 if (new->frame_control.start_value < new->frame_control.min_value) in SetValues()
523 new->frame_control.start_value = new->frame_control.min_value; in SetValues()
526 if (new->frame_control.min_value > new->frame_control.stop_value) in SetValues()
538 if (new->frame_control.next_value < new->frame_control.min_value) in SetValues()
556 new->frame_control.stop_value =new->frame_control.min_value; in SetValues()
595 if (new->frame_control.stop_value > new->frame_control.max_value) in SetValues()
598 new->frame_control.stop_value = new->frame_control.max_value; in SetValues()
1133 if( fc->frame_control.start_value > fc->frame_control.next_value ) in ChangeSlideBarValue()
1135 fc->frame_control.next_value = fc->frame_control.start_value; in ChangeSlideBarValue()
1177 if( fc->frame_control.stop_value < fc->frame_control.next_value ) in ChangeSlideBarValue()
[all …]
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/tcpedit/plugins/dlt_ieee80211/
H A Dieee80211_hdr.c39 uint16_t *frame_control, fc; in ieee80211_is_data() local
69 frame_control = (uint16_t *)packet; in ieee80211_is_data()
70 fc = ntohs(*frame_control); in ieee80211_is_data()
120 uint16_t *frame_control, fc; in ieee80211_is_encrypted() local
128 frame_control = (uint16_t *)packet; in ieee80211_is_encrypted()
129 fc = ntohs(*frame_control); in ieee80211_is_encrypted()
146 uint16_t *frame_control, fc; in ieee80211_get_src() local
149 frame_control = (uint16_t *)header; in ieee80211_get_src()
150 fc = ntohs(*frame_control); in ieee80211_get_src()
174 uint16_t *frame_control, fc; in ieee80211_get_dst() local
[all …]
H A Dieee80211_types.h33 u_int16_t frame_control; member
67 u_int16_t frame_control; member
77 #define ieee80211_USE_4(frame_control) \ argument
78 (frame_control & (ieee80211_FC_TO_DS_MASK + ieee80211_FC_FROM_DS_MASK)) == \
/dports/multimedia/libv4l/linux-5.13-rc2/net/mac80211/
H A Dmesh_ps.c35 nullfunc->frame_control = fc; in mps_qos_null_get()
193 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
198 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
209 if (!ieee80211_is_data_qos(hdr->frame_control)) in ieee80211_mps_set_frame_flags()
289 if (ieee80211_has_pm(hdr->frame_control)) { in mps_set_sta_peer_pm()
314 if (ieee80211_has_pm(hdr->frame_control)) in mps_set_sta_nonpeer_pm()
340 ieee80211_is_data_qos(hdr->frame_control)) { in ieee80211_mps_rx_h_sta_process()
376 nullfunc->frame_control |= in mpsp_trigger_send()
420 if (ieee80211_is_data_qos(hdr->frame_control)) in mpsp_qos_null_append()
507 hdr->frame_control |= in mps_frame_deliver()
[all …]
H A Dwpa.c44 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_h_michael_mic_add()
150 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_rx_h_michael_mic_verify()
274 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_tkip_decrypt()
328 mask_fc = hdr->frame_control; in ccmp_special_blocks()
586 mask_fc = hdr->frame_control; in gcmp_special_blocks()
589 if (!ieee80211_is_mgmt(hdr->frame_control)) in gcmp_special_blocks()
605 if (ieee80211_has_a4(hdr->frame_control)) { in gcmp_special_blocks()
855 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_cs_decrypt()
902 mask_fc = hdr->frame_control; in bip_aad()
1033 if (!ieee80211_is_mgmt(hdr->frame_control)) in ieee80211_crypto_aes_cmac_decrypt()
[all …]
H A Drx.c55 fc = hdr->frame_control; in ieee80211_clean_skb()
99 if (ieee80211_is_ctl(hdr->frame_control) && in should_drop_frame()
995 fc = hdr->frame_control; in ieee80211_get_keyid()
1899 if (ieee80211_is_ext(hdr->frame_control)) in ieee80211_rx_h_decrypt()
1932 fc = hdr->frame_control; in ieee80211_rx_h_decrypt()
2181 if (((hdr->frame_control ^ f_hdr->frame_control) & in ieee80211_reassemble_find()
2208 fc = hdr->frame_control; in ieee80211_rx_h_defragment()
2398 __le16 fc = hdr->frame_control; in ieee80211_drop_unencrypted_mgmt()
2647 __le16 fc = hdr->frame_control; in __ieee80211_rx_h_amsdu()
2706 __le16 fc = hdr->frame_control; in ieee80211_rx_h_amsdu()
[all …]
H A Dwep.c73 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_wep_add_iv()
78 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_add_iv()
99 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_remove_iv()
203 if (!ieee80211_has_protected(hdr->frame_control)) in ieee80211_wep_decrypt()
206 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_decrypt()
246 __le16 fc = hdr->frame_control; in ieee80211_crypto_wep_decrypt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mac80211/
H A Dmesh_ps.c35 nullfunc->frame_control = fc; in mps_qos_null_get()
193 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
198 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
209 if (!ieee80211_is_data_qos(hdr->frame_control)) in ieee80211_mps_set_frame_flags()
289 if (ieee80211_has_pm(hdr->frame_control)) { in mps_set_sta_peer_pm()
314 if (ieee80211_has_pm(hdr->frame_control)) in mps_set_sta_nonpeer_pm()
340 ieee80211_is_data_qos(hdr->frame_control)) { in ieee80211_mps_rx_h_sta_process()
376 nullfunc->frame_control |= in mpsp_trigger_send()
420 if (ieee80211_is_data_qos(hdr->frame_control)) in mpsp_qos_null_append()
507 hdr->frame_control |= in mps_frame_deliver()
[all …]
H A Dwpa.c44 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_h_michael_mic_add()
150 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_rx_h_michael_mic_verify()
274 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_tkip_decrypt()
328 mask_fc = hdr->frame_control; in ccmp_special_blocks()
586 mask_fc = hdr->frame_control; in gcmp_special_blocks()
589 if (!ieee80211_is_mgmt(hdr->frame_control)) in gcmp_special_blocks()
605 if (ieee80211_has_a4(hdr->frame_control)) { in gcmp_special_blocks()
855 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_cs_decrypt()
902 mask_fc = hdr->frame_control; in bip_aad()
1033 if (!ieee80211_is_mgmt(hdr->frame_control)) in ieee80211_crypto_aes_cmac_decrypt()
[all …]
H A Drx.c55 fc = hdr->frame_control; in ieee80211_clean_skb()
99 if (ieee80211_is_ctl(hdr->frame_control) && in should_drop_frame()
995 fc = hdr->frame_control; in ieee80211_get_keyid()
1899 if (ieee80211_is_ext(hdr->frame_control)) in ieee80211_rx_h_decrypt()
1932 fc = hdr->frame_control; in ieee80211_rx_h_decrypt()
2181 if (((hdr->frame_control ^ f_hdr->frame_control) & in ieee80211_reassemble_find()
2208 fc = hdr->frame_control; in ieee80211_rx_h_defragment()
2398 __le16 fc = hdr->frame_control; in ieee80211_drop_unencrypted_mgmt()
2647 __le16 fc = hdr->frame_control; in __ieee80211_rx_h_amsdu()
2706 __le16 fc = hdr->frame_control; in ieee80211_rx_h_amsdu()
[all …]
H A Dwep.c73 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_wep_add_iv()
78 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_add_iv()
99 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_remove_iv()
203 if (!ieee80211_has_protected(hdr->frame_control)) in ieee80211_wep_decrypt()
206 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_wep_decrypt()
246 __le16 fc = hdr->frame_control; in ieee80211_crypto_wep_decrypt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mac80211/
H A Dmesh_ps.c35 nullfunc->frame_control = fc; in mps_qos_null_get()
193 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
198 ieee80211_is_data_qos(hdr->frame_control) && in ieee80211_mps_set_frame_flags()
209 if (!ieee80211_is_data_qos(hdr->frame_control)) in ieee80211_mps_set_frame_flags()
289 if (ieee80211_has_pm(hdr->frame_control)) { in mps_set_sta_peer_pm()
314 if (ieee80211_has_pm(hdr->frame_control)) in mps_set_sta_nonpeer_pm()
340 ieee80211_is_data_qos(hdr->frame_control)) { in ieee80211_mps_rx_h_sta_process()
376 nullfunc->frame_control |= in mpsp_trigger_send()
420 if (ieee80211_is_data_qos(hdr->frame_control)) in mpsp_qos_null_append()
507 hdr->frame_control |= in mps_frame_deliver()
[all …]
H A Dwpa.c44 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_h_michael_mic_add()
150 hdrlen = ieee80211_hdrlen(hdr->frame_control); in ieee80211_rx_h_michael_mic_verify()
274 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_tkip_decrypt()
328 mask_fc = hdr->frame_control; in ccmp_special_blocks()
586 mask_fc = hdr->frame_control; in gcmp_special_blocks()
589 if (!ieee80211_is_mgmt(hdr->frame_control)) in gcmp_special_blocks()
605 if (ieee80211_has_a4(hdr->frame_control)) { in gcmp_special_blocks()
855 if (!ieee80211_is_data(hdr->frame_control)) in ieee80211_crypto_cs_decrypt()
902 mask_fc = hdr->frame_control; in bip_aad()
1033 if (!ieee80211_is_mgmt(hdr->frame_control)) in ieee80211_crypto_aes_cmac_decrypt()
[all …]
H A Drx.c55 fc = hdr->frame_control; in ieee80211_clean_skb()
99 if (ieee80211_is_ctl(hdr->frame_control) && in should_drop_frame()
995 fc = hdr->frame_control; in ieee80211_get_keyid()
1899 if (ieee80211_is_ext(hdr->frame_control)) in ieee80211_rx_h_decrypt()
1932 fc = hdr->frame_control; in ieee80211_rx_h_decrypt()
2181 if (((hdr->frame_control ^ f_hdr->frame_control) & in ieee80211_reassemble_find()
2208 fc = hdr->frame_control; in ieee80211_rx_h_defragment()
2398 __le16 fc = hdr->frame_control; in ieee80211_drop_unencrypted_mgmt()
2647 __le16 fc = hdr->frame_control; in __ieee80211_rx_h_amsdu()
2706 __le16 fc = hdr->frame_control; in ieee80211_rx_h_amsdu()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/png-0.12.0/src/
H A Dcommon.rs136 pub frame_control: Option<FrameControl>, field
151 frame_control: None, in default()
165 self.frame_control.is_some() && self.animation_control.is_some() in is_animated()
174 pub fn frame_control(&self) -> Option<&FrameControl> { in frame_control() method
175 self.frame_control.as_ref() in frame_control()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c34 fc = le16_to_cpu(hdr->frame_control); in hostap_dump_tx_80211()
210 hdr.frame_control = cpu_to_le16(fc); in hostap_data_start_xmit()
298 fc = le16_to_cpu(hdr->frame_control); in hostap_mgmt_start_xmit()
299 if (ieee80211_is_data(hdr->frame_control) && in hostap_mgmt_start_xmit()
359 hdr_len = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_tx_encrypt()
437 fc = le16_to_cpu(hdr->frame_control); in hostap_master_start_xmit()
443 ieee80211_is_data(hdr->frame_control) && in hostap_master_start_xmit()
478 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
481 if (!ieee80211_is_data(hdr->frame_control)) { in hostap_master_start_xmit()
502 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c34 fc = le16_to_cpu(hdr->frame_control); in hostap_dump_tx_80211()
210 hdr.frame_control = cpu_to_le16(fc); in hostap_data_start_xmit()
298 fc = le16_to_cpu(hdr->frame_control); in hostap_mgmt_start_xmit()
299 if (ieee80211_is_data(hdr->frame_control) && in hostap_mgmt_start_xmit()
359 hdr_len = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_tx_encrypt()
437 fc = le16_to_cpu(hdr->frame_control); in hostap_master_start_xmit()
443 ieee80211_is_data(hdr->frame_control) && in hostap_master_start_xmit()
478 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
481 if (!ieee80211_is_data(hdr->frame_control)) { in hostap_master_start_xmit()
502 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c34 fc = le16_to_cpu(hdr->frame_control); in hostap_dump_tx_80211()
210 hdr.frame_control = cpu_to_le16(fc); in hostap_data_start_xmit()
298 fc = le16_to_cpu(hdr->frame_control); in hostap_mgmt_start_xmit()
299 if (ieee80211_is_data(hdr->frame_control) && in hostap_mgmt_start_xmit()
359 hdr_len = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_tx_encrypt()
437 fc = le16_to_cpu(hdr->frame_control); in hostap_master_start_xmit()
443 ieee80211_is_data(hdr->frame_control) && in hostap_master_start_xmit()
478 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
481 if (!ieee80211_is_data(hdr->frame_control)) { in hostap_master_start_xmit()
502 hdr->frame_control = cpu_to_le16(fc); in hostap_master_start_xmit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c252 fc = __le16_to_cpu(hdr->frame_control); in wcn36xx_rx_skb()
292 if (ieee80211_is_beacon(hdr->frame_control)) { in wcn36xx_rx_skb()
351 if (WARN_ON(!ieee80211_is_data_qos(hdr->frame_control))) in wcn36xx_tx_start_ampdu()
384 bool is_data_qos = ieee80211_is_data_qos(hdr->frame_control); in wcn36xx_set_tx_data()
425 if (ieee80211_is_any_nullfunc(hdr->frame_control)) { in wcn36xx_set_tx_data()
460 if (ieee80211_is_mgmt(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
464 else if (ieee80211_is_ctl(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
474 ieee80211_is_probe_req(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
488 ieee80211_is_data_qos(hdr->frame_control) ? in wcn36xx_set_tx_mgmt()
502 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c252 fc = __le16_to_cpu(hdr->frame_control); in wcn36xx_rx_skb()
292 if (ieee80211_is_beacon(hdr->frame_control)) { in wcn36xx_rx_skb()
351 if (WARN_ON(!ieee80211_is_data_qos(hdr->frame_control))) in wcn36xx_tx_start_ampdu()
384 bool is_data_qos = ieee80211_is_data_qos(hdr->frame_control); in wcn36xx_set_tx_data()
425 if (ieee80211_is_any_nullfunc(hdr->frame_control)) { in wcn36xx_set_tx_data()
460 if (ieee80211_is_mgmt(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
464 else if (ieee80211_is_ctl(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
474 ieee80211_is_probe_req(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
488 ieee80211_is_data_qos(hdr->frame_control) ? in wcn36xx_set_tx_mgmt()
502 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c252 fc = __le16_to_cpu(hdr->frame_control); in wcn36xx_rx_skb()
292 if (ieee80211_is_beacon(hdr->frame_control)) { in wcn36xx_rx_skb()
351 if (WARN_ON(!ieee80211_is_data_qos(hdr->frame_control))) in wcn36xx_tx_start_ampdu()
384 bool is_data_qos = ieee80211_is_data_qos(hdr->frame_control); in wcn36xx_set_tx_data()
425 if (ieee80211_is_any_nullfunc(hdr->frame_control)) { in wcn36xx_set_tx_data()
460 if (ieee80211_is_mgmt(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
464 else if (ieee80211_is_ctl(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
474 ieee80211_is_probe_req(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
488 ieee80211_is_data_qos(hdr->frame_control) ? in wcn36xx_set_tx_mgmt()
502 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h23 __le16 fc = hdr->frame_control; in iwl_trace_data()
66 if (!ieee80211_is_data(hdr->frame_control)) in iwl_rx_trace_len()
70 ieee80211_hdrlen(hdr->frame_control); in iwl_rx_trace_len()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h23 __le16 fc = hdr->frame_control; in iwl_trace_data()
66 if (!ieee80211_is_data(hdr->frame_control)) in iwl_rx_trace_len()
70 ieee80211_hdrlen(hdr->frame_control); in iwl_rx_trace_len()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h23 __le16 fc = hdr->frame_control; in iwl_trace_data()
66 if (!ieee80211_is_data(hdr->frame_control)) in iwl_rx_trace_len()
70 ieee80211_hdrlen(hdr->frame_control); in iwl_rx_trace_len()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/png-0.14.1/src/
H A Dcommon.rs153 pub frame_control: Option<FrameControl>, field
170 frame_control: None, in default()
188 self.frame_control.is_some() && self.animation_control.is_some() in is_animated()
197 pub fn frame_control(&self) -> Option<&FrameControl> { in frame_control() method
198 self.frame_control.as_ref() in frame_control()

12345678910>>...44