Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.h2558 extern s32 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled);
H A Dwl_android.c10030 int transition_disabled = *(command + strlen(CMD_TRANSITION_DISABLE) + 1) - '0'; in wl_handle_private_cmd() local
10031 bytes_written = wl_cfg80211_set_transition_mode(net, transition_disabled); in wl_handle_private_cmd()
H A Dwl_cfg80211.c24150 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled) argument
24153 int val = transition_disabled ? 0 : 1;
24161 transition_disabled ? "disabled" : "enabled"));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.h2622 extern s32 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled);
H A Dwl_android.c10118 int transition_disabled = *(command + strlen(CMD_TRANSITION_DISABLE) + 1) - '0'; in wl_handle_private_cmd() local
10119 bytes_written = wl_cfg80211_set_transition_mode(net, transition_disabled); in wl_handle_private_cmd()
H A Dwl_cfg80211.c24394 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled) argument
24397 int val = transition_disabled ? 0 : 1;
24405 transition_disabled ? "disabled" : "enabled"));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.h2622 extern s32 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled);
H A Dwl_android.c9712 int transition_disabled = *(command + strlen(CMD_TRANSITION_DISABLE) + 1) - '0'; in wl_handle_private_cmd() local
9713 bytes_written = wl_cfg80211_set_transition_mode(net, transition_disabled); in wl_handle_private_cmd()
H A Dwl_cfg80211.c24396 wl_cfg80211_set_transition_mode(struct net_device *ndev, u32 transition_disabled) argument
24399 int val = transition_disabled ? 0 : 1;
24407 transition_disabled ? "disabled" : "enabled"));