Lines Matching defs:mode

216  * struct hostapd_hw_modes - Supported hardware mode information
220 * mode - Hardware mode
222 enum hostapd_hw_mode mode;
667 * enum wps_mode - WPS mode
676 * WPS_MODE_OPEN - WPS provisioning with AP that is in open mode
691 * mode - Mode/band (HOSTAPD_MODE_IEEE80211A, ..)
693 enum hostapd_hw_mode mode;
818 * This can be %NULL, if ap_scan=2 mode is used and the driver is
934 * mode - Operation mode (infra/ibss) IEEE80211_MODE_*
936 int mode;
997 * wps - WPS mode
1013 * AP mode: 1 = enabled, 0 = disabled
1014 * STA mode: bits 0..3 UAPSD enabled for VO,VI,BK,BE
1019 * fixed_bssid - Whether to force this BSSID in IBSS mode
1026 * fixed_freq - Fix control channel in IBSS mode
1235 * AP mode and require the full Probe Response template.
1335 * not set (e.g., when 802.11g mode is not in use)
1340 * ht_opmode - HT operation mode or -1 if HT not in use
1375 * smps_mode - SMPS mode
1377 * SMPS mode to be used by the AP, specified as the relevant bits of
1542 /** Driver supports AP mode */
1583 /** Driver indicates support for Probe Response offloading in AP mode */
1585 /** Driver supports U-APSD in AP mode */
1587 /** Driver supports inactivity timer in AP mode */
1589 /** Driver expects user space implementation of MLME in AP mode */
1595 /** Driver supports IBSS (Ad-hoc) mode */
1603 /** Driver supports CSA in AP mode */
1637 /** Driver supports better BSS reporting with sched_scan in connected mode */
1704 * supports in AP mode
1859 * WPA_IF_STATION - Station mode interface
1864 * WPA_IF_AP_VLAN - AP mode VLAN interface
1872 * WPA_IF_AP_BSS - AP mode BSS interface
1979 /* enum smps_mode - SMPS mode definitions */
2135 /* Selected mode (HOSTAPD_MODE_*) */
2274 * pairwise key in station mode), ff:ff:ff:ff:ff:ff for
2718 * set_ap - Set Beacon and Probe Response information for AP mode
2720 * @params: Parameters to use in AP mode
2724 * AP mode. The driver is responsible for building the full Beacon
2739 * set_acl - Set ACL in AP mode
3206 * mode or while operating as an AP.)
3273 * Probe Request reporting at least in station mode. This command is
3280 * deinit_ap - Deinitialize AP mode
3284 * This optional function can be used to disable AP mode related
3286 * change the driver mode to station mode to allow normal station
3292 * deinit_p2p_cli - Deinitialize P2P client mode
3296 * This optional function can be used to disable P2P client mode. If the
3298 * to station mode.
3524 * mode when static WEP is used. If the driver uses user space MLME/SME
3764 * This optional function can be used to disable AP mode related
3766 * mode.
4188 * set_tdls_mode - Set TDLS trigger mode to the host driver
4191 * mode is enabled/disabled.
4194 * trigger control mode to the host driver.
4254 * set_4addr_mode - Set 4-address mode
4257 * @val: 0 - disable 4addr mode, 1 - enable 4addr mode
4304 * In AP mode, union wpa_event_data::disassoc_info is required.
4364 * for scan request (ap_scan=2 mode), this event is required for
4428 * In AP mode, union wpa_event_data::deauth_info is required.
4498 * in station mode. In AP mode, Probe Request frames should always be
4517 * When in AP mode with hostapd, this event is required to be used to
4560 * interface in its operation mode anymore. The most likely use for
4561 * this is to indicate that AP mode operation is not available due to
4565 * resource conflicts could also trigger this for station mode
4666 * EVENT_CONNECT_FAILED_REASON - Connection failure reason in AP mode
4670 * AP mode.
4801 * EVENT_STATION_OPMODE_CHANGED - Notify STA's HT/VHT operation mode
4960 * addr - Station address (for AP mode)
5056 * addr - Station address (for AP mode)
5087 * addr - Station address (for AP mode)
5592 * @vht_seg0_center_ch: VHT mode Segment0 center channel
5593 * @vht_seg1_center_ch: VHT mode Segment1 center channel
5633 * struct sta_opmode - Station's operation mode change event
5635 * @smps_mode: SMPS mode of the station
5743 int ht_supported(const struct hostapd_hw_modes *mode);
5744 int vht_supported(const struct hostapd_hw_modes *mode);