Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 9 of 9) sorted by relevance

/nrf_wifi-latest/doc/
Dlow_api_wifi.rst1 Wi-Fi mode
4 The Wi-Fi mode is used for normal operation of the nRF70 Series device in, for example, STA mode or…
Dlow_api_radio_test.rst1 Radio Test mode
4 The Radio Test mode is used for testing the RF performance of the nRF70 Series device, mainly to ch…
Dlow_api_common.rst4 The common API is used for both normal operation and Radio Test mode.
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_util.c58 enum nrf_wifi_status nrf_wifi_check_mode_validity(unsigned char mode) in nrf_wifi_check_mode_validity() argument
64 if ((mode ^ NRF_WIFI_STA_MODE) == 0) { in nrf_wifi_check_mode_validity()
68 else if ((mode ^ NRF_WIFI_MONITOR_MODE) == 0) { in nrf_wifi_check_mode_validity()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_api.h1024 enum nrf_wifi_status nrf_wifi_check_mode_validity(unsigned char mode);
1063 unsigned char mode);
Dfmac_structs.h512 unsigned char mode; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c39 vif->mode = mode_event->op_mode; in nrf_wifi_fmac_if_mode_set_event_proc()
Dfmac_api.c2087 vif_ctx->mode = NRF_WIFI_STA_MODE; in nrf_wifi_sys_fmac_add_vif()
3650 unsigned char mode) in nrf_wifi_sys_fmac_set_mode() argument
3685 umac_cmd_data->op_mode = mode; in nrf_wifi_sys_fmac_set_mode()
/nrf_wifi-latest/
DDoxyfile1348 # Possible values are: LIGHT always generates light mode output, DARK always
1349 # generates dark mode output, AUTO_LIGHT automatically sets the mode according
1350 # to the user preference, uses light mode if no preference is set (the default),
1351 # AUTO_DARK automatically sets the mode according to the user preference, uses
1352 # dark mode if no preference is set and TOGGLE allows a user to switch between
1353 # light and dark mode via a button.
1505 # in maintenance mode). You can download the HTML help workshop from the web
2071 # mode nothing is printed on the terminal, errors are scrolled as if <return> is
2074 # NON_STOP In nonstop mode the diagnostic message will appear on the terminal,
2075 # but there is no possibility of user interaction just like in batch mode,
[all …]