Home
last modified time | relevance | path

Searched refs:IBSS_ENABLED (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h53 #define IBSS_ENABLED 0x20000000 /**< Flag to enable IBSS mode */ macro
227 …WHD_SECURITY_IBSS_OPEN = (IBSS_ENABLED), …
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_utils.c821 if (security & IBSS_ENABLED) in whd_convert_security_type_to_string()
Dwhd_wifi_api.c1298 …CHECK_RETURN(whd_wifi_set_ioctl_value(ifp, WLC_SET_INFRA, ( (auth_type & IBSS_ENABLED) == 0 ) ? 1 … in whd_wifi_prepare_join()
1559 security |= IBSS_ENABLED; in whd_wifi_join_specific()