Lines Matching refs:os_strstr
1015 pos = os_strstr(cmd, " conf=sta-"); in dpp_configuration_parse_helper()
1024 pos = os_strstr(cmd, " conf=ap-"); in dpp_configuration_parse_helper()
1033 pos = os_strstr(cmd, " conf=configurator"); in dpp_configuration_parse_helper()
1040 pos = os_strstr(cmd, " ssid="); in dpp_configuration_parse_helper()
1059 pos = os_strstr(cmd, " ssid_charset="); in dpp_configuration_parse_helper()
1069 pos = os_strstr(cmd, " pass="); in dpp_configuration_parse_helper()
1085 pos = os_strstr(cmd, " psk="); in dpp_configuration_parse_helper()
1093 pos = os_strstr(cmd, " group_id="); in dpp_configuration_parse_helper()
1107 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper()
1118 pos = os_strstr(cmd, " csrattrs="); in dpp_configuration_parse_helper()
1158 pos = os_strstr(cmd, " @CONF-OBJ-SEP@ "); in dpp_configuration_parse()
1226 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator()
1237 pos = os_strstr(cmd, " conn_status="); in dpp_set_configurator()
1243 pos = os_strstr(cmd, " akm_use_selector="); in dpp_set_configurator()
3887 if (os_strstr(cmd, "type=qrcode")) in dpp_bootstrap_gen()
3889 else if (os_strstr(cmd, "type=pkex")) in dpp_bootstrap_gen()
3891 else if (os_strstr(cmd, "type=nfc-uri")) in dpp_bootstrap_gen()