Searched refs:mode (Results 1 – 9 of 9) sorted by relevance
/nrf_wifi-latest/doc/ |
D | low_api_wifi.rst | 1 Wi-Fi mode 4 The Wi-Fi mode is used for normal operation of the nRF70 Series device in, for example, STA mode or…
|
D | low_api_radio_test.rst | 1 Radio Test mode 4 The Radio Test mode is used for testing the RF performance of the nRF70 Series device, mainly to ch…
|
D | low_api_common.rst | 4 The common API is used for both normal operation and Radio Test mode.
|
/nrf_wifi-latest/fw_if/umac_if/src/common/ |
D | fmac_util.c | 58 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/ |
D | fmac_api.h | 1024 enum nrf_wifi_status nrf_wifi_check_mode_validity(unsigned char mode); 1063 unsigned char mode);
|
D | fmac_structs.h | 512 unsigned char mode; member
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_event.c | 39 vif->mode = mode_event->op_mode; in nrf_wifi_fmac_if_mode_set_event_proc()
|
D | fmac_api.c | 2087 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/ |
D | Doxyfile | 1348 # 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 …]
|