Searched refs:no_cck (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Doffchannel.h22 int no_cck);
H A Doffchannel.c224 * @no_cck: Whether CCK rates are to be disallowed for TX rate selection
242 int no_cck)
270 wpa_s->pending_action_no_cck = no_cck;
233 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) argument
H A Ddriver_i.h372 int no_cck)
377 data, data_len, no_cck);
366 wpa_drv_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
H A Dctrl_iface.c7329 int freq = 0, no_cck = 0, wait_time = 0; local
7331 /* <DA> <BSSID> [freq=<MHz>] [wait_time=<ms>] [no_cck=1]
7354 param = os_strstr(pos, " no_cck=");
7357 no_cck = atoi(param);
7387 wpas_ctrl_iface_mgmt_tx_cb, no_cck);
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm_scan.c204 iwm_mvm_scan_rate_n_flags(struct iwm_softc *sc, int flags, int no_cck) argument
219 if ((flags & IEEE80211_CHAN_2GHZ) && !no_cck)
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver.h2545 @ @no_cck: Whether CCK rates must not be used to transmit this frame
2563 const u8 *data, size_t data_len, int no_cck);

Completed in 161 milliseconds