Lines Matching refs:os_strstr
3599 pos = os_strstr(cmd, " conf=sta-"); in dpp_configuration_parse_helper()
3608 pos = os_strstr(cmd, " conf=ap-"); in dpp_configuration_parse_helper()
3620 pos = os_strstr(cmd, " ssid="); in dpp_configuration_parse_helper()
3639 pos = os_strstr(cmd, " ssid_charset="); in dpp_configuration_parse_helper()
3649 pos = os_strstr(cmd, " pass="); in dpp_configuration_parse_helper()
3665 pos = os_strstr(cmd, " psk="); in dpp_configuration_parse_helper()
3673 pos = os_strstr(cmd, " group_id="); in dpp_configuration_parse_helper()
3687 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper()
3727 pos = os_strstr(cmd, " @CONF-OBJ-SEP@ "); in dpp_configuration_parse()
3782 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator()
3793 pos = os_strstr(cmd, " conn_status="); in dpp_set_configurator()
3799 pos = os_strstr(cmd, " akm_use_selector="); in dpp_set_configurator()
6097 if (os_strstr(cmd, "type=qrcode")) in dpp_bootstrap_gen()
6099 else if (os_strstr(cmd, "type=pkex")) in dpp_bootstrap_gen()
6101 else if (os_strstr(cmd, "type=nfc-uri")) in dpp_bootstrap_gen()