Home
last modified time | relevance | path

Searched refs:CMD_SAE_PWE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c434 #define CMD_SAE_PWE "SAE_PWE" macro
9715 else if (strnicmp(command, CMD_SAE_PWE, strlen(CMD_SAE_PWE)) == 0) { in wl_handle_private_cmd()
9716 u8 sae_pwe = *(command + strlen(CMD_SAE_PWE) + 1) - '0'; in wl_handle_private_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c453 #define CMD_SAE_PWE "SAE_PWE" macro
10121 else if (strnicmp(command, CMD_SAE_PWE, strlen(CMD_SAE_PWE)) == 0) { in wl_handle_private_cmd()
10122 u8 sae_pwe = *(command + strlen(CMD_SAE_PWE) + 1) - '0'; in wl_handle_private_cmd()